• Home
  • Raw
  • Download

Lines Matching refs:fAnchorLimit

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()
3018 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
3051 if ((fp->fInputIdx < fAnchorLimit) && isLineTerminator(c)) { in MatchAt()
3070 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchAt()
3291 if (fp->fInputIdx < fAnchorLimit) { in MatchAt()
4494 if (fp->fInputIdx < fAnchorLimit-2) { in MatchChunkAt()
4500 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4509 if (fp->fInputIdx == fAnchorLimit-1) { in MatchChunkAt()
4511 U16_GET(inputBuf, fAnchorStart, fp->fInputIdx, fAnchorLimit, c); in MatchChunkAt()
4521 } else if (fp->fInputIdx == fAnchorLimit-2 && in MatchChunkAt()
4534 if (fp->fInputIdx >= fAnchorLimit-1) { in MatchChunkAt()
4536 if (fp->fInputIdx == fAnchorLimit-1) { in MatchChunkAt()
4558 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4583 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4614 if ((fp->fInputIdx < fAnchorLimit) && in MatchChunkAt()
4634 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchChunkAt()
4841 if (fp->fInputIdx < fAnchorLimit) { in MatchChunkAt()