Searched refs:ucs (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/support/
H A Dwcwidth.c59 * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
74 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
78 if (ucs < table[0].first || ucs > table[max].last)
82 if (ucs > table[mid].last)
84 else if (ucs < table[mid].first)
126 int mk_wcwidth(wchar_t ucs) argument
182 if (ucs == 0)
184 if (ucs < 32 || (ucs >
234 mk_wcwidth_cjk(wchar_t ucs) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/support/
H A Dwcwidth.c59 * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
74 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
78 if (ucs < table[0].first || ucs > table[max].last)
82 if (ucs > table[mid].last)
84 else if (ucs < table[mid].first)
126 int mk_wcwidth(wchar_t ucs) argument
182 if (ucs == 0)
184 if (ucs < 32 || (ucs >
234 mk_wcwidth_cjk(wchar_t ucs) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c119 ac_uint4 *ucs, *p, *ucsout; local
199 p = ucs = ber_memalloc_x( len * sizeof(*ucs), ctx );
200 if ( ucs == NULL ) {
205 /* convert character before first non-ascii to ucs-4 */
214 /* convert everything up to next ascii to ucs-4 */
218 ber_memfree_x( ucs, ctx );
230 ber_memfree_x( ucs, ctx );
243 /* normalize ucs of length p - ucs */
325 ac_uint4 *ucs, *ucsout1, *ucsout2; local
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dutf-8.c241 ldap_ucs_to_utf8s( struct berval *ucs, int csize, struct berval *utf8s ) argument
251 in = (unsigned char *)ucs->bv_val;
254 end = in + ( ucs->bv_len & ~(csize-1) );
280 for (in = (unsigned char *)ucs->bv_val; in < end; ) {
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_pvt_uc.h43 struct berval *ucs, int csize, struct berval *utf8s ));

Completed in 230 milliseconds