Searched refs:fAnchorLimit (Results 1 – 2 of 2) sorted by relevance
193 fAnchorLimit = 0; in init()1642 fAnchorLimit = nativeLimit; in region()1814 fAnchorLimit = fInputLength; in reset()2315 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()2931 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()2943 if (UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()2956 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()2969 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()2978 if (c == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) == fAnchorLimit) { in MatchAt()2992 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()[all …]
1813 int64_t fAnchorLimit; // See useAnchoringBounds variable