Searched refs:ucs1 (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 132 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/ |
D | ustring.h | 559 u_strncmp(const UChar *ucs1,
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 559 u_strncmp(const UChar *ucs1,
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 457 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()
|