Home
last modified time | relevance | path

Searched refs:offsetInText (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1123 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() argument
1126 if (textLength + offsetInText > len) { in matchesAt()
1130 for (int j = offsetInText; i < len; ++i, ++j) { in matchesAt()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java1061 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() argument
1064 if (textLength + offsetInText > len) { in matchesAt()
1068 for (int j = offsetInText; i < len; ++i, ++j) { in matchesAt()