Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/node/deps/icu-small/source/common/
Dustr_cnv.cpp132 u_uastrncpy(char16_t *ucs1, in u_uastrncpy() argument
136 char16_t *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(char16_t *ucs1, in u_uastrcpy() argument
171 ucs1, in u_uastrcpy()
178 *ucs1 = 0; in u_uastrcpy()
[all …]
/third_party/skia/third_party/externals/icu/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 …]
/third_party/node/deps/icu-small/source/common/unicode/
Dustring.h559 u_strncmp(const UChar *ucs1,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h559 u_strncmp(const UChar *ucs1,
/third_party/icu/icu4c/source/common/unicode/
Dustring.h559 u_strncmp(const UChar *ucs1,