• Home
  • Raw
  • Download

Lines Matching refs:fInputLength

237     fInputLength       = 0;  in init()
326 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement()
515 if (fInputLength > fAppendPosition) { in appendTail()
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail()
519 (int32_t)(fInputLength-fAppendPosition), &status); in appendTail()
523 len16 = (int32_t)(fInputLength-fAppendPosition); in appendTail()
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
533 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
603 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find()
912 U16_FWD_1(inputBuf, startPos, fInputLength); in findUsingChunk()
1244 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in group()
1245 U_ASSERT(e <= fInputLength); in group()
1328 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendGroup()
1329 U_ASSERT(e <= fInputLength); in appendGroup()
1406 len16 = (int32_t)fInputLength; in input()
1408 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input()
1414 … utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input()
1458 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in getInput()
1459 …lace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status); in getInput()
1463 input16Len = (int32_t)fInputLength; in getInput()
1466 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput()
1474 …utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated war… in getInput()
1529 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1536 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1562 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1574 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1600 fInputLength = utext_nativeLength(fInputText); in matches()
1608 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
1634 fInputLength = utext_nativeLength(fInputText); in matches()
1646 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
1683 if (nativeStart > fInputLength || nativeLimit > fInputLength) { in region()
1878 fRegionLimit = fInputLength; in reset()
1880 fActiveLimit = fInputLength; in reset()
1882 fAnchorLimit = fInputLength; in reset()
1884 fLookLimit = fInputLength; in reset()
1910 fInputLength = utext_nativeLength(fInputText); in reset()
1934 fInputLength = utext_nativeLength(fInputText); in reset()
2102 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
2142 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
2211 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
2315 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength); in useAnchoringBounds()
2328 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit); in useTransparentBounds()
3910 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3941 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
3985 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4020 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
5336 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5367 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5409 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5444 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()