Lines Matching refs:fInputLength
237 fInputLength = 0;
326 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
515 if (fInputLength > fAppendPosition) {
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
519 (int32_t)(fInputLength-fAppendPosition), &status);
523 len16 = (int32_t)(fInputLength-fAppendPosition);
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
533 utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // unterminated
603 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
912 U16_FWD_1(inputBuf, startPos, fInputLength);
1244 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1245 U_ASSERT(e <= fInputLength);
1328 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1329 U_ASSERT(e <= fInputLength);
1406 len16 = (int32_t)fInputLength;
1408 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status);
1414 utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning
1458 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1459 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status);
1463 input16Len = (int32_t)fInputLength;
1466 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
1474 utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated warning
1529 fInputLength = utext_nativeLength(fInputText);
1536 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1562 fInputLength = utext_nativeLength(fInputText);
1574 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1600 fInputLength = utext_nativeLength(fInputText);
1608 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1634 fInputLength = utext_nativeLength(fInputText);
1646 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1683 if (nativeStart > fInputLength || nativeLimit > fInputLength) {
1878 fRegionLimit = fInputLength;
1880 fActiveLimit = fInputLength;
1882 fAnchorLimit = fInputLength;
1884 fLookLimit = fInputLength;
1910 fInputLength = utext_nativeLength(fInputText);
1934 fInputLength = utext_nativeLength(fInputText);
2102 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) {
2142 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) {
2211 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) {
2315 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength);
2328 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit);
3910 U_ASSERT(restoreInputLen <= fInputLength);
3941 U_ASSERT(originalInputLen <= fInputLength);
3985 U_ASSERT(restoreInputLen <= fInputLength);
4020 U_ASSERT(originalInputLen <= fInputLength);
5336 U_ASSERT(restoreInputLen <= fInputLength);
5367 U_ASSERT(originalInputLen <= fInputLength);
5409 U_ASSERT(restoreInputLen <= fInputLength);
5444 U_ASSERT(originalInputLen <= fInputLength);