Home
last modified time | relevance | path

Searched refs:matchRest (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Duniset.h1026 static int32_t matchRest(const Replaceable& text,
/external/icu/icu4c/source/common/
Duniset.cpp630 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/
DUnicodeSet.java937 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/
DUnicodeSet.java963 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