Home | History | Annotate | Download | only in i18n

Lines Matching refs:fInputLength

228     fInputLength       = 0;
311 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
478 if (fInputLength
480 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
482 utext_replace(dest, destLen, destLen, fInputText->chunkContents+fAppendPosition, (int32_t)(fInputLength-fAppendPosition), &status);
486 len16 = (int32_t)(fInputLength-fAppendPosition);
488 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
493 utext_extract(fInputText, fAppendPosition, fInputLength, inputChars, len16, &status); // unterminated
565 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
881 U16_FWD_1(inputBuf, startPos, fInputLength);
1149 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1150 U_ASSERT(e <= fInputLength);
1230 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1231 U_ASSERT(e <= fInputLength);
1304 len16 = (int32_t)fInputLength;
1306 len16 = utext_extract(fInputText, 0, fInputLength, NULL, 0, &status);
1312 utext_extract(fInputText, 0, fInputLength, inputChars, len16, &status); // unterminated warning
1339 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1340 utext_replace(dest, 0, utext_nativeLength(dest), fInputText->chunkContents, (int32_t)fInputLength, &status);
1344 input16Len = (int32_t)fInputLength;
1347 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
1352 utext_extract(fInputText, 0, fInputLength, inputChars, input16Len, &status); // not terminated warning
1407 fInputLength = utext_nativeLength(fInputText);
1414 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1440 fInputLength = utext_nativeLength(fInputText);
1468 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1494 fInputLength = utext_nativeLength(fInputText);
1502 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1528 fInputLength = utext_nativeLength(fInputText);
1556 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
1596 couldFindStart = (nativeStart <= fInputLength);
1618 couldFindLimit = (nativeLimit <= fInputLength);
1815 fRegionLimit = fInputLength;
1817 fActiveLimit = fInputLength;
1819 fAnchorLimit = fInputLength;
1821 fLookLimit = fInputLength;
1845 fInputLength = utext_nativeLength(fInputText);
1869 fInputLength = utext_nativeLength(fInputText);
2056 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) {
2088 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) {
2145 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) {
2240 fAnchorLimit = (fAnchoringBounds ? fRegionLimit : fInputLength);
2253 fLookLimit = (fTransparentBounds ? fInputLength : fRegionLimit);
3989 U_ASSERT(restoreInputLen <= fInputLength);
4020 U_ASSERT(originalInputLen <= fInputLength);
4064 U_ASSERT(restoreInputLen <= fInputLength);
4099 U_ASSERT(originalInputLen <= fInputLength);
5659 U_ASSERT(restoreInputLen <= fInputLength);
5690 U_ASSERT(originalInputLen <= fInputLength);
5732 fInputLength);
5767 U_ASSERT(originalInputLen <= fInputLength);