Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c79 #define utf8_trail(c) ((c) >= 0x80 && (c) <= 0xBF) macro
123 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 8 milliseconds