Lines Matching refs:strlen
150 for (i = 1; i <= strlen(js); i++) { in test_partial_string()
152 if (i == strlen(js)) { in test_partial_string()
176 for (i = 1; i <= strlen(js); i++) { in test_partial_array()
178 if (i == strlen(js)) { in test_partial_array()
208 r = jsmn_parse(&p, js, strlen(js), toksmall, i); in test_array_nomem()
213 r = jsmn_parse(&p, js, strlen(js), toklarge, 10); in test_array_nomem()
236 r = jsmn_parse(&p, js, strlen(js), tok, 10); in test_unquoted_keys()
262 r = jsmn_parse(&p, js, strlen(js), tokens, 128); in test_issue_22()
298 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 1); in test_count()
302 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 1); in test_count()
306 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 2); in test_count()
310 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 3); in test_count()
314 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 3); in test_count()
318 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 7); in test_count()
322 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 5); in test_count()
326 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 5); in test_count()
330 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 4); in test_count()
334 check(jsmn_parse(&p, js, strlen(js), NULL, 0) == 7); in test_count()