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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drematch.cpp334 UErrorCode lengthStatus = U_ZERO_ERROR; local
335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
1259 UErrorCode lengthStatus = U_ZERO_ERROR; local
1260 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1336 UErrorCode lengthStatus = U_ZERO_ERROR; local
1337 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1465 UErrorCode lengthStatus = U_ZERO_ERROR; local
1466 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
2115 UErrorCode lengthStatus = U_ZERO_ERROR; local
2117 utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus);
2155 UErrorCode lengthStatus = U_ZERO_ERROR; local
2224 UErrorCode lengthStatus = U_ZERO_ERROR; local
[all...]
H A Duregex.cpp207 UErrorCode lengthStatus = U_ZERO_ERROR; local
208 int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus);
452 UErrorCode lengthStatus = U_ZERO_ERROR; local
453 regexp->fTextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer overflow error

Completed in 185 milliseconds