Home
last modified time | relevance | path

Searched refs:UnprefixedHexStringToInt (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/json/
H A Djson_parser.cc72 bool UnprefixedHexStringToInt(std::string_view input, int* output) { in UnprefixedHexStringToInt() function
630 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()