Searched refs:skipPast (Results 1 - 1 of 1) sorted by relevance

/libcore/json/src/test/java/org/json/
H A DJSONTokenerTest.java86 new JSONTokener(null).skipPast("ABC");
132 new JSONTokener("").skipPast("ABC");
500 tokener.skipPast("ABC");
502 tokener.skipPast("EF");
506 tokener.skipPast("ABCDEF");
510 tokener.skipPast("G");
514 tokener.skipPast("ABC");
519 tokener.skipPast("ABC");
523 tokener.skipPast("DEF");
527 tokener.skipPast("ABCDE
[all...]

Completed in 171 milliseconds