Home
last modified time | relevance | path

Searched defs:codepoint (Results 1 – 2 of 2) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlutf8lib.c104 static int codepoint (lua_State *L) { in codepoint() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp220 uint32_t codepoint = ((*Position & 0x1F) << 6) | in decodeUTF8() local
231 uint32_t codepoint = ((*Position & 0x0F) << 12) | in decodeUTF8() local
247 uint32_t codepoint = ((*Position & 0x07) << 18) | in decodeUTF8() local