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