Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_util.h37 extern int json_parse_double(const char *buf, double *retval);
Djson_util.c148 int json_parse_double(const char *buf, double *retval) in json_parse_double() function
Djson_tokener.c702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()