Home
last modified time | relevance | path

Searched refs:tokeq (Results 1 – 2 of 2) sorted by relevance

/external/jsmn/test/
Dtests.c154 check(tokeq(js, tok, 5, in test_partial_string()
180 check(tokeq(js, tok, 6, in test_partial_array()
215 check(tokeq(js, toklarge, 4, in test_array_nomem()
238 check(tokeq(js, tok, 4, in test_unquoted_keys()
285 check(tokeq(js, tokens, 3, in test_input_length()
Dtestutil.h62 static int tokeq(const char *s, jsmntok_t *tokens, int numtok, ...) { in tokeq() function