Home
last modified time | relevance | path

Searched refs:IS_CONTINUATION_BYTE (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/stringlib/
H A Dcodecs.h20 #define IS_CONTINUATION_BYTE(ch) ((ch) >= 0x80 && (ch) < 0xC0) macro
112 if (!IS_CONTINUATION_BYTE(ch2)) in utf8_decode()
136 if (!IS_CONTINUATION_BYTE(ch2) || in utf8_decode()
144 if (!IS_CONTINUATION_BYTE(ch2)) { in utf8_decode()
161 if (!IS_CONTINUATION_BYTE(ch3)) { in utf8_decode()
186 if (!IS_CONTINUATION_BYTE(ch2) || in utf8_decode()
193 if (!IS_CONTINUATION_BYTE(ch3)) in utf8_decode()
200 if (!IS_CONTINUATION_BYTE(ch2)) { in utf8_decode()
214 if (!IS_CONTINUATION_BYTE(ch3)) { in utf8_decode()
218 if (!IS_CONTINUATION_BYTE(ch in utf8_decode()
[all...]

Completed in 2 milliseconds