Searched defs:CI (Results 1 - 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
H A DOldStringBufferTest.java48 public void test_getCharsII$CI() {
H A DOldStringTest.java114 public void test_getCharsII$CI() {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DCharacterTest.java136 public void test_codePointAt$CI() {
228 public void test_codePointBefore$CI() {
293 public void test_toCharsI$CI() {
H A DStringBufferTest.java456 public void test_getCharsII$CI() {
H A DStringBuffer2Test.java300 public void test_getCharsII$CI() {
H A DStringBuilderTest.java643 public void test_getCharsII$CI() {
H A DString2Test.java505 public void test_getCharsII$CI() {
/libcore/jsr166-tests/src/test/java/jsr166/
H A DConcurrentHashMapTest.java69 static class CI extends BI { CI(int value) { super(value); } } method in class:ConcurrentHashMapTest.CI
127 assertTrue(m.put(new CI(i), true) == null);
130 assertTrue(m.containsKey(new CI(i)));
/libcore/ojluni/src/main/java/java/time/format/
H A DDateTimeFormatterBuilder.java4003 return new CI("", null, null);
4192 private static class CI extends PrefixTree { class in class:DateTimeFormatterBuilder.PrefixTree
4194 private CI(String k, String v, PrefixTree child) { method in class:DateTimeFormatterBuilder.PrefixTree.CI
4199 protected CI newNode(String k, String v, PrefixTree child) {
4200 return new CI(k, v, child);
4228 private static class LENIENT extends CI {
4235 protected CI newNode(String k, String v, PrefixTree child) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DArraysTest.java3397 public void test_copyOf_$CI() throws Exception {

Completed in 7429 milliseconds