Searched refs:ucs2 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c72 unsigned long *ucs2);
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
187 *ucs2 = *ucs1;
201 if ((s = get_ucs(s + 1, ucs2)) == NULL)
204 if (*ucs1 > *ucs2) {
206 "U+%X-U+%X\n", *ucs1, *ucs2));
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dustr_cnv.c202 const UChar *ucs2,
213 &ucs2,
214 ucs2+u_ustrnlen(ucs2, n),
234 const UChar *ucs2 )
242 ucs2,
201 u_austrncpy(char *s1, const UChar *ucs2, int32_t n) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/ntlm/
H A Dntlm.c290 * Strings are either OEM or UNICODE. The later is encoded as ucs2 on
295 len_string(int ucs2, const char *s) argument
297 if (ucs2) {
315 ret_string(krb5_storage *sp, int ucs2, size_t len, char **s) argument
327 if (ucs2) {
368 ret_sec_string(krb5_storage *sp, int ucs2, struct sec_buffer *desc, char **s) argument
372 CHECK(ret_string(sp, ucs2, desc->length, s), 0);
378 put_string(krb5_storage *sp, int ucs2, const char *s) argument
383 if (ucs2) {
393 if (ucs2)
450 encode_ti_string(krb5_storage *out, uint16_t type, int ucs2, char *s) argument
475 heim_ntlm_encode_targetinfo(const struct ntlm_targetinfo *ti, int ucs2, struct ntlm_buf *data) argument
550 heim_ntlm_decode_targetinfo(const struct ntlm_buf *data, int ucs2, struct ntlm_targetinfo *ti) argument
815 int ucs2 = 0; local
879 int ucs2 = 0; local
962 heim_ntlm_decode_type3(const struct ntlm_buf *buf, int ucs2, struct ntlm_type3 *type3) argument
1052 int ucs2 = 0; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dtest-rw.c48 uint16_t ucs2[MAX_LENGTH]; member in struct:testcase
181 if (testcases[n].ucs2[m] != data[m])
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebKitTextCodec.cpp84 String ucs2 = TextCodecICU(textEncodingSource).decode(sourceStart, sourceLength, true, true, sawError); local
89 CString encoded = TextCodecICU(textEncodingTarget).encode(ucs2.characters(), ucs2.length(), WebCore::EntitiesForUnencodables);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dpac.c656 uint16_t *ucs2; local
660 ucs2 = malloc(sizeof(ucs2[0]) * ucs2len);
661 if (ucs2 == NULL)
664 ret = wind_ucs2read(s, len, &flags, ucs2, &ucs2len);
667 free(ucs2);
671 ret = wind_ucs2utf8_length(ucs2, ucs2len, &u8len);
673 free(ucs2);
680 free(ucs2);
683 ret = wind_ucs2utf8(ucs2, ucs2le
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/conf/extra/
H A Dhttpd-languages.conf.in122 AddCharset ISO-10646-UCS-2 .ucs2
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/rss/
H A DRSSFilterStream.cpp353 String ucs2 = TextCodecICU(textEncodingSource).decode(sourceStart, sourceLength, true, true, sawError); local
358 CString encoded = TextCodecICU(textEncodingTarget).encode(ucs2.characters(), ucs2.length(), WebCore::EntitiesForUnencodables);
/macosx-10.9.5/libiconv-41/libiconv/lib/
H A Dencodings.def74 ucs2,
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dustring.h559 * @param ucs2 A string to compare (can be NULL/invalid if n<=0).
568 const UChar *ucs2,
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Dustring.h554 * @param ucs2 A string to compare.
563 const UChar *ucs2,
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dustring.h554 * @param ucs2 A string to compare.
563 const UChar *ucs2,
/macosx-10.9.5/WebKit-7537.78.2/mac/icu/unicode/
H A Dustring.h554 * @param ucs2 A string to compare.
563 const UChar *ucs2,

Completed in 298 milliseconds