Searched refs:lengthStatus (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Drematch.cpp326 UErrorCode lengthStatus = U_ZERO_ERROR; local
327 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
1284 UErrorCode lengthStatus = U_ZERO_ERROR; local
1285 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1401 UErrorCode lengthStatus = U_ZERO_ERROR; local
1402 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
2118 UErrorCode lengthStatus = U_ZERO_ERROR; local
2120 utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus);
2158 UErrorCode lengthStatus = U_ZERO_ERROR; local
2159 int32_t remaining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &lengthStatus);
2228 UErrorCode lengthStatus = U_ZERO_ERROR; local
[all...]
H A Duregex.cpp209 UErrorCode lengthStatus = U_ZERO_ERROR; local
210 int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus);
454 UErrorCode lengthStatus = U_ZERO_ERROR; local
455 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error

Completed in 85 milliseconds