Lines Matching refs:wordIter1
266 …LocalPointer<RuleBasedBreakIterator> wordIter1((RuleBasedBreakIterator*)RuleBasedBreakIterator::cr… in TestGetSetAdoptText() local
278 wordIter1->setText(str1); in TestGetSetAdoptText()
279 CharacterIterator *tci = &wordIter1->getText(); in TestGetSetAdoptText()
283 if(wordIter1->current() != 0) in TestGetSetAdoptText()
284 …d not set the iteration position to the beginning of the text, it is" + wordIter1->current() + (Un… in TestGetSetAdoptText()
286 wordIter1->next(2); in TestGetSetAdoptText()
288 wordIter1->setText(str2); in TestGetSetAdoptText()
289 if(wordIter1->current() != 0) in TestGetSetAdoptText()
290 …not reset the iteration position to the beginning of the text, it is" + wordIter1->current() + (Un… in TestGetSetAdoptText()
294 TEST_ASSERT(wordIter1->getText() != charIter1->getText()); in TestGetSetAdoptText()
295 tci = &wordIter1->getText(); in TestGetSetAdoptText()
303 LocalPointer<RuleBasedBreakIterator> rb(wordIter1->clone()); in TestGetSetAdoptText()
334 wordIter1->setText(ut.getAlias(), status); in TestGetSetAdoptText()
338 pos = wordIter1->first(); in TestGetSetAdoptText()
340 pos = wordIter1->next(); in TestGetSetAdoptText()
342 pos = wordIter1->next(); in TestGetSetAdoptText()
344 pos = wordIter1->next(); in TestGetSetAdoptText()
346 pos = wordIter1->next(); in TestGetSetAdoptText()
352 wordIter1->setText(ut2.getAlias(), status); in TestGetSetAdoptText()
355 pos = wordIter1->first(); in TestGetSetAdoptText()
357 pos = wordIter1->next(); in TestGetSetAdoptText()
359 pos = wordIter1->next(); in TestGetSetAdoptText()
362 pos = wordIter1->last(); in TestGetSetAdoptText()
364 pos = wordIter1->previous(); in TestGetSetAdoptText()
366 pos = wordIter1->previous(); in TestGetSetAdoptText()
368 pos = wordIter1->previous(); in TestGetSetAdoptText()
370 pos = wordIter1->previous(); in TestGetSetAdoptText()
376 wordIter1->getUText(gut2.getAlias(), status); in TestGetSetAdoptText()