Home
last modified time | relevance | path

Searched refs:JSMN_STRING (Results 1 – 7 of 7) sorted by relevance

/external/jsmn/test/
Dtests.c24 JSMN_STRING, "a", 1, in test_object()
28 JSMN_STRING, "a", 1, in test_object()
32 JSMN_STRING, "a", 1, in test_object()
34 JSMN_STRING, "b", 1, in test_object()
38 JSMN_STRING, "Day", 1, in test_object()
40 JSMN_STRING, "Month", 1, in test_object()
42 JSMN_STRING, "Year", 1, in test_object()
46 JSMN_STRING, "a", 1, in test_object()
48 JSMN_STRING, "b", 1, in test_object()
49 JSMN_STRING, "c", 0)); in test_object()
[all …]
Dtestutil.h16 if (type == JSMN_STRING) { in vtokeq()
/external/jsmn/
Djsmn.h21 JSMN_STRING = 3, enumerator
Djsmn.c106 jsmn_fill_token(token, JSMN_STRING, start+1, parser->pos); in jsmn_parse_string()
270 (t->type == JSMN_STRING && t->size != 0)) { in jsmn_parse()
DREADME.md104 JSMN_STRING = 3,
/external/jsmn/example/
Dsimple.c16 if (tok->type == JSMN_STRING && (int) strlen(s) == tok->end - tok->start && in jsoneq()
Djsondump.c36 } else if (t->type == JSMN_STRING) { in dump()