Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp204 fAnchorLimit = 0; in init()
1710 fAnchorLimit = nativeLimit; in region()
1882 fAnchorLimit = fInputLength; in reset()
2315 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()
2949 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2961 if (UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2974 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2987 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2996 if (c == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) == fAnchorLimit) { in MatchAt()
3010 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
[all …]
/external/icu4c/i18n/unicode/
Dregex.h1780 int64_t fAnchorLimit; // See useAnchoringBounds variable