Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp149 UBool CEList::matchesAt(int32_t offset, const CEList *other) const in matchesAt() function in CEList
Dssearch.cpp500 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.java426 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.java427 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.java1011 public int matchesAt(CharSequence text, int offset) { in matchesAt() method
1052 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.java1036 public int matchesAt(CharSequence text, int offset) { in matchesAt() method
1077 private static int matchesAt(CharSequence text, int offsetInText, CharSequence substring) { in matchesAt() method