HomeSort by relevance Sort by last modified time
    Searched defs:BucketList (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 241 typedef std::vector<HashList> BucketList;
242 BucketList Buckets;
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 121 // The BucketList is not in the anonymous namespace because only Clang
124 class BucketList : public UObject {
126 BucketList(UVector *bucketList, UVector *publicBucketList)
127 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) {
136 virtual ~BucketList();
171 BucketList::~BucketList() {
255 // In C++, the ImmutableIndex must own its copy of the BucketList,
260 LocalPointer<BucketList> immutableBucketList(createBucketList(errorCode))
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 153 private BucketList<V> buckets;
170 private final BucketList<V> buckets;
173 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) {
174 this.buckets = bucketList;
618 BucketList<V> immutableBucketList;
682 buckets = null; // invalidate old bucketlist
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 511 milliseconds