Searched refs:JSMN_STRING (Results 1 – 7 of 7) sorted by relevance
/external/jsmn/test/ |
D | tests.c | 24 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 …]
|
D | testutil.h | 16 if (type == JSMN_STRING) { in vtokeq()
|
/external/jsmn/ |
D | jsmn.h | 21 JSMN_STRING = 3, enumerator
|
D | jsmn.c | 106 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()
|
D | README.md | 104 JSMN_STRING = 3,
|
/external/jsmn/example/ |
D | simple.c | 16 if (tok->type == JSMN_STRING && (int) strlen(s) == tok->end - tok->start && in jsoneq()
|
D | jsondump.c | 36 } else if (t->type == JSMN_STRING) { in dump()
|