• Home
  • Raw
  • Download

Lines Matching refs:fAnchorLimit

197     fAnchorLimit       = 0;  in init()
1646 fAnchorLimit = nativeLimit; in region()
1818 fAnchorLimit = fInputLength; in reset()
2319 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()
2925 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2937 if (UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2950 … if (c == 0x0d && nextC == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) >= fAnchorLimit) { in MatchAt()
2963 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
2972 if (c == 0x0a && UTEXT_GETNATIVEINDEX(fInputText) == fAnchorLimit) { in MatchAt()
2986 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
3012 if (fp->fInputIdx >= fAnchorLimit) { in MatchAt()
3045 if ((fp->fInputIdx < fAnchorLimit) && isLineTerminator(c)) { in MatchAt()
3064 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchAt()
3285 if (fp->fInputIdx < fAnchorLimit) { in MatchAt()
4499 if (fp->fInputIdx < fAnchorLimit-2) { in MatchChunkAt()
4505 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4514 if (fp->fInputIdx == fAnchorLimit-1) { in MatchChunkAt()
4516 U16_GET(inputBuf, fAnchorStart, fp->fInputIdx, fAnchorLimit, c); in MatchChunkAt()
4526 } else if (fp->fInputIdx == fAnchorLimit-2 && in MatchChunkAt()
4539 if (fp->fInputIdx >= fAnchorLimit-1) { in MatchChunkAt()
4541 if (fp->fInputIdx == fAnchorLimit-1) { in MatchChunkAt()
4563 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4588 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4619 if ((fp->fInputIdx < fAnchorLimit) && in MatchChunkAt()
4639 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchChunkAt()
4846 if (fp->fInputIdx < fAnchorLimit) { in MatchChunkAt()