Searched defs:HAS_EXTRALEN (Results 1 – 1 of 1) sorted by relevance
702 #define HAS_EXTRALEN(c) ((c) >= 0xc0) macro815 #define HAS_EXTRALEN(c) (((c) & 0xfc00) == 0xd800) macro908 #define HAS_EXTRALEN(c) (0) macro
Completed in 28 milliseconds