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/
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()
Djson_parser.h183 bool DecodeUTF16(uint32_t* out_code_point);