Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc563 bool JSONParser::DecodeUTF16(uint32_t* out_code_point) { in DecodeUTF16() argument
602 *out_code_point = code_point; in DecodeUTF16()
610 *out_code_point = kUnicodeReplacementPoint; in DecodeUTF16()
614 *out_code_point = code_unit16_high; in DecodeUTF16()
Djson_parser.h185 bool DecodeUTF16(uint32_t* out_code_point);