Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp322 UErrorCode lengthStatus = U_ZERO_ERROR; in appendReplacement() local
323 … len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus); in appendReplacement()
1280 UErrorCode lengthStatus = U_ZERO_ERROR; in appendGroup() local
1281 len16 = utext_extract(fInputText, s, e, NULL, 0, &lengthStatus); in appendGroup()
1397 UErrorCode lengthStatus = U_ZERO_ERROR; in getInput() local
1398 …input16Len = utext_extract(fInputText, 0, fInputLength, NULL, 0, &lengthStatus); // buffer overflo… in getInput()
2114 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2116 … utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()
2154 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2155 …maining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &lengthStatus); in split()
[all …]
Duregex.cpp207 UErrorCode lengthStatus = U_ZERO_ERROR; in uregex_openUText() local
208 … int32_t pattern16Length = utext_extract(pattern, 0, patternNativeLength, NULL, 0, &lengthStatus); in uregex_openUText()
452 UErrorCode lengthStatus = U_ZERO_ERROR; in uregex_getText() local
453 …TextLength = utext_extract(inputText, 0, inputNativeLength, NULL, 0, &lengthStatus); // buffer ove… in uregex_getText()