Searched refs:HexStringToInt (Results 1 – 4 of 4) sorted by relevance
501 if (!HexStringToInt(*escape_sequence, &hex_digit) || in ConsumeStringRaw()567 if (!HexStringToInt(*escape_sequence, &code_unit16_high)) in DecodeUTF16()588 if (!HexStringToInt(*escape_sequence, &code_unit16_low)) in DecodeUTF16()
104 bool HexStringToInt(std::string_view input, int* output);
421 bool HexStringToInt(std::string_view input, int* output) { in HexStringToInt() function
225 if (!base::HexStringToInt(std::string_view(&input[*i + 2], 2), &value)) { in AppendHexByte()