Home
last modified time | relevance | path

Searched refs:nextBucket (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dalphaindextst.cpp159 index->nextBucket(status); // Move to underflow label in APITest()
160 index->nextBucket(status); // Move to "A" in APITest()
182 while (index->nextBucket(status)) { in APITest()
198 while (index->nextBucket(status)) { in APITest()
208 TEST_ASSERT(index->nextBucket(status) == FALSE); in APITest()
211 TEST_ASSERT(index->nextBucket(status) == TRUE); in APITest()
216 while (index->nextBucket(status)) { in APITest()
232 for (i=0; index->nextBucket(status); i++) { in APITest()
269 for (i=0; index->nextBucket(status); i++) { in APITest()
324 while (index->nextBucket(status)) { in ManyLocalesTest()
[all …]
/external/icu4c/i18n/
Dalphaindex.cpp337 Bucket *nextBucket = NULL; in bucketRecords() local
339 nextBucket = static_cast<Bucket *>(bucketList_->elementAt(bucketIndex+1)); in bucketRecords()
344 if (nextBucket == NULL || in bucketRecords()
345 collatorPrimaryOnly_->compare(r->sortingName_, nextBucket->lowerBoundary_) < 0) { in bucketRecords()
354 destBucket = nextBucket; in bucketRecords()
356 nextBucket = static_cast<Bucket *>(bucketList_->elementAt(bucketIndex+1)); in bucketRecords()
358 nextBucket = NULL; in bucketRecords()
1191 UBool AlphabeticIndex::nextBucket(UErrorCode &status) { in nextBucket() function in AlphabeticIndex
/external/icu4c/i18n/unicode/
Dalphaindex.h426 virtual UBool nextBucket(UErrorCode &status);