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

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustr_cnv.c129 u_uastrncpy(UChar *ucs1, argument
133 UChar *target = ucs1;
140 ucs1+n,
149 *ucs1 = 0; /* failure */
151 if(target < (ucs1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will happen. */
155 *ucs1 = 0;
157 return ucs1;
161 u_uastrcpy(UChar *ucs1, argument
168 ucs1,
175 *ucs1
186 u_ustrnlen(const UChar *ucs1, int32_t n) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c71 static int get_range(char *s, unsigned long *ucs1,
159 unsigned long ucs1, ucs2; local
172 if (!get_range(p, &ucs1, &ucs2)) {
177 if ((r = idn_ucsset_addrange(set, ucs1, ucs2)) != idn_success)
184 get_range(char *s, unsigned long *ucs1, unsigned long *ucs2) { argument
185 if ((s = get_ucs(s, ucs1)) == NULL)
187 *ucs2 = *ucs1;
204 if (*ucs1 > *ucs2) {
206 "U+%X-U+%X\n", *ucs1, *ucs2));
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dustring.h558 * @param ucs1 A string to compare (can be NULL/invalid if n<=0).
567 u_strncmp(const UChar *ucs1,
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h553 * @param ucs1 A string to compare.
562 u_strncmp(const UChar *ucs1,
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h553 * @param ucs1 A string to compare.
562 u_strncmp(const UChar *ucs1,
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h553 * @param ucs1 A string to compare.
562 u_strncmp(const UChar *ucs1,

Completed in 95 milliseconds