Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libxo/libxo/
HDxo_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-14-stable/contrib/ncurses/ncurses/
HDwcwidth.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()
HDcurses.priv.h2254 #define wcwidth(ucs) _nc_wcwidth(ucs) argument
/freebsd-14-stable/contrib/ncurses/ncurses/win32con/
HDwcwidth.c34 #define mk_wcwidth(ucs) _nc_wcwidth(ucs) argument
36 #define mk_wcwidth_cjk(ucs) _nc_wcwidth_cjk(ucs) argument
/freebsd-14-stable/sys/teken/
HDteken_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-14-stable/contrib/ncurses/include/
HDnc_mingw.h79 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) argument
HDnc_win32.h89 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) argument
/freebsd-14-stable/sys/libkern/
HDiconv_ucs.c176 u_char ucs[4], *q; in iconv_ucs_conv() local
532 decode_surrogate(const u_char *ucs) in decode_surrogate()