Searched defs:ucs (Results 1 – 10 of 10) sorted by relevance
71 xo_bisearch (wchar_t ucs, const struct interval *table, int max) in xo_bisearch()125 xo_wcwidth (wchar_t ucs) in xo_wcwidth()233 int mk_wcwidth_cjk(wchar_t ucs) in mk_wcwidth_cjk()
80 static int bisearch(wchar_t ucs, const struct interval *table, int max) { in bisearch()132 NCURSES_EXPORT(int) mk_wcwidth(wchar_t ucs) in mk_wcwidth()243 NCURSES_EXPORT(int) mk_wcwidth_cjk(wchar_t ucs) in mk_wcwidth_cjk()
2254 #define wcwidth(ucs) _nc_wcwidth(ucs) argument
34 #define mk_wcwidth(ucs) _nc_wcwidth(ucs) argument36 #define mk_wcwidth_cjk(ucs) _nc_wcwidth_cjk(ucs) argument
20 bisearch(teken_char_t ucs, const struct interval *table, int max) in bisearch()41 teken_wcwidth(teken_char_t ucs) in teken_wcwidth()
79 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) argument
89 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) argument
175 u_char ucs[4], *q; in iconv_ucs_conv() local531 decode_surrogate(const u_char *ucs) in decode_surrogate()
68 krb5_ucs4 ucs; member
101 krb5_ucs4 *ucs, *ucsout1, *ucsout2; in krb5int_utf8_normcmp() local