Searched refs:bucketList (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 176 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex() argument 177 this.buckets = bucketList; in ImmutableIndex() 1025 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local 1028 bucketList.add(new Bucket<V>(getUnderflowLabel(), "", LabelType.UNDERFLOW)); in createBucketList() 1046 if (skippedScript && bucketList.size() > 1) { in createBucketList() 1049 bucketList.add(new Bucket<V>(getInflowLabel(), inflowBoundary, in createBucketList() 1055 bucketList.add(bucket); in createBucketList() 1070 for (int i = bucketList.size() - 2;; --i) { in createBucketList() 1071 Bucket<V> singleBucket = bucketList.get(i); in createBucketList() 1085 bucketList.add(bucket); in createBucketList() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | AlphabeticIndex.java | 175 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex() argument 176 this.buckets = bucketList; in ImmutableIndex() 979 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local 982 bucketList.add(new Bucket<V>(getUnderflowLabel(), "", LabelType.UNDERFLOW)); in createBucketList() 1000 if (skippedScript && bucketList.size() > 1) { in createBucketList() 1003 bucketList.add(new Bucket<V>(getInflowLabel(), inflowBoundary, in createBucketList() 1009 bucketList.add(bucket); in createBucketList() 1024 for (int i = bucketList.size() - 2;; --i) { in createBucketList() 1025 Bucket<V> singleBucket = bucketList.get(i); in createBucketList() 1039 bucketList.add(bucket); in createBucketList() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | alphaindex.cpp | 128 BucketList(UVector *bucketList, UVector *publicBucketList) in BucketList() argument 129 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) { in BucketList() 447 LocalPointer<UVector> bucketList(new UVector(errorCode), errorCode); in createBucketList() local 451 bucketList->setDeleter(uprv_deleteUObject); in createBucketList() 459 bucketList->addElement(bucket, errorCode); in createBucketList() 481 if (skippedScript && bucketList->size() > 1) { in createBucketList() 489 bucketList->addElement(bucket, errorCode); in createBucketList() 498 bucketList->addElement(bucket, errorCode); in createBucketList() 514 for (int32_t j = bucketList->size() - 2;; --j) { in createBucketList() 515 Bucket *singleBucket = getBucket(*bucketList, j); in createBucketList() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | alphaindex.h | 288 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) in ImmutableIndex() argument 289 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {} in ImmutableIndex()
|
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | acl.go | 96 return a.bucketList(ctx) 126 func (a *ACLHandle) bucketList(ctx context.Context) ([]ACLRule, error) { func
|