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

/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h158 * <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)
191 * and returned by ImmutableIndex.getBucket().
241 * The ImmutableIndex class is not intended for public subclassing.
245 class U_I18N_API ImmutableIndex : public UObject { class in class:AlphabeticIndex
251 virtual ~ImmutableIndex();
283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) function in class:AlphabeticIndex::ImmutableIndex
359 ImmutableIndex *buildImmutableInde
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAlphabeticIndex.java96 * <p>Callers can also use the {@link AlphabeticIndex.ImmutableIndex}, or the AlphabeticIndex itself,
99 * <p>The ImmutableIndex is both immutable and thread-safe.
103 * <li>ImmutableIndex.getBucket(index) provides random access to all
168 public static final class ImmutableIndex<V> implements Iterable<Bucket<V>> { class in class:AlphabeticIndex
172 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { method in class:AlphabeticIndex.ImmutableIndex
594 public ImmutableIndex<V> buildImmutableIndex() {
608 return new ImmutableIndex<V>(immutableBucketList, collatorPrimaryOnly);
851 * and {@link AlphabeticIndex.ImmutableIndex#getBucketIndex(CharSequence)},
852 * returned by {@link AlphabeticIndex.ImmutableIndex#getBucket(int)},
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java95 * <p>Callers can also use the {@link AlphabeticIndex.ImmutableIndex}, or the AlphabeticIndex itself,
98 * <p>The ImmutableIndex is both immutable and thread-safe.
102 * <li>ImmutableIndex.getBucket(index) provides random access to all
169 public static final class ImmutableIndex<V> implements Iterable<Bucket<V>> { class in class:AlphabeticIndex
173 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { method in class:AlphabeticIndex.ImmutableIndex
614 public ImmutableIndex<V> buildImmutableIndex() {
628 return new ImmutableIndex<V>(immutableBucketList, collatorPrimaryOnly);
884 * and {@link AlphabeticIndex.ImmutableIndex#getBucketIndex(CharSequence)},
885 * returned by {@link AlphabeticIndex.ImmutableIndex#getBucket(int)},
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp178 AlphabeticIndex::ImmutableIndex::~ImmutableIndex() {
184 AlphabeticIndex::ImmutableIndex::getBucketCount() const {
189 AlphabeticIndex::ImmutableIndex::getBucketIndex(
195 AlphabeticIndex::ImmutableIndex::getBucket(int32_t index) const {
253 AlphabeticIndex::ImmutableIndex *AlphabeticIndex::buildImmutableIndex(UErrorCode &errorCode) {
255 // In C++, the ImmutableIndex must own its copy of the BucketList,
267 ImmutableIndex *immIndex = new ImmutableIndex(immutableBucketList.getAlias(), coll.getAlias());
272 // The ImmutableIndex adopte
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/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 69 milliseconds