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

/openjdk10/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DUnicodeSetStringSpan.java423 if (!offsets.containsOffset(inc) && matches16CPB(s, pos - overlap, length, string, length16)) {
463 && matches16CPB(s, pos - overlap, length, string, length16)) {
579 matches16CPB(s, pos, length, string, length16)) {
618 matches16CPB(s, pos, length, string, length16)) {
694 if (!offsets.containsOffset(dec) && matches16CPB(s, pos - dec, length, string, length16)) {
734 && matches16CPB(s, pos - dec, length, string, length16)) {
873 if (length16 <= rest && matches16CPB(s, pos, length, string, length16)) {
920 if (length16 <= pos && matches16CPB(s, pos - length16, length, string, length16)) {
959 static boolean matches16CPB(CharSequence s, int start, int limit, final String t, int tlength) { method in class:UnicodeSetStringSpan

Completed in 43 milliseconds