Searched defs:codepoint (Results 1 – 3 of 3) sorted by relevance
85 inline size_t UTF8Length(uint32_t codepoint) in UTF8Length()100 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t len, size_t index) in EncodeUTF8()259 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToUtf8() local286 uint32_t codepoint = HandleAndDecodeInvalidUTF16(utf16In, end, &i); in DebuggerConvertRegionUtf16ToUtf8() local362 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToLatin1() local
26 static uint16_t U16Lead(uint32_t codepoint) in U16Lead()32 static uint16_t U16Tail(uint32_t codepoint) in U16Tail()
237 … uint32_t codepoint = (b1 << kCodeOffset3) | (b2 << kCodeOffset2) | (b3 << kCodeOffset) | b4; in DecodeName() local