Searched refs:IS_LOW_SURROGATE (Results 1 – 1 of 1) sorted by relevance
103 #define IS_LOW_SURROGATE(uc) (((uc) & 0xFC00) == 0xDC00) macro545 if (IS_LOW_SURROGATE(tok->ucs_char)) { in json_tokener_parse_ex()599 } else if (IS_LOW_SURROGATE(tok->ucs_char)) { in json_tokener_parse_ex()