Home
last modified time | relevance | path

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

/device/google/coral/json-c/
Djson_tokener.c102 #define IS_HIGH_SURROGATE(uc) (((uc) & 0xFC00) == 0xD800) macro
563 } else if (IS_HIGH_SURROGATE(tok->ucs_char)) { in json_tokener_parse_ex()
/device/google/crosshatch/json-c/
Djson_tokener.c102 #define IS_HIGH_SURROGATE(uc) (((uc) & 0xFC00) == 0xD800) macro
563 } else if (IS_HIGH_SURROGATE(tok->ucs_char)) { in json_tokener_parse_ex()
/device/google/bonito/json-c/
Djson_tokener.c102 #define IS_HIGH_SURROGATE(uc) (((uc) & 0xFC00) == 0xD800) macro
563 } else if (IS_HIGH_SURROGATE(tok->ucs_char)) { in json_tokener_parse_ex()