• Home
  • Raw
  • Download

Lines Matching refs:fInput

41     fInput             = NULL;  in RegexMatcher()
160 dest.append(*fInput, fAppendPosition, len); in appendReplacement()
262 int32_t len = fInput->length() - fAppendPosition; in appendTail()
264 dest.append(*fInput, fAppendPosition, len); in appendTail()
340 startPos = fInput->moveIndex32(startPos, 1); in find()
364 const UChar *inputBuf = fInput->getBuffer(); in find()
583 return UnicodeString(*fInput, s, e-s); in group()
596 return *fInput; in input()
726 if (start>limit || start<0 || limit<0 || limit>fInput->length()) { in region()
774 return *fInput; in replaceAll()
778 return *fInput; in replaceAll()
802 return *fInput; in replaceFirst()
806 return *fInput; in replaceFirst()
811 return *fInput; in replaceFirst()
838 fRegionLimit = fInput->length(); in reset()
864 fInput = &input; in reset()
1127 UChar32 c = fInput->char32At(pos); in isWordBoundary()
1143 prevPos = fInput->moveIndex32(prevPos, -1); in isWordBoundary()
1144 UChar32 prevChar = fInput->char32At(prevPos); in isWordBoundary()
1175 fWordBreakItr->setText(*fInput); in isUWordBoundary()
1248 for (i=0; i<fInput->length(); i++) { in MatchAt()
1249 UChar c = fInput->charAt(i); in MatchAt()
1272 const UChar *inputBuf = fInput->getBuffer(); in MatchAt()
1302 fInput->char32At(fp->fInputIdx), (int32_t *)fp-fStack->getBuffer()); in MatchAt()
1435 UChar32 c = fInput->char32At(fp->fInputIdx); in MatchAt()
1448fInput->char32At(fp->fInputIdx) == 0x0d && fInput->char32At(fp->fInputIdx+1) == 0x0a) { in MatchAt()
1464 if (fInput->char32At(fp->fInputIdx) == 0x0a) { in MatchAt()
1599 UChar32 c = fInput->char32At(fp->fInputIdx); in MatchAt()
1604 fp->fInputIdx = fInput->moveIndex32(fp->fInputIdx, 1); in MatchAt()
2255 U_ASSERT(restoreInputLen <= fInput->length()); in MatchAt()
2286 U_ASSERT(originalInputLen <= fInput->length()); in MatchAt()
2328 U_ASSERT(restoreInputLen <= fInput->length()); in MatchAt()
2363 U_ASSERT(originalInputLen <= fInput->length()); in MatchAt()