Home
last modified time | relevance | path

Searched refs:fTransparentBounds (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dregex.h1824 UBool fTransparentBounds; // True if using transparent bounds. variable
/external/icu/icu4c/source/i18n/
Drematch.cpp198 fTransparentBounds = FALSE; in init()
1323 return fTransparentBounds; in hasTransparentBounds()
1636 if (!fTransparentBounds) { in region()
2326 fTransparentBounds = b; in useTransparentBounds()
2327 fLookStart = (fTransparentBounds ? 0 : fRegionStart); in useTransparentBounds()
2328 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit); in useTransparentBounds()