Lines Matching refs:lengthStatus
322 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()
2224 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2225 …aining16Length = utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()