Searched refs:charIter1 (Results 1 – 3 of 3) sorted by relevance
205 …RuleBasedBreakIterator charIter1 = (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Loc… in TestFirstNextFollowing() local208 charIter1.setText(testString); in TestFirstNextFollowing()209 p = charIter1.first(); in TestFirstNextFollowing()212 q = charIter1.next(); in TestFirstNextFollowing()215 q = charIter1.next(4); in TestFirstNextFollowing()218 q = charIter1.next(12); in TestFirstNextFollowing()221 q = charIter1.next(-6); in TestFirstNextFollowing()224 q = charIter1.next(6); in TestFirstNextFollowing()226 p = charIter1.following(charIter1.last()); in TestFirstNextFollowing()227 q = charIter1.next(charIter1.last()); in TestFirstNextFollowing()[all …]
202 …RuleBasedBreakIterator charIter1 = (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Loc… in TestFirstNextFollowing() local205 charIter1.setText(testString); in TestFirstNextFollowing()206 p = charIter1.first(); in TestFirstNextFollowing()209 q = charIter1.next(); in TestFirstNextFollowing()212 q = charIter1.next(4); in TestFirstNextFollowing()215 q = charIter1.next(12); in TestFirstNextFollowing()218 q = charIter1.next(-6); in TestFirstNextFollowing()221 q = charIter1.next(6); in TestFirstNextFollowing()223 p = charIter1.following(charIter1.last()); in TestFirstNextFollowing()224 q = charIter1.next(charIter1.last()); in TestFirstNextFollowing()[all …]
265 …LocalPointer<RuleBasedBreakIterator> charIter1((RuleBasedBreakIterator*)RuleBasedBreakIterator::cr… in TestGetSetAdoptText() local293 charIter1->adoptText(text1Clone); in TestGetSetAdoptText()294 TEST_ASSERT(wordIter1->getText() != charIter1->getText()); in TestGetSetAdoptText()298 tci = &charIter1->getText(); in TestGetSetAdoptText()