• 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()
4487 if (fp->fInputIdx < fAnchorLimit-2) { in MatchChunkAt()
4493 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4502 if (fp->fInputIdx == fAnchorLimit-1) { in MatchChunkAt()
4504 U16_GET(inputBuf, fAnchorStart, fp->fInputIdx, fAnchorLimit, c); in MatchChunkAt()
4514 } else if (fp->fInputIdx == fAnchorLimit-2 && in MatchChunkAt()
4527 if (fp->fInputIdx >= fAnchorLimit-1) { in MatchChunkAt()
4529 if (fp->fInputIdx == fAnchorLimit-1) { in MatchChunkAt()
4551 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4576 if (fp->fInputIdx >= fAnchorLimit) { in MatchChunkAt()
4607 if ((fp->fInputIdx < fAnchorLimit) && in MatchChunkAt()
4627 U_ASSERT(fp->fInputIdx <= fAnchorLimit); in MatchChunkAt()
4834 if (fp->fInputIdx < fAnchorLimit) { in MatchChunkAt()