• Home
  • Raw
  • Download

Lines Matching refs:wordIter1

260 …LocalPointer<RuleBasedBreakIterator> wordIter1((RuleBasedBreakIterator*)RuleBasedBreakIterator::cr…  in TestGetSetAdoptText()  local
272 wordIter1->setText(str1); in TestGetSetAdoptText()
273 CharacterIterator *tci = &wordIter1->getText(); in TestGetSetAdoptText()
277 if(wordIter1->current() != 0) in TestGetSetAdoptText()
278 …d not set the iteration position to the beginning of the text, it is" + wordIter1->current() + (Un… in TestGetSetAdoptText()
280 wordIter1->next(2); in TestGetSetAdoptText()
282 wordIter1->setText(str2); in TestGetSetAdoptText()
283 if(wordIter1->current() != 0) in TestGetSetAdoptText()
284 …not reset the iteration position to the beginning of the text, it is" + wordIter1->current() + (Un… in TestGetSetAdoptText()
288 TEST_ASSERT(wordIter1->getText() != charIter1->getText()); in TestGetSetAdoptText()
289 tci = &wordIter1->getText(); in TestGetSetAdoptText()
297 LocalPointer<RuleBasedBreakIterator> rb((RuleBasedBreakIterator*)wordIter1->clone()); in TestGetSetAdoptText()
328 wordIter1->setText(ut.getAlias(), status); in TestGetSetAdoptText()
332 pos = wordIter1->first(); in TestGetSetAdoptText()
334 pos = wordIter1->next(); in TestGetSetAdoptText()
336 pos = wordIter1->next(); in TestGetSetAdoptText()
338 pos = wordIter1->next(); in TestGetSetAdoptText()
340 pos = wordIter1->next(); in TestGetSetAdoptText()
346 wordIter1->setText(ut2.getAlias(), status); in TestGetSetAdoptText()
349 pos = wordIter1->first(); in TestGetSetAdoptText()
351 pos = wordIter1->next(); in TestGetSetAdoptText()
353 pos = wordIter1->next(); in TestGetSetAdoptText()
356 pos = wordIter1->last(); in TestGetSetAdoptText()
358 pos = wordIter1->previous(); in TestGetSetAdoptText()
360 pos = wordIter1->previous(); in TestGetSetAdoptText()
362 pos = wordIter1->previous(); in TestGetSetAdoptText()
364 pos = wordIter1->previous(); in TestGetSetAdoptText()
370 wordIter1->getUText(gut2.getAlias(), status); in TestGetSetAdoptText()