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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java3208 int lengthInCodePoints) {
3210 if (lengthInCodePoints == 1 && !Character.isHighSurrogate(seq.charAt(index))) {
3216 if (lengthInCodePoints >= 0) {
3218 for (int i = 0; x < length && i < lengthInCodePoints; i++) {
3232 int len = -lengthInCodePoints;
3207 countChars(CharSequence seq, int index, int lengthInCodePoints) argument

Completed in 47 milliseconds