Searched refs:out_code_point (Results 1 – 2 of 2) sorted by relevance
563 bool JSONParser::DecodeUTF16(uint32_t* out_code_point) { in DecodeUTF16() argument602 *out_code_point = code_point; in DecodeUTF16()610 *out_code_point = kUnicodeReplacementPoint; in DecodeUTF16()614 *out_code_point = code_unit16_high; in DecodeUTF16()
185 bool DecodeUTF16(uint32_t* out_code_point);