Searched refs:bucketList (Results 1 - 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DAlphabeticIndex.java172 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { argument
173 this.buckets = bucketList;
976 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>();
979 bucketList.add(new Bucket<V>(getUnderflowLabel(), "", LabelType.UNDERFLOW));
997 if (skippedScript && bucketList.size() > 1) {
1000 bucketList.add(new Bucket<V>(getInflowLabel(), inflowBoundary,
1006 bucketList.add(bucket);
1021 for (int i = bucketList.size() - 2;; --i) {
1022 Bucket<V> singleBucket = bucketList.get(i);
1036 bucketList
1095 private final ArrayList<Bucket<V>> bucketList; field in class:AlphabeticIndex.BucketList
1098 BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java173 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) { argument
174 this.buckets = bucketList;
1022 ArrayList<Bucket<V>> bucketList = new ArrayList<Bucket<V>>();
1025 bucketList.add(new Bucket<V>(getUnderflowLabel(), "", LabelType.UNDERFLOW));
1043 if (skippedScript && bucketList.size() > 1) {
1046 bucketList.add(new Bucket<V>(getInflowLabel(), inflowBoundary,
1052 bucketList.add(bucket);
1067 for (int i = bucketList.size() - 2;; --i) {
1068 Bucket<V> singleBucket = bucketList.get(i);
1082 bucketList
1141 private final ArrayList<Bucket<V>> bucketList; field in class:AlphabeticIndex.BucketList
1144 BucketList(ArrayList<Bucket<V>> bucketList, ArrayList<Bucket<V>> publicBucketList) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp126 BucketList(UVector *bucketList, UVector *publicBucketList) argument
127 : bucketList_(bucketList), immutableVisibleList_(publicBucketList) {
445 LocalPointer<UVector> bucketList(new UVector(errorCode), errorCode);
449 bucketList->setDeleter(uprv_deleteUObject);
457 bucketList->addElement(bucket, errorCode);
479 if (skippedScript && bucketList->size() > 1) {
487 bucketList->addElement(bucket, errorCode);
496 bucketList->addElement(bucket, errorCode);
512 for (int32_t i = bucketList->size() - 2;; --i) {
513 Bucket *singleBucket = getBucket(*bucketList,
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h283 ImmutableIndex(BucketList *bucketList, Collator *collatorPrimaryOnly) argument
284 : buckets_(bucketList), collatorPrimaryOnly_(collatorPrimaryOnly) {}
/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/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 240 milliseconds