locale_object (const LocaleObject)
ucs1 (UniChar *) - output
Target
transformed string.
ucs2 (const UniChar *) - input
Source string to be transformed.
n (size_t) - input
Maximum
number of code elements to be placed in ucs1.
result (size_t) - returns
The
length of the transformed string (not including the ending null code element):
- If the value returned is n or more, the contents
of the array pointed to by ucs1 are indeterminate.
- If ucs1 is a null pointer, the number of elements
required to contain the transformed character string is returned.
[Back: UniStrxfrm Return Value - result]
[Next: UniStrxfrm - Remarks]