Searched refs:nextTo (Results 1 – 3 of 3) sorted by relevance
72 new JSONTokener(null).nextTo('A'); in testNulls()78 new JSONTokener(null).nextTo("ABC"); in testNulls()129 assertEquals("", new JSONTokener("").nextTo('A')); in testEmptyString()130 assertEquals("", new JSONTokener("").nextTo("ABC")); in testEmptyString()436 assertEquals("ABC", new JSONTokener("ABCDEFG").nextTo("DHI")); in testNextTo()437 assertEquals("ABCDEF", new JSONTokener("ABCDEF").nextTo("")); in testNextTo()440 assertEquals("ABC", tokener.nextTo("M")); in testNextTo()442 assertEquals("DEF", tokener.nextTo("M")); in testNextTo()444 assertEquals("GHI", tokener.nextTo("M")); in testNextTo()447 assertEquals("JKL", tokener.nextTo("M")); in testNextTo()[all …]
553 public String nextTo(String excluded) { in nextTo() method in JSONTokener563 public String nextTo(char excluded) { in nextTo() method in JSONTokener
21005 method public String nextTo(String);21006 method public String nextTo(char);