Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp196 fAnchorStart = 0; in init()
805 if (startPos == fAnchorStart) { in find()
1071 if (startPos == fAnchorStart) { in findUsingChunk()
1645 fAnchorStart = nativeStart; in region()
1817 fAnchorStart = 0; in reset()
2318 fAnchorStart = (fAnchoringBounds ? fRegionStart : 0); in useAnchoringBounds()
2940 …if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && ((void)UTEXT_PREVIOUS32(fInputText), UTEXT_PREVIOU… in MatchAt()
3000 … if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && UTEXT_PREVIOUS32(fInputText)==0x0d)) { in MatchAt()
3029 if (fp->fInputIdx != fAnchorStart) { in MatchAt()
3037 if (fp->fInputIdx == fAnchorStart) { in MatchAt()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1814 int64_t fAnchorStart; // Region bounds for anchoring operations (^ or $). variable