Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_tokener.c103 #define IS_LOW_SURROGATE(uc) (((uc) & 0xFC00) == 0xDC00) macro
545 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()