Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h105 uint16_t behindChar = GetCodeUnit<T>(sp, k + 2, strLen); // 2: means plus 2 in DecodePercentEncoding() local
106 if (!(base::utf_helper::IsHexDigits(frontChar) && base::utf_helper::IsHexDigits(behindChar))) { in DecodePercentEncoding()
110 uint8_t bb = GetValueFromTwoHex(frontChar, behindChar); in DecodePercentEncoding()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp535 uint16_t behindChar = EcmaStringAccessor(str).Get(k + 2); // 2: means plus 2 in DecodePercentEncoding() local
536 if (!(IsHexDigits(frontChar) && IsHexDigits(behindChar))) { in DecodePercentEncoding()
540 uint8_t bb = GetValueFromTwoHex(frontChar, behindChar); in DecodePercentEncoding()

Completed in 4 milliseconds