Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_parser.h183 bool DecodeUTF16(uint32_t* out_code_point);
Djson_parser.cc513 if (!DecodeUTF16(&code_point)) { in ConsumeStringRaw()
560 bool JSONParser::DecodeUTF16(uint32_t* out_code_point) { in DecodeUTF16() function in base::internal::JSONParser