Home | History | Annotate | Download | only in i18n

Lines Matching refs:lengthStatus

318                 UErrorCode lengthStatus = U_ZERO_ERROR;
319 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
1164 UErrorCode lengthStatus = U_ZERO_ERROR;
1165 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1238 UErrorCode lengthStatus = U_ZERO_ERROR;
1239 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1346 UErrorCode lengthStatus = U_ZERO_ERROR;
1347 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
2066 UErrorCode lengthStatus = U_ZERO_ERROR;
2067 int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus);
2098 UErrorCode lengthStatus = U_ZERO_ERROR;
2099 int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &lengthStatus);
2155 UErrorCode lengthStatus = U_ZERO_ERROR;
2156 int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus);