Searched refs:codePointCount (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/java/lang/StringBuffer/
H A DSupplementary.java38 test5(); // Test for codePointCount(int beginIndex, int endIndex)
217 * Test codePointCount(int, int)
220 * Character.codePointCount(CharSequence, int, int) works
229 int result = sb.codePointCount(j, length);
230 int expected = Character.codePointCount(sb, j, length);
231 check(result != expected, "codePointCount(input["+i+"], "+j+", "+length+")",
235 int result = sb.codePointCount(0, j);
236 int expected = Character.codePointCount(sb, 0, j);
237 check(result != expected, "codePointCount(input["+i+"], 0, "+j+")",
253 * Character.codePointCount(CharSequenc
[all...]
/openjdk7/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java38 test5(); // Test for codePointCount(int beginIndex, int endIndex)
217 * Test codePointCount(int, int)
220 * Character.codePointCount(CharSequence, int, int) works
229 int result = sb.codePointCount(j, length);
230 int expected = Character.codePointCount(sb, j, length);
231 check(result != expected, "codePointCount(input["+i+"], "+j+", "+length+")",
235 int result = sb.codePointCount(0, j);
236 int expected = Character.codePointCount(sb, 0, j);
237 check(result != expected, "codePointCount(input["+i+"], 0, "+j+")",
253 * Character.codePointCount(CharSequenc
[all...]
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java41 test8(); // Test for codePointCount(int beginIndex, int endIndex)
376 check(s.codePointCount(0, s.length()) != x.length,
377 "s.codePointCount(0, s.length()) != x.length");
389 * Test codePointCount(int, int)
392 * Character.codePointCount(CharSequence, int, int) works
400 int result = str.codePointCount(j, length);
401 int expected = Character.codePointCount(str, j, length);
402 check(result != expected, "codePointCount(input["+i+"], "+j+", "+length+")",
407 result = substr.codePointCount(0, substr.length());
408 check(result != expected, "substring:codePointCount(inpu
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DStringBuffer.java200 public synchronized int codePointCount(int beginIndex, int endIndex) { method in class:StringBuffer
201 return super.codePointCount(beginIndex, endIndex);
H A DAbstractStringBuilder.java284 public int codePointCount(int beginIndex, int endIndex) { method in class:AbstractStringBuilder
H A DCharacter.java5015 public static int codePointCount(CharSequence seq, int beginIndex, int endIndex) { method in class:Character
5050 public static int codePointCount(char[] a, int offset, int count) { method in class:Character
H A DString.java743 public int codePointCount(int beginIndex, int endIndex) { method in class:String
/openjdk7/langtools/src/share/sample/javac/processing/src/
H A DCheckNamesProcessor.java449 if (name.codePointCount(0, name.length()) > 1 ||
/openjdk7/hotspot/test/compiler/6646020/
H A DTester.java100 (true ? "a" : "lymivj".toString()).codePointCount((short)3.032349E38F + (var_1 = (var_1 = (var_1 = (var_1 = (byte)1.3159799E37F)))), (byte)2.0898819853138264E307 & (new short[(byte)(short)var_2])[var_1 = (byte)(short)4.859332921376913E307]);
646 Tester_Class_2.var_45.codePointCount("indreb".charAt(+(new byte[Tester_Class_1.var_20][Tester_Class_1.var_20])[Tester_Class_1.var_21][Tester_Class_1.var_21]) * ~ (Tester_Class_1.var_21 %= (var_71 = --var_73)), ((Tester_Class_3.var_53 ^= Tester_Class_2.var_45.equalsIgnoreCase("rkxwa")) || Tester_Class_2.var_47 <= (Tester_Class_2.var_47 %= -var_80) ? (Tester_Class_1.var_21 ^= var_70) : var_73) & (var_71 = 'k'));
/openjdk7/hotspot/test/compiler/6711117/
H A DTest.java46 "smiosoebk".codePointCount(true ^ (false ^ ! !false) ? (byte)- ((byte)430513598) : + ((byte)'_'), ~ (true ? (byte)']' : (byte)-2.8272547997066827E307));
68 ((new Test_Class_0[(byte)7.774490796987995E307])[(byte)'v']).var_2 <<= false ^ !false ? (short)'v' : "".codePointCount(594464985, 579036736);
/openjdk7/hotspot/test/compiler/6712835/
H A DTest6712835.java1132 "xuc".codePointCount(new Tester_Class_6().var_99 / ((new Tester_Class_9().var_128 = new Tester_Class_2()).var_1 ? var_138 : (int)(Tester_Class_3.var_64 += Tester_Class_3.var_64)), 882345740);

Completed in 2039 milliseconds