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

  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 101 def getBucket(buckets, line):
114 output += getBucket(buckets, 'a').dump(isFirst=True, isWebUrl=isWebUrl)
117 output += getBucket(buckets, chr(letter)).dump(isWebUrl=isWebUrl)
119 output += getBucket(buckets, 'z').dump(isLast=True, isWebUrl=isWebUrl)
141 getBucket(buckets, domain[0]).add(domain.strip())
147 getBucket(buckets, 'xn--').add(result[2:-1])
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 86 unsigned getBucket() const { return Index; }
126 if (T *Ptr = pop(Cap.getBucket()))
137 push(Cap.getBucket(), Ptr);
  /external/clang/lib/Lex/
HeaderMap.cpp 135 /// getBucket - Return the specified hash table bucket from the header map,
138 HMapBucket HeaderMap::getBucket(unsigned BucketNo) const {
190 HMapBucket B = getBucket(i);
214 HMapBucket B = getBucket(Bucket & (NumBuckets-1));
  /frameworks/compile/mclinker/include/mcld/ADT/
HashIterator.h 79 inline bucket_type* getBucket() {
85 inline const bucket_type* getBucket() const {
190 inline bucket_type* getBucket() {
196 inline const bucket_type* getBucket() const {
  /external/icu4c/i18n/
alphaindex.cpp 81 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) {
131 getBucket(*publicBucketList, i)->displayIndex_ = displayIndex++;
150 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i);
159 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start);
196 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const {
198 return icu::getBucket(*buckets_->immutableVisibleList_, index);
521 Bucket *singleBucket = getBucket(*bucketList, i);
595 Bucket *nextBucket = getBucket(*bucketList, i);
597 bucket = getBucket(*bucketList, i);
618 bucket = getBucket(*bucketList, i)
    [all...]

Completed in 127 milliseconds