Searched refs:fAnchorStart (Results 1 – 2 of 2) sorted by relevance
203 fAnchorStart = 0; in init()772 if (startPos == fAnchorStart) { in find()1038 if (startPos == fAnchorStart) { in findUsingChunk()1709 fAnchorStart = nativeStart; in region()1881 fAnchorStart = 0; in reset()2314 fAnchorStart = (fAnchoringBounds ? fRegionStart : 0); in useAnchoringBounds()2964 …if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && ((void)UTEXT_PREVIOUS32(fInputText), UTEXT_PREVIOU… in MatchAt()3024 … if ( !(c==0x0a && fp->fInputIdx>fAnchorStart && UTEXT_PREVIOUS32(fInputText)==0x0d)) { in MatchAt()3053 if (fp->fInputIdx != fAnchorStart) { in MatchAt()3061 if (fp->fInputIdx == fAnchorStart) { in MatchAt()[all …]
1779 int64_t fAnchorStart; // Region bounds for anchoring operations (^ or $). variable