Searched refs:charIter1 (Results 1 – 3 of 3) sorted by relevance
200 …RuleBasedBreakIterator charIter1 = (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Loc… in TestFirstNextFollowing() local203 charIter1.setText(testString); in TestFirstNextFollowing()204 p = charIter1.first(); in TestFirstNextFollowing()207 q = charIter1.next(); in TestFirstNextFollowing()210 q = charIter1.next(4); in TestFirstNextFollowing()213 q = charIter1.next(12); in TestFirstNextFollowing()216 q = charIter1.next(-6); in TestFirstNextFollowing()219 q = charIter1.next(6); in TestFirstNextFollowing()221 p = charIter1.following(charIter1.last()); in TestFirstNextFollowing()222 q = charIter1.next(charIter1.last()); in TestFirstNextFollowing()[all …]
201 …RuleBasedBreakIterator charIter1 = (RuleBasedBreakIterator) BreakIterator.getCharacterInstance(Loc… in TestFirstNextFollowing() local204 charIter1.setText(testString); in TestFirstNextFollowing()205 p = charIter1.first(); in TestFirstNextFollowing()208 q = charIter1.next(); in TestFirstNextFollowing()211 q = charIter1.next(4); in TestFirstNextFollowing()214 q = charIter1.next(12); in TestFirstNextFollowing()217 q = charIter1.next(-6); in TestFirstNextFollowing()220 q = charIter1.next(6); in TestFirstNextFollowing()222 p = charIter1.following(charIter1.last()); in TestFirstNextFollowing()223 q = charIter1.next(charIter1.last()); in TestFirstNextFollowing()[all …]
258 …LocalPointer<RuleBasedBreakIterator> charIter1((RuleBasedBreakIterator*)RuleBasedBreakIterator::cr… in TestGetSetAdoptText() local286 charIter1->adoptText(text1Clone); in TestGetSetAdoptText()287 TEST_ASSERT(wordIter1->getText() != charIter1->getText()); in TestGetSetAdoptText()291 tci = &charIter1->getText(); in TestGetSetAdoptText()