Searched defs:lengthStatus (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
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
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
2074 UErrorCode lengthStatus = U_ZERO_ERROR; local
2076 utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus);
2114 UErrorCode lengthStatus = U_ZERO_ERROR; local
2177 UErrorCode lengthStatus = U_ZERO_ERROR; local
[all...]
/external/icu/icu4c/source/i18n/
H A Drematch.cpp334 UErrorCode lengthStatus = U_ZERO_ERROR; local
335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
1232 UErrorCode lengthStatus = U_ZERO_ERROR; local
1233 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1309 UErrorCode lengthStatus = U_ZERO_ERROR; local
1310 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus);
1428 UErrorCode lengthStatus = U_ZERO_ERROR; local
1429 input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflow error
2078 UErrorCode lengthStatus = U_ZERO_ERROR; local
2080 utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus);
2118 UErrorCode lengthStatus = U_ZERO_ERROR; local
2187 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 248 milliseconds