Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h51 uint16_t behindChart = GetCodeUnit<T>(sp, k + 2, strLen); // 2: means plus 2 in DecodePercentEncoding() local
52 if (!(base::utf_helper::IsHexDigits(frontChart) && base::utf_helper::IsHexDigits(behindChart))) { in DecodePercentEncoding()
56 bb = GetValueFromTwoHex(frontChart, behindChart); in DecodePercentEncoding()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp617 uint16_t behindChart = EcmaStringAccessor(str).Get(k + 2); // 2: means plus 2 in DecodePercentEncoding() local
618 bb = GetValueFromTwoHex(frontChart, behindChart); in DecodePercentEncoding()

Completed in 6 milliseconds