Home
last modified time | relevance | path

Searched defs:alphabeticIndex (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java219 … AlphabeticIndex<Integer> alphabeticIndex = new AlphabeticIndex<Integer>(new ULocale(test[0])); in TestA() local
231 private Bucket<Integer> find(AlphabeticIndex<Integer> alphabeticIndex, final String probe) { in find()
244 AlphabeticIndex alphabeticIndex = new AlphabeticIndex(Locale.ENGLISH); in TestFirstCharacters() local
312 AlphabeticIndex<String> alphabeticIndex = new AlphabeticIndex(locale); in TestEmpty() local
336 AlphabeticIndex<Double> alphabeticIndex = new AlphabeticIndex((ULocale)test[1]); in TestInflow() local
512 Collection<String> alphabeticIndex = new AlphabeticIndex(locale).getBucketLabels(); in TestIndexCharactersList() local
559 AlphabeticIndex alphabeticIndex = new AlphabeticIndex(locale); in TestBasics() local
583 …AlphabeticIndex<Double> alphabeticIndex = new AlphabeticIndex<Double>(ulocale).addLabels(ULocale.E… in TestClientSupport() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DAlphabeticIndexTest.java223 … AlphabeticIndex<Integer> alphabeticIndex = new AlphabeticIndex<Integer>(new ULocale(test[0])); in TestA() local
235 private Bucket<Integer> find(AlphabeticIndex<Integer> alphabeticIndex, final String probe) { in find()
248 AlphabeticIndex alphabeticIndex = new AlphabeticIndex(Locale.ENGLISH); in TestFirstCharacters() local
316 AlphabeticIndex<String> alphabeticIndex = new AlphabeticIndex(locale); in TestEmpty() local
340 AlphabeticIndex<Double> alphabeticIndex = new AlphabeticIndex((ULocale)test[1]); in TestInflow() local
516 Collection<String> alphabeticIndex = new AlphabeticIndex(locale).getBucketLabels(); in TestIndexCharactersList() local
563 AlphabeticIndex alphabeticIndex = new AlphabeticIndex(locale); in TestBasics() local
587 …AlphabeticIndex<Double> alphabeticIndex = new AlphabeticIndex<Double>(ulocale).addLabels(ULocale.E… in TestClientSupport() local