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

Concatenate two ustrings

Documentation

Concatenate two ustrings. Appends at most n characters from src to dst. Adds a null terminator.
Returns:
A pointer to dst.
Parameters:
dst - The destination string.
src - The source string.
n - The maximum number of characters to compare.

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