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

  /external/icu4c/i18n/
alphaindex.cpp 176 delete buckets_;
182 return buckets_->getBucketCount();
188 return buckets_->getBucketIndex(name, *collatorPrimaryOnly_, errorCode);
193 if (0 <= index && index < buckets_->getBucketCount()) {
194 return icu::getBucket(*buckets_->immutableVisibleList_, index);
206 buckets_(NULL) {
217 buckets_(NULL) {
227 delete buckets_;
254 // We could clone the buckets_ if they are not NULL,
280 return buckets_->getBucketCount()
    [all...]
  /external/chromium/chrome/browser/extensions/
extensions_quota_service_unittest.cc 31 virtual ~Mapper() { STLDeleteValues(&buckets_); }
36 if (buckets_.find(id) == buckets_.end())
37 buckets_[id] = new Bucket();
38 buckets->push_back(buckets_[id]);
43 BucketMap buckets_; member in class:__anon4119::Mapper
extension_bookmarks_module.cc 640 virtual ~BookmarkBucketMapper() { STLDeleteValues(&buckets_); }
643 Bucket* b = buckets_[id];
646 buckets_[id] = b;
651 std::map<BucketIdType, Bucket*> buckets_; member in class:BookmarkBucketMapper
  /external/icu4c/i18n/unicode/
alphaindex.h 288 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}
290 BucketList *buckets_;
748 BucketList *buckets_; member in class:AlphabeticIndex
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 882 milliseconds