Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp326 UErrorCode lengthStatus = U_ZERO_ERROR; in appendReplacement() local
327 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement()
1284 UErrorCode lengthStatus = U_ZERO_ERROR; in appendGroup() local
1285 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup()
1401 UErrorCode lengthStatus = U_ZERO_ERROR; in getInput() local
1402 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput()
2118 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2120 … utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()
2158 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2159 …maining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &lengthStatus); in split()
[all …]
Duregex.cpp209 UErrorCode lengthStatus = U_ZERO_ERROR; in uregex_openUText() local
210 … int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus); in uregex_openUText()
454 UErrorCode lengthStatus = U_ZERO_ERROR; in uregex_getText() local
455 …TextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer ove… in uregex_getText()