Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMapTest.java69 static class CI extends BI { CI(int value) { super(value); } } in CI() class in ConcurrentHashMapTest
127 assertTrue(m.put(new CI(i), true) == null); in testComparableFamily()
130 assertTrue(m.containsKey(new CI(i))); in testComparableFamily()
/libcore/luni/src/test/java/libcore/java/lang/
DOldStringBufferTest.java48 public void test_getCharsII$CI() { in test_getCharsII$CI()
DOldStringTest.java114 public void test_getCharsII$CI() { in test_getCharsII$CI()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStringBuffer2Test.java300 public void test_getCharsII$CI() { in test_getCharsII$CI()
DCharacterTest.java136 public void test_codePointAt$CI() { in test_codePointAt$CI()
228 public void test_codePointBefore$CI() { in test_codePointBefore$CI()
293 public void test_toCharsI$CI() { in test_toCharsI$CI()
DStringBufferTest.java456 public void test_getCharsII$CI() { in test_getCharsII$CI()
DString2Test.java505 public void test_getCharsII$CI() { in test_getCharsII$CI()
DStringBuilderTest.java643 public void test_getCharsII$CI() { in test_getCharsII$CI()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java3397 public void test_copyOf_$CI() throws Exception { in test_copyOf_$CI()