Searched refs:UnprefixedHexStringToInt (Results 1 – 1 of 1) sorted by relevance
72 bool UnprefixedHexStringToInt(std::string_view input, int* output) { in UnprefixedHexStringToInt() function630 if (!UnprefixedHexStringToInt(*escape_sequence, &hex_digit) || in ConsumeStringRaw()702 if (!UnprefixedHexStringToInt(*escape_sequence, &code_unit16_high)) in DecodeUTF16()730 if (!UnprefixedHexStringToInt(*escape_sequence, &code_unit16_low)) in DecodeUTF16()