Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Drematch.cpp203 fAnchorStart = 0; in init()
766 if (startPos == fAnchorStart) { in find()
1032 if (startPos == fAnchorStart) { in findUsingChunk()
1703 fAnchorStart = nativeStart; in region()
1875 fAnchorStart = 0; in reset()
2304 fAnchorStart = (fAnchoringBounds ? fRegionStart : 0); in useAnchoringBounds()
3022 …if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && (UTEXT_PREVIOUS32(fInputText), UTEXT_PREVIOUS32(fI… in MatchAt()
3082 … if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && UTEXT_PREVIOUS32(fInputText)==0x0d)) { in MatchAt()
3111 if (fp->fInputIdx != fAnchorStart) { in MatchAt()
3119 if (fp->fInputIdx == fAnchorStart) { in MatchAt()
[all …]
/external/icu4c/i18n/unicode/
Dregex.h1724 int64_t fAnchorStart; // Region bounds for anchoring operations (^ or $). variable