Searched refs:ucs1 (Results 1 – 2 of 2) sorted by relevance
129 u_uastrncpy(UChar *ucs1, in u_uastrncpy() argument133 UChar *target = ucs1; in u_uastrncpy()140 ucs1+n, in u_uastrncpy()149 *ucs1 = 0; /* failure */ in u_uastrncpy()151 …if(target < (ucs1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will ha… in u_uastrncpy()155 *ucs1 = 0; in u_uastrncpy()157 return ucs1; in u_uastrncpy()161 u_uastrcpy(UChar *ucs1, in u_uastrcpy() argument168 ucs1, in u_uastrcpy()175 *ucs1 = 0; in u_uastrcpy()[all …]
567 u_strncmp(const UChar *ucs1,