Searched refs:fAnchorStart (Results 1 – 2 of 2) sorted by relevance
192 fAnchorStart = 0; in init()801 if (startPos == fAnchorStart) { in find()1067 if (startPos == fAnchorStart) { in findUsingChunk()1641 fAnchorStart = nativeStart; in region()1813 fAnchorStart = 0; in reset()2314 fAnchorStart = (fAnchoringBounds ? fRegionStart : 0); in useAnchoringBounds()2946 …if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && ((void)UTEXT_PREVIOUS32(fInputText), UTEXT_PREVIOU… in MatchAt()3006 … if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && UTEXT_PREVIOUS32(fInputText)==0x0d)) { in MatchAt()3035 if (fp->fInputIdx != fAnchorStart) { in MatchAt()3043 if (fp->fInputIdx == fAnchorStart) { in MatchAt()[all …]
1812 int64_t fAnchorStart; // Region bounds for anchoring operations (^ or $). variable