Searched refs:JSMN_STRING (Results 1 – 4 of 4) sorted by relevance
69 check(t[1].type == JSMN_STRING && t[1].start == 2 && t[1].end == 3); in test_empty()94 check(TOKEN_EQ(tokens[1], 2, 3, JSMN_STRING)); in test_simple()123 check(r >= 0 && tok[0].type == JSMN_STRING in test_primitive()131 check(r >= 0 && tok[0].type == JSMN_STRING in test_primitive()139 check(r >= 0 && tok[0].type == JSMN_STRING in test_primitive()147 check(r >= 0 && tok[0].type == JSMN_STRING in test_primitive()155 check(r >= 0 && tok[0].type == JSMN_STRING in test_primitive()172 check(r >= 0 && tok[0].type == JSMN_STRING in test_string()173 && tok[1].type == JSMN_STRING); in test_string()180 check(r >= 0 && tok[0].type == JSMN_STRING in test_string()[all …]
19 JSMN_STRING = 3 enumerator
108 jsmn_fill_token(token, JSMN_STRING, start+1, parser->pos); in jsmn_parse_string()
47 JSMN_STRING = 3