Lines Matching refs:fInputLength
226 fInputLength = 0; in init()
314 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement()
511 if (fInputLength > fAppendPosition) { in appendTail()
512 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail()
515 (int32_t)(fInputLength-fAppendPosition), &status); in appendTail()
519 len16 = (int32_t)(fInputLength-fAppendPosition); in appendTail()
521 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status); in appendTail()
529 …utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // untermina… in appendTail()
634 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find()
940 U16_FWD_1(inputBuf, startPos, fInputLength); in findUsingChunk()
1272 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendGroup()
1273 U_ASSERT(e <= fInputLength); in appendGroup()
1348 len16 = (int32_t)fInputLength; in input()
1350 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status); in input()
1356 … utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning in input()
1390 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in getInput()
1391 …lace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status); in getInput()
1395 input16Len = (int32_t)fInputLength; in getInput()
1398 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput()
1406 …utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated war… in getInput()
1461 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1468 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1494 fInputLength = utext_nativeLength(fInputText); in lookingAt()
1506 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1532 fInputLength = utext_nativeLength(fInputText); in matches()
1540 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
1566 fInputLength = utext_nativeLength(fInputText); in matches()
1578 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
1615 if (nativeStart > fInputLength || nativeLimit > fInputLength) { in region()
1810 fRegionLimit = fInputLength; in reset()
1812 fActiveLimit = fInputLength; in reset()
1814 fAnchorLimit = fInputLength; in reset()
1816 fLookLimit = fInputLength; in reset()
1845 fInputLength = utext_nativeLength(fInputText); in reset()
1872 fInputLength = utext_nativeLength(fInputText); in reset()
2101 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
2141 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()
3967 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
3998 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
4042 U_ASSERT(restoreInputLen <= fInputLength); in MatchAt()
4077 U_ASSERT(originalInputLen <= fInputLength); in MatchAt()
5468 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5499 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()
5541 U_ASSERT(restoreInputLen <= fInputLength); in MatchChunkAt()
5576 U_ASSERT(originalInputLen <= fInputLength); in MatchChunkAt()