Searched defs:coll (Results 1 – 10 of 10) sorted by relevance
45 RuleBasedCollator coll = new RuleBasedCollator(rule); in testHashCode() local51 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(Locale.US); in testClone() local61 RuleBasedCollator coll = new RuleBasedCollator(rule); in testEqualsObject() local78 RuleBasedCollator coll = new RuleBasedCollator(rule); in testCompareStringString() local83 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(Locale.GERMAN); in testGetCollationKey() local96 RuleBasedCollator coll = new RuleBasedCollator(rule); in testGetRules() local103 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(locale); in testGetCollationElementIteratorString() local120 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(locale); in testGetCollationElementIteratorString() local145 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(locale); in testGetCollationElementIteratorCharacterIterator() local164 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(locale); in testGetCollationElementIteratorCharacterIterator() local[all …]
36 private RuleBasedCollator coll; field in CollationElementIteratorTest85 RuleBasedCollator coll = (RuleBasedCollator) Collator.getInstance(Locale.US); in testPrevious() local
330 public boolean containsAll(Collection<?> coll) { in ungrowableSet()333 public boolean removeAll(Collection<?> coll) { in ungrowableSet()336 public boolean retainAll(Collection<?> coll) { in ungrowableSet()343 public boolean addAll(Collection<? extends E> coll) { in ungrowableSet()
58 private Collection<?> coll; field in CollectionCertStoreParameters
97 RuleBasedCollator coll = new RuleBasedCollator(rule); in testEqualsObject() local
58 …n(@libcore.util.NonNull java.util.Collection<? extends @libcore.util.NonNull T> coll) { throw new … in min()60 …tends @libcore.util.NullFromTypeParam T> coll, @libcore.util.Nullable java.util.Comparator<? super… in min()62 …x(@libcore.util.NonNull java.util.Collection<? extends @libcore.util.NonNull T> coll) { throw new … in max()64 …tends @libcore.util.NullFromTypeParam T> coll, @libcore.util.Nullable java.util.Comparator<? super… in max()
120 SortedTestData(List<T> coll) { in SortedTestData()
386 Collection<?> coll; in testCertStore15() local
115 Collection<Integer> coll = Arrays.asList(ints); in testAddAll_ISE() local
452 Collection coll = Arrays.asList(new String[] { "1", "2" }); in testaddAllHarmony5839() local