Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp204 fAnchorLimit = 0; in init()
1673 fAnchorLimit = nativeLimit; in region()
1845 fAnchorLimit = fInputLength; in reset()
2278 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()
2906 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2918 if (UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2931 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2944 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2953 if (c == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) == fAnchorLimit) { in MatchAt()
2967 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
[all …]
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/unicode/
Dregex.h1770 int64_t fAnchorLimit; // See useAnchoringBounds variable
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h1779 int64_t fAnchorLimit; // See useAnchoringBounds variable