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

  /external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp 395 collIterate *coliter = &(ucolelem->iteratordata_); local
408 coliter->string = (UChar *)uprv_malloc(length * U_SIZEOF_UCHAR);
409 if(coliter->string != NULL) {
410 uprv_memcpy((UChar *)coliter->string, othercoliter->string,
417 coliter->string = NULL;
421 coliter->endp = coliter->string + length;
426 coliter->writableBuffer = othercoliter->writableBuffer;
427 coliter->writableBuffer.getTerminatedBuffer();
434 coliter->pos = coliter->string +
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp 660 CollationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter); local
681 doAssert((*coliter == *iterator1), "The two iterators should be the same");
682 doAssert((*coliter == *iterator2), "The two iterators should be the same");
683 doAssert((*coliter != *iterator3), "The two iterators should be different");
808 int32_t position=coliter->previous(success);
812 coliter->reset();
813 coliter->setText(*chariter, success);
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 646 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);
    [all...]

Completed in 353 milliseconds