U_CAPI UChar* U_EXPORT2 u_uastrncpy (UChar *ucs1, const char *s2, int32_t n)

Copy a byte string encoded in the default codepage to a ustring

Documentation

Copy a byte string encoded in the default codepage to a ustring. Copies at most n characters. The result will be null terminated if the length of src is less than n. performs a host byte to UChar conversion
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