Home
last modified time | relevance | path

Searched defs:useTransparentBounds (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/util/regex/
DMatcherNative.java201 public void useTransparentBounds(boolean value) { in useTransparentBounds() method in MatcherNative
/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/
DMatcherNativeTest.java205 public Matcher useTransparentBounds(boolean useTransparentBounds) { in useTransparentBounds() argument
/external/icu/icu4c/source/i18n/
Drematch.cpp2334 RegexMatcher &RegexMatcher::useTransparentBounds(UBool b) { in useTransparentBounds() function in RegexMatcher