Searched refs:out_code_point (Results 1 – 2 of 2) sorted by relevance
560 bool JSONParser::DecodeUTF16(uint32_t* out_code_point) { in DecodeUTF16() argument599 *out_code_point = code_point; in DecodeUTF16()607 *out_code_point = kUnicodeReplacementPoint; in DecodeUTF16()611 *out_code_point = code_unit16_high; in DecodeUTF16()
183 bool DecodeUTF16(uint32_t* out_code_point);