Searched refs:IsHexDigits (Results 1 – 2 of 2) sorted by relevance
122 bool BuiltinsGlobal::IsHexDigits(uint16_t ch) in IsHexDigits() function in panda::ecmascript::builtins::BuiltinsGlobal284 ASSERT(IsHexDigits(front) && IsHexDigits(behind)); in GetValueFromTwoHex()345 if (!(IsHexDigits(EcmaStringAccessor(str).Get(k + 1)) && in Decode()346 IsHexDigits(EcmaStringAccessor(str).Get(k + 2)))) { // 2: means plus 2 in Decode()418 if (!(IsHexDigits(EcmaStringAccessor(str).Get(k + 1)) && in Decode()419 IsHexDigits(EcmaStringAccessor(str).Get(k + 2)))) { // 2: means plus 2 in Decode()
71 static bool IsHexDigits(uint16_t ch);