Searched refs:UTF8PROC_ERROR_NOTASSIGNED (Results 1 – 2 of 2) sorted by relevance
103 case UTF8PROC_ERROR_NOTASSIGNED: in utf8proc_errmsg()403 if (uc < 0 || uc >= 0x110000) return UTF8PROC_ERROR_NOTASSIGNED; in utf8proc_decompose_char()423 if (!category) return UTF8PROC_ERROR_NOTASSIGNED; in utf8proc_decompose_char()
232 #define UTF8PROC_ERROR_NOTASSIGNED -4 macro