Home
last modified time | relevance | path

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

/PHP-5.3/ext/xml/
H A Dxml.c671 #define utf8_trail(c) ((c) >= 0x80 && (c) <= 0xBF) macro
704 if (!utf8_trail(str[pos + 1])) { in php_next_utf8_char()
716 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2])) { in php_next_utf8_char()
736 !utf8_trail(str[pos + 1]) || !utf8_trail(str[pos + 2]) || in php_next_utf8_char()
737 !utf8_trail(str[pos + 3])) { in php_next_utf8_char()

Completed in 15 milliseconds