Home
last modified time | relevance | path

Searched defs:matchesAt (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DReferenceStringSearch.java321 private boolean matchesAt() { in matchesAt() method in ReferenceStringSearch
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp149 UBool CEList::matchesAt(int32_t offset, const CEList *other) const in matchesAt() function in CEList
Dssearch.cpp509 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const in matchesAt() function in OrderList
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java433 public static int matchesAt(CharSequence text, int offset, CharSequence other) { in matchesAt() method in CollectionUtilities
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java430 public static int matchesAt(CharSequence text, int offset, CharSequence other) { in matchesAt() method in CollectionUtilities
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1045 public int matchesAt(CharSequence text, int offset) { in matchesAt() method
1086 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() method
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java1020 public int matchesAt(CharSequence text, int offset) { in matchesAt() method
1061 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() method