Home
last modified time | relevance | path

Searched defs:bucketList (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java176 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()
1025 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local
1144 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList
1147 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java175 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()
979 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local
1098 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList
1101 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h288 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) in ImmutableIndex()
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dacl.go126 func (a *ACLHandle) bucketList(ctx context.Context) ([]ACLRule, error) { func
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp128 BucketList(UVector *bucketList, UVector *publicBucketList) in BucketList()
447 LocalPointer<UVector> bucketList(new UVector(errorCode), errorCode); in createBucketList() local