Searched refs:UTF8_IS_CONT (Results 1 – 3 of 3) sorted by relevance
81 while (UTF8_IS_CONT(*s)) { in utf8_get_char()89 while (UTF8_IS_CONT(*s)) { in utf8_next_char()98 if (!UTF8_IS_CONT(*--ptr)) { in utf8_ptr_to_index()109 if (!UTF8_IS_CONT(*str)) { in utf8_charlen()189 if (UTF8_IS_CONT(c)) { in utf8_check()
144 if (!UTF8_IS_CONT(*s)) { in str_index_to_ptr()169 while (UTF8_IS_CONT(*s)) { in str_index_to_ptr()
161 #define UTF8_IS_CONT(ch) (((ch) & 0xC0) == 0x80) macro
Completed in 6 milliseconds