Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c73 #define utf8_trail(c) ((c) >= 0x80 && (c) <= 0xBF) macro
127 if (!utf8_trail(str[pos + 1])) { in get_next_char()
139 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2])) { in get_next_char()
159 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2]) || in get_next_char()
160 !utf8_trail(str[pos + 3])) { in get_next_char()

Completed in 19 milliseconds