HomeSort by relevance Sort by last modified time
    Searched refs:json_hex_chars (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/msm8998/json-c/
json_object.c 50 const char *json_hex_chars = "0123456789abcdefABCDEF"; variable
137 json_hex_chars[c >> 4],
138 json_hex_chars[c & 0xf]);
json_object.h 65 extern const char *json_hex_chars;

Completed in 48 milliseconds