Home
last modified time | relevance | path

Searched defs:codePoint (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp211 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToUtf8() local
341 …uint32_t codePoint = ((d0 & utf::MASK_4BIT) << UtfOffset::EIGHTEEN) | ((d1 & utf::MASK_6BIT) << Ut… in ConvertUtf8ToUtf16Pair() local
388 … uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in Utf8ToUtf16Size() local
434 … uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in ConvertRegionUtf8ToUtf16() local
Dutf_helper.h135 uint32_t codePoint = d0 - utf::HI_SURROGATE_MIN; in CombineTwoU16() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dutf.cpp81 …uint32_t codePoint = ((d0 & MASK_4BIT) << (DATA_WIDTH * CONST_3)) | ((d1 & MASK_6BIT) << (DATA_WID… in ConvertMUtf8ToUtf16Pair() local
94 uint32_t codePoint = d0 - DECODE_LEAD_LOW; in CombineTwoU16() local
452 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToUtf8() local
553 …uint32_t codePoint = ((d0 & MASK_4BIT) << UtfOffset::EIGHTEEN) | ((d1 & MASK_6BIT) << UtfOffset::T… in ConvertUtf8ToUtf16Pair() local
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp95 uint32_t codePoint = d0 - HI_SURROGATE_MIN; in CombineTwoU16() local
131 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToMUtf8() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp189 uint32_t codePoint = 0; in UTF16ToUTF8() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp37 …uint32_t codePoint = static_cast<uint32_t>(((leadSur - 0xD800U) << 10)|(trailSur - 0xDc00U)) + 0x1… in HWTEST_F_L0() local
76 uint32_t codePoint = utf_helper::UTF16Decode(lead, trail); in HWTEST_F_L0() local
257 uint32_t codePoint = CombineTwoU16(utf16Data0, utf16Data1); in HWTEST_F_L0() local
271 uint32_t codePoint = CombineTwoU16(utf16Data0, utf16Data1); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp429 ets_int StdCoreStringCodePointToChar(ets_int codePoint) in StdCoreStringCodePointToChar()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2545 const codePoint = str.codePointAt(offset); constant
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp1031 … uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in IsUtf8EqualsUtf16() local