Searched refs:charAt (Results 1 – 12 of 12) sorted by relevance
38 if (fExpected.charAt(i) != fActual.charAt(i)) in getMessage()44 if (fExpected.charAt(j) != fActual.charAt(k)) in getMessage()
61 public char charAt(int i) { in objectOverrideTests()62 return toString().charAt(i); in objectOverrideTests()78 public char charAt(int i) { in charAt() method in Main.SubInterfaceImpl
36 System.out.print(testStr.charAt(i)); in basicTest()51 testStr.charAt(500); in basicTest()
Main.java package Main$1 extends java.lang.Object implements ObjectOverridingInterface { void <init ...
Main.java package Main$SubInterfaceImpl extends java.lang.Object implements Main$SubInterface { private ...
90 sb.append(Integer.toHexString((int) text.charAt(i))); in getStringAsHex()
131 ((String)y).charAt(0); in instanceOfTest()
125 Assert.assertEquals('N', testStr.charAt(0)); in test_String_charAt()126 Assert.assertEquals('o', testStr.charAt(1)); in test_String_charAt()127 Assert.assertEquals(' ', testStr.charAt(10)); in test_String_charAt()128 Assert.assertEquals('e', testStr.charAt(14)); // 14 = testStr.length()-1 as a constant. in test_String_charAt()135 testStr.charAt(-1); in test_String_charAt()140 testStr.charAt(80); in test_String_charAt()145 testStr.charAt(15); // 15 = "Now is the time".length() in test_String_charAt()167 strEmpty.charAt(0); in test_String_charAt()174 strNull.charAt(0); in test_String_charAt()182 return s.charAt(index); in test_String_charAt_inner()
440 "hello".charAt(-1); in stringIndex()448 "hello".charAt(7); in stringIndex()
551 typeChar = typeChars.charAt(i); in doReflectionTests()589 char otherChar = typeChars.charAt(i); in doReflectionTests()
36 [void java.lang.String._getChars(int,int,char[],int), public char java.lang.String.charAt(int), pub…