Searched refs:useTransparentBounds (Results 1 – 9 of 9) sorted by relevance
205 public Matcher useTransparentBounds(boolean useTransparentBounds) { in useTransparentBounds() argument206 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()
201 public void useTransparentBounds(boolean value) { in useTransparentBounds() method in MatcherNative
130 state->matcher()->useTransparentBounds(value); in MatcherNative_useTransparentBoundsImpl()
134 method public void useTransparentBounds(boolean);
1297 virtual RegexMatcher &useTransparentBounds(UBool b);
1165 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()
939 regexp->fMatcher->useTransparentBounds(b); in uregex_useTransparentBounds()
2334 RegexMatcher &RegexMatcher::useTransparentBounds(UBool b) { in useTransparentBounds() function in RegexMatcher