| 240 | } |
| 241 | |
| 242 | UTF8PROC_DLLEXPORT const utf8proc_property_t *utf8proc_get_property(utf8proc_int32_t uc) { |
| 243 | return uc < 0 || uc >= 0x110000 ? utf8proc_properties : unsafe_get_property(uc); |
| 244 | } |
| 245 | |
| 246 | /* return whether there is a grapheme break between boundclasses lbc and tbc |
| 247 | (according to the definition of extended grapheme clusters) |
no test coverage detected