U_CAPI UChar* U_EXPORT2 u_strncpy (UChar *dst, const UChar *src, int32_t n)

Copy a ustring

Documentation

Copy a ustring. Copies at most n characters. The result will be null terminated if the length of src is less than n.
Returns:
A pointer to dst.
Parameters:
dst - The destination string.
src - The source string.
n - The maximum number of characters to copy.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de