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

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1643 if (isSupplementary(c)) {
1933 if (isSupplementary(temp[i]))
1943 private static final boolean isSupplementary(int ch) { method in class:Pattern
2168 if (isSupplementary(ch)) {
2188 if (isSupplementary(ch)) {
3303 if (isSupplementary(ch))

Completed in 186 milliseconds