Searched defs:codepoint (Results 1 – 2 of 2) sorted by relevance
69 static bool isprint32(char32_t codepoint) { in isprint32() argument 180 llvm::UTF32 codepoint = 0; GetPrintableImpl() local [all...]
208 uint32_t codepoint = ((*Position & 0x1F) << 6) | in decodeUTF8() local 218 uint32_t codepoint = ((*Position & 0x0F) << 12) | in decodeUTF8() local 233 uint32_t codepoint = ((*Position & 0x07) << 18) | in decodeUTF8() local [all...]