Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/CharacterIterator/
DCharacterIteratorTest.java78 String testText = "Now is the time for all good men to come to the aid of their country."; in TestConstructionAndEquality() local
81 CharacterIterator test1 = new StringCharacterIterator(testText); in TestConstructionAndEquality()
82 CharacterIterator test2 = new StringCharacterIterator(testText, 5); in TestConstructionAndEquality()
83 CharacterIterator test3 = new StringCharacterIterator(testText, 2, 20, 5); in TestConstructionAndEquality()