Lines Matching refs:lengthStatus
328 UErrorCode lengthStatus = U_ZERO_ERROR; in appendReplacement() local
329 … 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()
2123 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2125 … utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()
2163 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2164 …maining16Length = utext_extract(input, nextOutputStringStart, fMatchStart, NULL, 0, &lengthStatus); in split()
2233 UErrorCode lengthStatus = U_ZERO_ERROR; in split() local
2234 …aining16Length = utext_extract(input, nextOutputStringStart, fActiveLimit, NULL, 0, &lengthStatus); in split()