Home
last modified time | relevance | path

Searched refs:ucs1 (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dustr_cnv.cpp129 u_uastrncpy(UChar *ucs1, in u_uastrncpy() argument
133 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() argument
168 ucs1, in u_uastrcpy()
175 *ucs1 = 0; in u_uastrcpy()
[all …]
/external/icu/icu4c/source/common/unicode/
Dustring.h567 u_strncmp(const UChar *ucs1,