Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dustr_cnv.cpp132 u_uastrncpy(UChar *ucs1, in u_uastrncpy() argument
136 UChar *target = ucs1; in u_uastrncpy()
143 ucs1+n, in u_uastrncpy()
152 *ucs1 = 0; /* failure */ in u_uastrncpy()
154 …if(target < (ucs1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will ha… in u_uastrncpy()
158 *ucs1 = 0; in u_uastrncpy()
160 return ucs1; in u_uastrncpy()
164 u_uastrcpy(UChar *ucs1, in u_uastrcpy() argument
171 ucs1, in u_uastrcpy()
178 *ucs1 = 0; in u_uastrcpy()
[all …]
/external/icu/libandroidicu/include/unicode/
Dustring.h559 u_strncmp(const UChar *ucs1,
/external/icu/icu4c/source/common/unicode/
Dustring.h559 u_strncmp(const UChar *ucs1,
/external/icu/libandroidicu/static_shim/
Dshim.cpp457 int32_t u_strncmp_android(const UChar * ucs1, const UChar * ucs2, int32_t n) { in u_strncmp_android() argument
458 return u_strncmp(ucs1, ucs2, n); in u_strncmp_android()