Home | History | Annotate | Download | only in unicode

Lines Matching refs:ImmutableIndex

158  * <p>Callers can also use the AlphabeticIndex::ImmutableIndex, or the AlphabeticIndex itself,
161 * <p>The ImmutableIndex is both immutable and thread-safe.
165 * <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().
241 * The ImmutableIndex class is not intended for public subclassing.
245 class U_I18N_API ImmutableIndex : public UObject {
251 virtual ~ImmutableIndex();
283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly)
359 ImmutableIndex *buildImmutableIndex(UErrorCode &errorCode);