• Home
  • Raw
  • Download

Lines Matching refs:wordIter1

257 …LocalPointer<RuleBasedBreakIterator> wordIter1((RuleBasedBreakIterator*)RuleBasedBreakIterator::cr…  in TestGetSetAdoptText()  local
269 wordIter1->setText(str1); in TestGetSetAdoptText()
270 CharacterIterator *tci = &wordIter1->getText(); in TestGetSetAdoptText()
274 if(wordIter1->current() != 0) in TestGetSetAdoptText()
275 …d not set the iteration position to the beginning of the text, it is" + wordIter1->current() + (Un… in TestGetSetAdoptText()
277 wordIter1->next(2); in TestGetSetAdoptText()
279 wordIter1->setText(str2); in TestGetSetAdoptText()
280 if(wordIter1->current() != 0) in TestGetSetAdoptText()
281 …not reset the iteration position to the beginning of the text, it is" + wordIter1->current() + (Un… in TestGetSetAdoptText()
285 TEST_ASSERT(wordIter1->getText() != charIter1->getText()); in TestGetSetAdoptText()
286 tci = &wordIter1->getText(); in TestGetSetAdoptText()
294 LocalPointer<RuleBasedBreakIterator> rb((RuleBasedBreakIterator*)wordIter1->clone()); in TestGetSetAdoptText()
325 wordIter1->setText(ut.getAlias(), status); in TestGetSetAdoptText()
329 pos = wordIter1->first(); in TestGetSetAdoptText()
331 pos = wordIter1->next(); in TestGetSetAdoptText()
333 pos = wordIter1->next(); in TestGetSetAdoptText()
335 pos = wordIter1->next(); in TestGetSetAdoptText()
337 pos = wordIter1->next(); in TestGetSetAdoptText()
343 wordIter1->setText(ut2.getAlias(), status); in TestGetSetAdoptText()
346 pos = wordIter1->first(); in TestGetSetAdoptText()
348 pos = wordIter1->next(); in TestGetSetAdoptText()
350 pos = wordIter1->next(); in TestGetSetAdoptText()
353 pos = wordIter1->last(); in TestGetSetAdoptText()
355 pos = wordIter1->previous(); in TestGetSetAdoptText()
357 pos = wordIter1->previous(); in TestGetSetAdoptText()
359 pos = wordIter1->previous(); in TestGetSetAdoptText()
361 pos = wordIter1->previous(); in TestGetSetAdoptText()
367 wordIter1->getUText(gut2.getAlias(), status); in TestGetSetAdoptText()