Searched refs:ac (Results 1 – 3 of 3) sorted by relevance
32 AbstractCollection<Object> ac = new AbstractCollection<Object>() { in test_addLjava_lang_Object() local48 ac.add(null); in test_addLjava_lang_Object()58 AbstractCollection<String> ac = new AbstractCollection<String>() { in test_addAllLjava_util_Collection() local79 assertTrue(ac.addAll(fixtures)); in test_addAllLjava_util_Collection()87 AbstractCollection<String> ac = new AbstractCollection<String>() { in test_containsAllLjava_util_Collection() local108 assertTrue(ac.containsAll(fixtures)); in test_containsAllLjava_util_Collection()116 AbstractCollection<Object> ac = new AbstractCollection<Object>() { in test_isEmpty() local129 assertTrue(ac.isEmpty()); in test_isEmpty()138 AbstractCollection<String> ac = new AbstractCollection<String>() { in test_removeAllLjava_util_Collection() local168 assertTrue(ac.removeAll(Arrays.asList("0", "1", "2"))); in test_removeAllLjava_util_Collection()[all …]
41 android.icu.util.Currency ac = android.icu.util.Currency.getInstance("XXX"); in test_fallbackCurrencySymbolForUnknownLocale() local42 assertNotNull(ac); in test_fallbackCurrencySymbolForUnknownLocale()43 assertEquals(unknownCurrencySymbol, ac.getSymbol(android.icu.util.ULocale.ROOT)); in test_fallbackCurrencySymbolForUnknownLocale()
2179 int ac = pc + (int)(c >> AC_SHIFT); in tryCompensate() local2199 else if (tc >= pc && ac > 1 && w.isEmpty()) { in tryCompensate()3130 int ac = pc + (int)(c >> AC_SHIFT); in toString() local3131 if (ac < 0) // ignore transient negative in toString()3132 ac = 0; in toString()3142 ", active = " + ac + in toString()