Home
last modified time | relevance | path

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

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