Home
last modified time | relevance | path

Searched refs:utf8_trail (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/standard/
H A Dhtml.c79 #define utf8_trail(c) ((c) >= 0x80 && (c) <= 0xBF) macro
135 if (!utf8_trail(str[pos + 1])) { in get_next_char()
147 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2])) { in get_next_char()
167 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2]) || in get_next_char()
168 !utf8_trail(str[pos + 3])) { in get_next_char()

Completed in 12 milliseconds