Home
last modified time | relevance | path

Searched defs:codePoint (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dnamemangler.cpp191 uint32_t codePoint = 0; in UTF16ToUTF8() local
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.cpp100 uint32_t codePoint = d0 - HI_SURROGATE_MIN; in CombineTwoU16() local
136 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToMUtf8() local
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp215 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToUtf8() local
337 uint32_t codePoint = ((d0 & utf::MASK_4BIT) << UtfOffset::EIGHTEEN) | ((d1 & utf::MASK_6BIT) << UtfOffset::TWELVE) | in ConvertUtf8ToUtf16Pair() local
384 uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | Utf8ToUtf16Size() local
430 uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | ConvertRegionUtf8ToUtf16() local
[all...]
H A Dutf_helper.h135 uint32_t codePoint = d0 - utf::HI_SURROGATE_MIN; in CombineTwoU16() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp81 uint32_t codePoint = ((d0 & MASK_4BIT) << (DATA_WIDTH * CONST_3)) | ((d1 & MASK_6BIT) << (DATA_WIDTH * CONST_2)) | in ConvertMUtf8ToUtf16Pair() local
94 uint32_t codePoint = d0 - DECODE_LEAD_LOW; in CombineTwoU16() local
453 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToUtf8() local
553 uint32_t codePoint = ((d0 & MASK_4BIT) << UtfOffset::EIGHTEEN) | ((d1 & MASK_6BIT) << UtfOffset::TWELVE) | ConvertUtf8ToUtf16Pair() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp428 ets_int StdCoreStringCodePointToChar(ets_int codePoint) in StdCoreStringCodePointToChar() argument
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dutf_helper_test.cpp37 uint32_t codePoint = static_cast<uint32_t>(((leadSur - 0xD800U) << 10)|(trailSur - 0xDc00U)) + 0x10000U; in HWTEST_F_L0() local
76 uint32_t codePoint = utf_helper::UTF16Decode(lead, trail); HWTEST_F_L0() local
257 uint32_t codePoint = CombineTwoU16(utf16Data0, utf16Data1); HWTEST_F_L0() local
271 uint32_t codePoint = CombineTwoU16(utf16Data0, utf16Data1); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp1017 uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in IsUtf8EqualsUtf16() local

Completed in 9 milliseconds