Searched refs:matchRest (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 1026 static int32_t matchRest(const Replaceable& text,
|
/external/icu/icu4c/source/common/ |
D | uniset.cpp | 630 int32_t matchLen = matchRest(text, offset, limit, trial); in matches() 686 int32_t UnicodeSet::matchRest(const Replaceable& text, in matchRest() function in UnicodeSet
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 937 int length = matchRest(text, offset[0], limit, trial); in matches() 993 private static int matchRest (Replaceable text, int start, int limit, String s) { in matchRest() method
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 963 int length = matchRest(text, offset[0], limit, trial); in matches() 1019 private static int matchRest (Replaceable text, int start, int limit, String s) { in matchRest() method
|