Searched defs:ucs1 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dustr_cnv.c129 u_uastrncpy(UChar *ucs1, argument
133 UChar *target = ucs1;
140 ucs1+n,
149 *ucs1 = 0; /* failure */
151 if(target < (ucs1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will happen. */
155 *ucs1 = 0;
157 return ucs1;
161 u_uastrcpy(UChar *ucs1, argument
168 ucs1,
175 *ucs1
186 u_ustrnlen(const UChar *ucs1, int32_t n) argument
[all...]

Completed in 27 milliseconds