Searched defs:ucs (Results 1 – 8 of 8) 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()