HomeSort by relevance Sort by last modified time
    Searched defs:collatorPrimaryOnly (Results 1 - 5 of 5) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
AlphabeticIndex.java 136 private final RuleBasedCollator collatorPrimaryOnly;
170 private final Collator collatorPrimaryOnly;
172 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) {
174 this.collatorPrimaryOnly = collatorPrimaryOnly;
194 return buckets.getBucketIndex(name, collatorPrimaryOnly);
261 collatorPrimaryOnly = collatorOriginal.cloneAsThawed();
266 collatorPrimaryOnly.setStrength(Collator.PRIMARY);
267 collatorPrimaryOnly.freeze();
270 Collections.sort(firstCharsInScripts, collatorPrimaryOnly);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 136 private final RuleBasedCollator collatorPrimaryOnly;
171 private final Collator collatorPrimaryOnly;
173 private ImmutableIndex(BucketList<V> bucketList, Collator collatorPrimaryOnly) {
175 this.collatorPrimaryOnly = collatorPrimaryOnly;
197 return buckets.getBucketIndex(name, collatorPrimaryOnly);
269 collatorPrimaryOnly = collatorOriginal.cloneAsThawed();
274 collatorPrimaryOnly.setStrength(Collator.PRIMARY);
275 collatorPrimaryOnly.freeze();
278 Collections.sort(firstCharsInScripts, collatorPrimaryOnly);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 715 milliseconds