| 409 | } |
| 410 | |
| 411 | UTF8PROC_DLLEXPORT utf8proc_int32_t utf8proc_totitle(utf8proc_int32_t c) |
| 412 | { |
| 413 | utf8proc_int32_t cu = utf8proc_get_property(c)->titlecase_seqindex; |
| 414 | return cu != UINT16_MAX ? seqindex_decode_index((utf8proc_uint32_t)cu) : c; |
| 415 | } |
| 416 | |
| 417 | UTF8PROC_DLLEXPORT int utf8proc_islower(utf8proc_int32_t c) |
| 418 | { |
no test coverage detected