Searched refs:getBucket (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
H A DArrayRecycler.h86 unsigned getBucket() const { return Index; } function in class:llvm::ArrayRecycler::Capacity
126 if (T *Ptr = pop(Cap.getBucket()))
137 push(Cap.getBucket(), Ptr);
/external/clang/include/clang/Lex/
H A DHeaderMap.h72 HMapBucket getBucket(unsigned BucketNo) const;
/external/clang/lib/Lex/
H A DHeaderMap.cpp135 /// getBucket - Return the specified hash table bucket from the header map,
138 HMapBucket HeaderMap::getBucket(unsigned BucketNo) const { function in class:HeaderMap
190 HMapBucket B = getBucket(i);
225 HMapBucket B = getBucket(Bucket & (NumBuckets-1));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dalphaindextst.cpp35 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
375 const AlphabeticIndex::Bucket *bucket = immIndex->getBucket(bucketIndex);
388 TEST_ASSERT(immIndex->getBucket(-1) == NULL);
389 TEST_ASSERT(immIndex->getBucket(bucketIndex) == NULL);
650 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel());
678 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel());
679 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel());
680 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel());
681 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel());
682 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp81 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { function in namespace:__anon12084
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 { function in class:AlphabeticIndex::ImmutableIndex
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(*bucketLis
[all...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp82 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { function in namespace:__anon21873
132 getBucket(*publicBucketList, i)->displayIndex_ = displayIndex++;
151 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i);
160 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start);
197 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const { function in class:AlphabeticIndex::ImmutableIndex
199 return icu::getBucket(*buckets_->immutableVisibleList_, index);
516 Bucket *singleBucket = getBucket(*bucketList, i);
591 Bucket *nextBucket = getBucket(*bucketList, i);
593 bucket = getBucket(*bucketList, i);
614 bucket = getBucket(*bucketLis
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dalphaindextst.cpp35 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);
652 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel());
680 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel());
681 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel());
682 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel());
683 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel());
684 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dalphaindex.h166 * <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;
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h165 * <li>ImmutableIndex.getBucket(index) provides random access to all
167 * <li>The AlphabeticIndex bucket iterator or ImmutableIndex.getBucket(0..getBucketCount-1)
176 * const UnicodeString &label = immutableIndex.getBucket(bucketIndex)->getLabel(); // optional
191 * and returned by ImmutableIndex.getBucket().
263 * Use getBucket() to get the bucket's properties.
278 const Bucket *getBucket(int32_t index) const;

Completed in 5011 milliseconds