Home
last modified time | relevance | path

Searched refs:useTransparentBounds (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/testing/src/com/android/icu/test/util/regex/
DMatcherNativeTest.java205 public Matcher useTransparentBounds(boolean useTransparentBounds) { in useTransparentBounds() argument
206 matcherNative.useTransparentBounds(useTransparentBounds); in useTransparentBounds()
828 mat.useTransparentBounds(false); in test_transparentBounds()
831 mat.useTransparentBounds(true); in test_transparentBounds()
840 mat.useTransparentBounds(false); in test_transparentBounds()
843 mat.useTransparentBounds(true); in test_transparentBounds()
/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/libcore_bridge/src/native/
Dcom_android_icu_util_regex_MatcherNative.cpp130 state->matcher()->useTransparentBounds(value); in MatcherNative_useTransparentBoundsImpl()
/external/icu/android_icu4j/api/intra/
Dcurrent.txt134 method public void useTransparentBounds(boolean);
/external/icu/libicu/cts_headers/unicode/
Dregex.h1297 virtual RegexMatcher &useTransparentBounds(UBool b);
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1297 virtual RegexMatcher &useTransparentBounds(UBool b);
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp1165 REGEX_ASSERT(&m == &m.useTransparentBounds(TRUE)); in API_Match()
1170 REGEX_ASSERT(&m == &m.useTransparentBounds(FALSE)); in API_Match()
2356 REGEX_ASSERT(&m == &m.useTransparentBounds(TRUE)); in API_Match_UTF8()
2361 REGEX_ASSERT(&m == &m.useTransparentBounds(FALSE)); in API_Match_UTF8()
3628 matcher->useTransparentBounds(TRUE); in regex_find()
3630 UTF8Matcher->useTransparentBounds(TRUE); in regex_find()
/external/icu/icu4c/source/i18n/
Duregex.cpp939 regexp->fMatcher->useTransparentBounds(b); in uregex_useTransparentBounds()
Drematch.cpp2334 RegexMatcher &RegexMatcher::useTransparentBounds(UBool b) { in useTransparentBounds() function in RegexMatcher