Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_tokener.c535 unsigned int got_hi_surrogate = 0; in json_tokener_parse_ex() local
544 if (got_hi_surrogate) { in json_tokener_parse_ex()
547 tok->ucs_char = DECODE_SURROGATE_PAIR(got_hi_surrogate, tok->ucs_char); in json_tokener_parse_ex()
553 got_hi_surrogate = 0; in json_tokener_parse_ex()
568 got_hi_surrogate = tok->ucs_char; in json_tokener_parse_ex()
625 if (got_hi_surrogate) /* Clean up any pending chars */ in json_tokener_parse_ex()