Searched refs:utf8_trail (Results 1 – 1 of 1) sorted by relevance
79 #define utf8_trail(c) ((c) >= 0x80 && (c) <= 0xBF) macro123 if (!utf8_trail(str[pos + 1])) { in get_next_char()135 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2])) { in get_next_char()155 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2]) || in get_next_char()156 !utf8_trail(str[pos + 3])) { in get_next_char()
Completed in 7 milliseconds