Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp202 fRegionLimit = 0; in init()
1687 fRegionLimit = nativeLimit; in region()
1719 return (int32_t)fRegionLimit; in regionEnd()
1723 return fRegionLimit; in regionEnd64()
1872 fRegionLimit = fInputLength; in reset()
2305 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()
2318 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit); in useTransparentBounds()
3889 fActiveLimit = fRegionLimit; in MatchAt()
5567 fActiveLimit = fRegionLimit; in MatchChunkAt()
/external/icu4c/i18n/unicode/
Dregex.h1722 int64_t fRegionLimit; // End of input region, default to input.length. variable