Searched refs:fAnchorLimit (Results 1 – 4 of 4) sorted by relevance
204 fAnchorLimit = 0; in init()1673 fAnchorLimit = nativeLimit; in region()1845 fAnchorLimit = fInputLength; in reset()2278 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()2906 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()2918 if (UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()2931 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()2944 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()2953 if (c == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) == fAnchorLimit) { in MatchAt()2967 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()[all …]
204 fAnchorLimit = 0; in init()1710 fAnchorLimit = nativeLimit; in region()1882 fAnchorLimit = fInputLength; in reset()2315 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()2949 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()2961 if (UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()2974 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()2987 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()2996 if (c == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) == fAnchorLimit) { in MatchAt()3010 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()[all …]
1770 int64_t fAnchorLimit; // See useAnchoringBounds variable
1779 int64_t fAnchorLimit; // See useAnchoringBounds variable