Searched refs:DecodeUTF16 (Results 1 – 2 of 2) sorted by relevance
185 bool DecodeUTF16(uint32_t* out_code_point);
516 if (!DecodeUTF16(&code_point)) { in ConsumeStringRaw()563 bool JSONParser::DecodeUTF16(uint32_t* out_code_point) { in DecodeUTF16() function in base::internal::JSONParser