Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_object.c50 const char *json_hex_chars = "0123456789abcdefABCDEF"; variable
137 json_hex_chars[c >> 4], in json_escape_str()
138 json_hex_chars[c & 0xf]); in json_escape_str()
Djson_object.h65 extern const char *json_hex_chars;
Djson_tokener.c539 if(strchr(json_hex_chars, c)) { in json_tokener_parse_ex()