Searched defs:codepoint (Results 1 – 6 of 6) sorted by relevance
73 uint32_t codepoint, state = UTF8_ACCEPT, res; in _cbor_unicode_codepoint_count() local
69 static bool isprint32(char32_t codepoint) { in isprint32() argument 180 llvm::UTF32 codepoint = 0; GetPrintableImpl() local [all...]
126 static int codepoint (lua_State *L) { in codepoint() function
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...]
191 uint8_t codepoint; /* IP level codepoint including ECN bits */ member
893 teken_char_t codepoint; in ttydisc_rubchar() local