Home
last modified time | relevance | path

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

/device/google/crosshatch/json-c/
Djson_tokener.c693 double numd; in json_tokener_parse_ex() local
702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()
704 current = json_object_new_double_s(numd, tok->pb->buf); in json_tokener_parse_ex()
/device/google/sunfish/json-c/
Djson_tokener.c693 double numd; in json_tokener_parse_ex() local
702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()
704 current = json_object_new_double_s(numd, tok->pb->buf); in json_tokener_parse_ex()
/device/google/coral/json-c/
Djson_tokener.c693 double numd; in json_tokener_parse_ex() local
702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()
704 current = json_object_new_double_s(numd, tok->pb->buf); in json_tokener_parse_ex()
/device/google/bonito/json-c/
Djson_tokener.c693 double numd; in json_tokener_parse_ex() local
702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0) in json_tokener_parse_ex()
704 current = json_object_new_double_s(numd, tok->pb->buf); in json_tokener_parse_ex()