Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp942 uint16_t c5 = EcmaStringAccessor(string).Get(k + ESCAPE_CHAR_OFFSET5); in Unescape() local
946 bool c5IsHexDigits = IsHexDigits(c5); in Unescape()
952 c = (c << ESCAPE_HEX_BIT4) | ESCAPE_CHAR_TO_HEX[c5]; in Unescape()

Completed in 3 milliseconds