Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp197 fAnchorLimit = 0; in init()
1646 fAnchorLimit = nativeLimit; in region()
1818 fAnchorLimit = fInputLength; in reset()
2319 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()
2925 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2937 if (UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2950 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2963 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2972 if (c == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) == fAnchorLimit) { in MatchAt()
2986 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1815 int64_t fAnchorLimit; // See useAnchoringBounds variable