Searched refs:fAnchorStart (Results 1 – 2 of 2) sorted by relevance
192 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()2939 …if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && ((void)UTEXT_PREVIOUS32(fInputText), UTEXT_PREVIOU… in MatchAt()2999 … if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && UTEXT_PREVIOUS32(fInputText)==0x0d)) { in MatchAt()3028 if (fp->fInputIdx != fAnchorStart) { in MatchAt()3036 if (fp->fInputIdx == fAnchorStart) { in MatchAt()[all …]
1802 int64_t fAnchorStart; // Region bounds for anchoring operations (^ or $). variable