Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dunicode.c81 while (UTF8_IS_CONT(*s)) { in utf8_get_char()
89 while (UTF8_IS_CONT(*s)) { in utf8_next_char()
98 if (!UTF8_IS_CONT(*--ptr)) { in utf8_ptr_to_index()
109 if (!UTF8_IS_CONT(*str)) { in utf8_charlen()
189 if (UTF8_IS_CONT(c)) { in utf8_check()
A Dobjstrunicode.c144 if (!UTF8_IS_CONT(*s)) { in str_index_to_ptr()
169 while (UTF8_IS_CONT(*s)) { in str_index_to_ptr()
A Dmisc.h161 #define UTF8_IS_CONT(ch) (((ch) & 0xC0) == 0x80) macro

Completed in 6 milliseconds