Searched refs:countChars (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/jar/JarInputStream/
H A Dsigned.jarMETA-INF/MANIFEST.MF META-INF/SIGNFILE.SF META-INF/SIGNFILE.DSA META ...
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1451 int len = countChars(source, 0, 1);
1484 if (input.length() == countChars(input, 0, 1))
1487 if (input.length() == countChars(input, 0, 2)) {
1522 len = countChars(input, offset, 1);
1555 int len = countChars(input, 0, 2);
3207 private static final int countChars(CharSequence seq, int index, method in class:Pattern
3450 // faster than countChars(seq, i, 1).
4897 i += countChars(seq, i, 1);
5053 int rmaxChars = countChars(seq, i, -rmax);
5054 int rminChars = countChars(se
[all...]

Completed in 76 milliseconds