Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dalphaindextst.cpp204 index->nextBucket(status); // Move to underflow label in APITest()
205 index->nextBucket(status); // Move to "A" in APITest()
227 while (index->nextBucket(status)) { in APITest()
243 while (index->nextBucket(status)) { in APITest()
253 TEST_ASSERT(index->nextBucket(status) == false); in APITest()
256 TEST_ASSERT(index->nextBucket(status) == true); in APITest()
261 while (index->nextBucket(status)) { in APITest()
277 for (i=0; index->nextBucket(status); i++) { in APITest()
314 for (i=0; index->nextBucket(status); i++) { in APITest()
381 while (index.nextBucket(status)) { in ManyLocalesTest()
[all …]
/external/cronet/third_party/icu/source/test/intltest/
Dalphaindextst.cpp204 index->nextBucket(status); // Move to underflow label in APITest()
205 index->nextBucket(status); // Move to "A" in APITest()
227 while (index->nextBucket(status)) { in APITest()
243 while (index->nextBucket(status)) { in APITest()
253 TEST_ASSERT(index->nextBucket(status) == false); in APITest()
256 TEST_ASSERT(index->nextBucket(status) == true); in APITest()
261 while (index->nextBucket(status)) { in APITest()
277 for (i=0; index->nextBucket(status); i++) { in APITest()
314 for (i=0; index->nextBucket(status); i++) { in APITest()
381 while (index.nextBucket(status)) { in ManyLocalesTest()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java781 Bucket<V> nextBucket; in initBuckets() local
784 nextBucket = bucketIterator.next(); in initBuckets()
785 upperBoundary = nextBucket.lowerBoundary; in initBuckets()
787 nextBucket = null; in initBuckets()
795 currentBucket = nextBucket; in initBuckets()
798 nextBucket = bucketIterator.next(); in initBuckets()
799 upperBoundary = nextBucket.lowerBoundary; in initBuckets()
1119 Bucket<V> nextBucket = bucketList.get(i); in createBucketList() local
1126 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()
1127 bucket.displayBucket = nextBucket; in createBucketList()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java753 Bucket<V> nextBucket; in initBuckets() local
756 nextBucket = bucketIterator.next(); in initBuckets()
757 upperBoundary = nextBucket.lowerBoundary; in initBuckets()
759 nextBucket = null; in initBuckets()
767 currentBucket = nextBucket; in initBuckets()
770 nextBucket = bucketIterator.next(); in initBuckets()
771 upperBoundary = nextBucket.lowerBoundary; in initBuckets()
1073 Bucket<V> nextBucket = bucketList.get(i); in createBucketList() local
1080 if (nextBucket.labelType != LabelType.NORMAL) { in createBucketList()
1081 bucket.displayBucket = nextBucket; in createBucketList()
[all …]
/external/cronet/third_party/icu/source/i18n/
Dalphaindex.cpp584 Bucket *nextBucket = getBucket(*bucketList, i); in createBucketList() local
591 if (nextBucket->labelType_ != U_ALPHAINDEX_NORMAL) { in createBucketList()
592 bucket->displayBucket_ = nextBucket; in createBucketList()
596 nextBucket = bucket; in createBucketList()
646 Bucket *nextBucket; in initBuckets() local
649 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
650 upperBoundary = &nextBucket->lowerBoundary_; in initBuckets()
652 nextBucket = NULL; in initBuckets()
661 currentBucket = nextBucket; in initBuckets()
664 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
[all …]
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp584 Bucket *nextBucket = getBucket(*bucketList, i); in createBucketList() local
591 if (nextBucket->labelType_ != U_ALPHAINDEX_NORMAL) { in createBucketList()
592 bucket->displayBucket_ = nextBucket; in createBucketList()
596 nextBucket = bucket; in createBucketList()
646 Bucket *nextBucket; in initBuckets() local
649 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
650 upperBoundary = &nextBucket->lowerBoundary_; in initBuckets()
652 nextBucket = NULL; in initBuckets()
661 currentBucket = nextBucket; in initBuckets()
664 nextBucket = getBucket(*buckets_->bucketList_, bucketIndex++); in initBuckets()
[all …]
/external/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java69 int[] nextBucket = new int[sourceSize]; in generate() local
82 nextBucket[i] = (count == 0) ? -1 : bucketHeads[key]; in generate()
175 pos = nextBucket[pos]; in generate()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h562 virtual UBool nextBucket(UErrorCode &status);
/external/cronet/third_party/icu/source/i18n/unicode/
Dalphaindex.h562 virtual UBool nextBucket(UErrorCode &status);
/external/icu/libicu/cts_headers/unicode/
Dalphaindex.h562 virtual UBool nextBucket(UErrorCode &status);