Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java175 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()
983 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local
1102 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList
1105 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java176 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()
1029 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>(); in createBucketList() local
1148 private final ArrayList<Bucket<V>> bucketList; field in AlphabeticIndex.BucketList
1151 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList()
/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h285 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) in ImmutableIndex()
/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