Home
last modified time | relevance | path

Searched refs:BucketList (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dalphaindex.h73 class BucketList; variable
221 friend class BucketList; variable
283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) in ImmutableIndex()
286 BucketList *buckets_;
685 BucketList *createBucketList(UErrorCode &errorCode) const;
739 BucketList *buckets_;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java153 private BucketList<V> buckets;
170 private final BucketList<V> buckets;
173 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { in ImmutableIndex()
618 BucketList<V> immutableBucketList; in buildImmutableIndex()
1002 private BucketList<V> createBucketList() { in createBucketList()
1091 return new BucketList<V>(bucketList, bucketList); in createBucketList()
1111 return new BucketList<V>(bucketList, bucketList); in createBucketList()
1137 return new BucketList<V>(bucketList, publicBucketList); in createBucketList()
1140 private static class BucketList<V> implements Iterable<Bucket<V>> { class in AlphabeticIndex
1144 private BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) { in BucketList() method in AlphabeticIndex.BucketList
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp124 class BucketList : public UObject { class
126 BucketList(UVector *bucketList, UVector *publicBucketList) in BucketList() function in BucketList
136 virtual ~BucketList();
171 BucketList::~BucketList() { in ~BucketList()
260 LocalPointer<BucketList> immutableBucketList(createBucketList(errorCode)); in buildImmutableIndex()
417 BucketList *AlphabeticIndex::createBucketList(UErrorCode &errorCode) const { in createBucketList()
545 BucketList *bl = new BucketList(bucketList.getAlias(), bucketList.getAlias()); in createBucketList()
577 BucketList *bl = new BucketList(bucketList.getAlias(), bucketList.getAlias()); in createBucketList()
616 BucketList *bl = new BucketList(bucketList.getAlias(), publicBucketList.getAlias()); in createBucketList()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h241 typedef std::vector<HashList> BucketList; typedef
242 BucketList Buckets;