Searched defs:codepoint (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | utf_helper.cpp | 86 inline size_t UTF8Length(uint32_t codepoint) in UTF8Length() 101 size_t EncodeUTF8(uint32_t codepoint, uint8_t* utf8, size_t index, size_t size) in EncodeUTF8() 268 uint32_t codepoint = DecodeUTF16(utf16In, end, &i, cesu8); in ConvertRegionUtf16ToUtf8() local 299 uint32_t codepoint = HandleAndDecodeInvalidUTF16(utf16In, end, &i); in DebuggerConvertRegionUtf16ToUtf8() local 490 uint32_t codepoint = DecodeUTF16(utf16In, end, &i); in ConvertRegionUtf16ToLatin1() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | namemangler.cpp | 93 … uint32_t codepoint = (b1 << kCodeOffset3) | (b2 << kCodeOffset2) | (b3 << kCodeOffset) | b4; in DecodeName() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | utf_test.cpp | 26 static uint16_t U16Lead(uint32_t codepoint) in U16Lead() 32 static uint16_t U16Tail(uint32_t codepoint) in U16Tail()
|