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

/external/icu4c/i18n/
H A Drematch.cpp328 UErrorCode lengthStatus = U_ZERO_ERROR; local
329 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
1253 UErrorCode lengthStatus = U_ZERO_ERROR; local
1254 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1330 UErrorCode lengthStatus = U_ZERO_ERROR; local
1331 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1459 UErrorCode lengthStatus = U_ZERO_ERROR; local
1460 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
2109 UErrorCode lengthStatus = U_ZERO_ERROR; local
2111 utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus);
2149 UErrorCode lengthStatus = U_ZERO_ERROR; local
2218 UErrorCode lengthStatus = U_ZERO_ERROR; local
[all...]
H A Duregex.cpp206 UErrorCode lengthStatus = U_ZERO_ERROR; local
207 int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus);
451 UErrorCode lengthStatus = U_ZERO_ERROR; local
452 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error

Completed in 22 milliseconds