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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dalphaindextst.cpp33 for (int32_t i = 0; (bucket = index.getBucket(i)) != NULL; ++i) {
373 const AlphabeticIndex::Bucket *bucket = immIndex->getBucket(bucketIndex);
386 TEST_ASSERT(immIndex->getBucket(-1) == NULL);
387 TEST_ASSERT(immIndex->getBucket(bucketIndex) == NULL);
642 assertEquals(msg, label, immIndex->getBucket(testCase.bucketIndex)->getLabel());
670 assertEquals("label 1", UnicodeString((UChar)0x3105), immIndex->getBucket(1)->getLabel());
671 assertEquals("label 2", UnicodeString((UChar)0x3106), immIndex->getBucket(2)->getLabel());
672 assertEquals("label 3", UnicodeString((UChar)0x3107), immIndex->getBucket(3)->getLabel());
673 assertEquals("label 4", UnicodeString((UChar)0x3108), immIndex->getBucket(4)->getLabel());
674 assertEquals("label 5", UnicodeString((UChar)0x3109), immIndex->getBucket(
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dalphaindex.cpp81 inline AlphabeticIndex::Bucket *getBucket(const UVector &list, int32_t i) { function in namespace:__anon1129
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...]
/macosx-10.9.5/ICU-511.35/icuSources/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;

Completed in 118 milliseconds