Searched refs:coliter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcoleitr.cpp396 collIterate *coliter = &(ucolelem->iteratordata_); local
409 coliter->string = (UChar *)uprv_malloc(length * U_SIZEOF_UCHAR);
410 if(coliter->string != NULL) {
411 uprv_memcpy((UChar *)coliter->string, othercoliter->string,
418 coliter->string = NULL;
422 coliter->endp = coliter->string == NULL ? NULL : coliter->string + length;
427 coliter->writableBuffer = othercoliter->writableBuffer;
428 coliter
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp662 CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter); local
683 doAssert((*coliter == *iterator1), "The two iterators should be the same");
684 doAssert((*coliter == *iterator2), "The two iterators should be the same");
685 doAssert((*coliter != *iterator3), "The two iterators should be different");
810 int32_t position=coliter->previous(success);
814 coliter->reset();
815 coliter->setText(*chariter, success);
825 delete coliter;
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp646 CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter); local
667 doAssert((*coliter == *iterator1), "The two iterators should be the same");
668 doAssert((*coliter == *iterator2), "The two iterators should be the same");
669 doAssert((*coliter != *iterator3), "The two iterators should be different");
794 int32_t position=coliter->previous(success);
798 coliter->reset();
799 coliter->setText(*chariter, success);
809 delete coliter;

Completed in 1117 milliseconds