Home
last modified time | relevance | path

Searched refs:myBucket (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java610 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(bucketIndex); in TestClientSupport() local
613 myBucket.add(row); in TestClientSupport()
626 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(index); in TestClientSupport() local
627 … Iterator<R4<RawCollationKey, String, Integer, Double>> myBucketIterator = myBucket.iterator(); in TestClientSupport()