Searched defs:ImmutableIndex (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h160 * <p>Callers can also use the AlphabeticIndex::ImmutableIndex, or the AlphabeticIndex itself,
163 * <p>The ImmutableIndex is both immutable and thread-safe.
167 * <li>ImmutableIndex.getBucket(index) provides random access to all
169 * <li>The AlphabeticIndex bucket iterator or ImmutableIndex.getBucket(0..getBucketCount-1)
193 * and returned by ImmutableIndex.getBucket().
243 * The ImmutableIndex class is not intended for public subclassing.
247 class U_I18N_API ImmutableIndex : public UObject { class in class:AlphabeticIndex
253 virtual ~ImmutableIndex();
285 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) function in class:AlphabeticIndex::ImmutableIndex
361 ImmutableIndex *buildImmutableInde
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAlphabeticIndex.java98 * <p>Callers can also use the {@link AlphabeticIndex.ImmutableIndex}, or the AlphabeticIndex itself,
101 * <p>The ImmutableIndex is both immutable and thread-safe.
105 * <li>ImmutableIndex.getBucket(index) provides random access to all
171 public static final class ImmutableIndex<V> implements Iterable<Bucket<V>> { class in class:AlphabeticIndex
175 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { method in class:AlphabeticIndex.ImmutableIndex
598 public ImmutableIndex<V> buildImmutableIndex() {
612 return new ImmutableIndex<V>(immutableBucketList, collatorPrimaryOnly);
857 * and {@link AlphabeticIndex.ImmutableIndex#getBucketIndex(CharSequence)},
858 * returned by {@link AlphabeticIndex.ImmutableIndex#getBucket(int)},
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java97 * <p>Callers can also use the {@link AlphabeticIndex.ImmutableIndex}, or the AlphabeticIndex itself,
100 * <p>The ImmutableIndex is both immutable and thread-safe.
104 * <li>ImmutableIndex.getBucket(index) provides random access to all
172 public static final class ImmutableIndex<V> implements Iterable<Bucket<V>> { class in class:AlphabeticIndex
176 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { method in class:AlphabeticIndex.ImmutableIndex
618 public ImmutableIndex<V> buildImmutableIndex() {
632 return new ImmutableIndex<V>(immutableBucketList, collatorPrimaryOnly);
890 * and {@link AlphabeticIndex.ImmutableIndex#getBucketIndex(CharSequence)},
891 * returned by {@link AlphabeticIndex.ImmutableIndex#getBucket(int)},
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp180 AlphabeticIndex::ImmutableIndex::~ImmutableIndex() {
186 AlphabeticIndex::ImmutableIndex::getBucketCount() const {
191 AlphabeticIndex::ImmutableIndex::getBucketIndex(
197 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const {
255 AlphabeticIndex::ImmutableIndex *AlphabeticIndex::buildImmutableIndex(UErrorCode &errorCode) {
257 // In C++, the ImmutableIndex must own its copy of the BucketList,
269 ImmutableIndex *immIndex = new ImmutableIndex(immutableBucketList.getAlias(), coll.getAlias());
274 // The ImmutableIndex adopte
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 218 milliseconds