Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dregex.h1792 UBool fAnchoringBounds; // True if using anchoring bounds. variable
/external/icu4c/i18n/
Drematch.cpp210 fAnchoringBounds = TRUE; in init()
1371 return fAnchoringBounds; in hasAnchoringBounds()
1708 if (fAnchoringBounds) { in region()
2313 fAnchoringBounds = b; in useAnchoringBounds()
2314 fAnchorStart = (fAnchoringBounds ? fRegionStart : 0); in useAnchoringBounds()
2315 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()