Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dregex.h1826 UBool fTransparentBounds; // True if using transparent bounds. variable
/external/icu/icu4c/source/i18n/
Drematch.cpp202 fTransparentBounds = FALSE; in init()
1327 return fTransparentBounds; in hasTransparentBounds()
1640 if (!fTransparentBounds) { in region()
2330 fTransparentBounds = b; in useTransparentBounds()
2331 fLookStart = (fTransparentBounds ? 0 : fRegionStart); in useTransparentBounds()
2332 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit); in useTransparentBounds()