Home
last modified time | relevance | path

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

/libcore/json/src/test/java/libcore/org/json/
DJSONTokenerTest.java90 new JSONTokener(null).skipPast("ABC"); in testNulls()
136 new JSONTokener("").skipPast("ABC"); in testEmptyString()
504 tokener.skipPast("ABC"); in testSkipPast()
506 tokener.skipPast("EF"); in testSkipPast()
510 tokener.skipPast("ABCDEF"); in testSkipPast()
514 tokener.skipPast("G"); in testSkipPast()
518 tokener.skipPast("ABC"); in testSkipPast()
523 tokener.skipPast("ABC"); in testSkipPast()
527 tokener.skipPast("DEF"); in testSkipPast()
531 tokener.skipPast("ABCDEF"); in testSkipPast()
[all …]
/libcore/json/src/main/java/org/json/
DJSONTokener.java572 public void skipPast(String thru) { in skipPast() method in JSONTokener
/libcore/api/
Dcurrent.txt21008 method public void skipPast(String);