HomeSort by relevance Sort by last modified time
    Searched refs:coliter (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
coleitr.cpp 397 collIterate *coliter = &(ucolelem->iteratordata_); local
410 coliter->string = (UChar *)uprv_malloc(length * U_SIZEOF_UCHAR);
411 if(coliter->string != NULL) {
412 uprv_memcpy(coliter->string, othercoliter->string,
419 coliter->string = NULL;
423 coliter->endp = coliter->string + length;
429 if (wlength < coliter->writableBufSize) {
430 uprv_memcpy(coliter->stackWritableBuffer,
435 if (coliter->writableBuffer != coliter->stackWritableBuffer)
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 667 CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter); local
688 doAssert((*coliter == *iterator1), "The two iterators should be the same");
689 doAssert((*coliter == *iterator2), "The two iterators should be the same");
690 doAssert((*coliter != *iterator3), "The two iterators should be different");
815 int32_t position=coliter->previous(success);
819 coliter->reset();
820 coliter->setText(*chariter, success);
830 delete coliter;
    [all...]

Completed in 15 milliseconds