Home
last modified time | relevance | path

Searched defs: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
[all...]

Completed in 1 milliseconds