Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/base/
Dutf_helper.cpp108 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToUtf8() local
203 …uint32_t codePoint = ((d0 & utf::MASK_4BIT) << UtfOffset::EIGHTEEN) | ((d1 & utf::MASK_6BIT) << Ut… in ConvertUtf8ToUtf16Pair() local
Dutf_helper.h79 uint32_t codePoint = d0 - utf::HI_SURROGATE_MIN; in CombineTwoU16() local
/ark/runtime_core/libpandabase/utils/
Dutf.cpp99 uint32_t codePoint = d0 - HI_SURROGATE_MIN; in CombineTwoU16() local
135 uint32_t codePoint = CombineTwoU16(d0, d1); in ConvertUtf16ToMUtf8() local