Searched refs:utf_high (Results 1 – 1 of 1) sorted by relevance
1809 uint32_t utf, utf_high; in nxt_conf_json_parse_string() local2003 utf_high = 0; in nxt_conf_json_parse_string()2013 if (utf_high != 0) { in nxt_conf_json_parse_string()2024 utf = ((utf_high - 0xD800) << 10) + (utf - 0xDC00) + 0x10000; in nxt_conf_json_parse_string()2045 utf_high = utf; in nxt_conf_json_parse_string()