Home | History | Annotate | Download | only in common

Lines Matching refs:u_terminateChars

1781     return u_terminateChars(originalDest, destCapacity, destLength, pErrorCode);
2434 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2478 return u_terminateChars(target, targetCapacity, targetLength, pErrorCode);
2481 /* no need to call u_terminateChars() because ucnv_convertEx() took care of that */
2507 return u_terminateChars(target, targetCapacity, 0, pErrorCode);
2558 return u_terminateChars(target, targetCapacity, 0, pErrorCode);