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