Home
last modified time | relevance | path

Searched refs:out_code_point (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/base/json/
H A Djson_parser.cc560 bool JSONParser::DecodeUTF16(uint32_t* out_code_point) { in DecodeUTF16() argument
599 *out_code_point = code_point; in DecodeUTF16()
607 *out_code_point = kUnicodeReplacementPoint; in DecodeUTF16()
611 *out_code_point = code_unit16_high; in DecodeUTF16()
H A Djson_parser.h182 // success and places the code point |out_code_point|, and false on failure.
183 bool DecodeUTF16(uint32_t* out_code_point);

Completed in 2 milliseconds