Home
last modified time | relevance | path

Searched refs:c4 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp383 const uint8_t c4 = utf8[++in_pos]; in Utf8ToUtf16Size() local
385 ((c3 & LOW_6BITS) << OFFSET_6POS) | (c4 & LOW_6BITS); in Utf8ToUtf16Size()
429 const uint8_t c4 = utf8In[++in_pos]; in ConvertRegionUtf8ToUtf16() local
431 ((c3 & LOW_6BITS) << OFFSET_6POS) | (c4 & LOW_6BITS); in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp941 uint16_t c4 = EcmaStringAccessor(string).Get(k + ESCAPE_CHAR_OFFSET4); in Unescape() local
945 bool c4IsHexDigits = IsHexDigits(c4); in Unescape()
951 c = (c << ESCAPE_HEX_BIT4) | ESCAPE_CHAR_TO_HEX[c4]; in Unescape()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp1016 const uint8_t c4 = *(++utf8Data); in IsUtf8EqualsUtf16() local
1018 ((c3 & LOW_6BITS) << OFFSET_6POS) | (c4 & LOW_6BITS); in IsUtf8EqualsUtf16()

Completed in 6 milliseconds