HomeSort by relevance Sort by last modified time
    Searched refs:getBucket (Results 1 - 9 of 9) 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/include/clang/Lex/
HeaderMap.h 67 HMapBucket getBucket(unsigned BucketNo) const;
  /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/test/intltest/
alphaindextst.cpp 33 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
377 const AlphabeticIndex::Bucket *bucket = immIndex->getBucket(bucketIndex);
390 TEST_ASSERT(immIndex->getBucket(-1) == NULL);
391 TEST_ASSERT(immIndex->getBucket(bucketIndex) == NULL);
645 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel());
673 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel());
674 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel());
675 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel());
676 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel());
677 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(5)->getLabel())
    [all...]
  /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...]
  /external/icu4c/i18n/unicode/
alphaindex.h 166 * <li>ImmutableIndex.getBucket(index) provides random access to all
168 * <li>The AlphabeticIndex bucket iterator or ImmutableIndex.getBucket(0..getBucketCount-1)
177 * const UnicodeString &label = immutableIndex.getBucket(bucketIndex)->getLabel(); // optional
195 * and returned by ImmutableIndex.getBucket().
267 * Use getBucket() to get the bucket's properties.
282 const Bucket *getBucket(int32_t index) const;
  /libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp 162 const AlphabeticIndex::Bucket* bucket = ii->getBucket(index);

Completed in 313 milliseconds