Home
last modified time | relevance | path

Searched defs:ucs (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libxo/libxo/
H A Dxo_wcwidth.h71 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()
/freebsd/contrib/ncurses/ncurses/
H A Dwcwidth.h80 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()
H A Dcurses.priv.h2254 #define wcwidth(ucs) _nc_wcwidth(ucs) argument
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwcwidth.c34 #define mk_wcwidth(ucs) _nc_wcwidth(ucs) argument
36 #define mk_wcwidth_cjk(ucs) _nc_wcwidth_cjk(ucs) argument
/freebsd/sys/teken/
H A Dteken_wcwidth.h20 bisearch(teken_char_t ucs, const struct interval *table, int max) in bisearch()
41 teken_wcwidth(teken_char_t ucs) in teken_wcwidth()
/freebsd/contrib/ncurses/include/
H A Dnc_mingw.h79 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) argument
H A Dnc_win32.h89 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) argument
/freebsd/sys/libkern/
H A Diconv_ucs.c175 u_char ucs[4], *q; in iconv_ucs_conv() local
531 decode_surrogate(const u_char *ucs) in decode_surrogate()