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

  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 73 class BucketList;
221 friend class BucketList;
283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
284 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}
286 BucketList *buckets_;
685 BucketList *createBucketList(UErrorCode &errorCode) const;
739 BucketList *buckets_;
  /external/chromium_org/extensions/browser/
quota_service.h 144 typedef std::list<Bucket*> BucketList;
158 BucketList* buckets) = 0;
168 BucketList* buckets) OVERRIDE;
quota_service.cc 112 BucketList* buckets) {
125 BucketList buckets;
127 for (BucketList::iterator i = buckets.begin(); i != buckets.end(); ++i) {
quota_service_unittest.cc 22 typedef QuotaLimitHeuristic::BucketList BucketList;
40 BucketList* buckets) OVERRIDE {
59 BucketList* buckets) OVERRIDE {}
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 241 typedef std::vector<HashList> BucketList;
242 BucketList Buckets;
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 123 // The BucketList is not in the anonymous namespace because only Clang
126 class BucketList : public UObject {
128 BucketList(UVector *bucketList, UVector *publicBucketList)
129 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) {
138 virtual ~BucketList();
173 BucketList::~BucketList() {
257 // In C++, the ImmutableIndex must own its copy of the BucketList,
262 LocalPointer<BucketList> immutableBucketList(createBucketList(errorCode))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 75 typedef QuotaLimitHeuristic::BucketList BucketList;
833 BucketList* buckets) OVERRIDE {
874 BucketList* buckets) OVERRIDE {
910 BucketList* buckets) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 199 milliseconds