Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp148 UBool CEList::matchesAt(int32_t offset, const CEList *other) const in matchesAt() function in CEList
Dssearch.cpp499 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const in matchesAt() function in OrderList
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java428 public static int matchesAt(CharSequence text, int offset, CharSequence other) { in matchesAt() method in CollectionUtilities
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DCollectionUtilities.java429 public static int matchesAt(CharSequence text, int offset, CharSequence other) { in matchesAt() method in CollectionUtilities
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java1017 public int matchesAt(CharSequence text, int offset) { in matchesAt() method
1058 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() method
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1042 public int matchesAt(CharSequence text, int offset) { in matchesAt() method
1083 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() method