Home
last modified time | relevance | path

Searched refs:__wcwidth_l (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/locale/
Dwcwidth.c62 return (__wcwidth_l(wc, locale)); in wcwidth_l()
/freebsd-12-stable/include/xlocale/
D_ctype.h146 _XLOCALE_INLINE int __wcwidth_l(__ct_rune_t, locale_t);
164 __wcwidth_l(__ct_rune_t _c, locale_t __l) in __wcwidth_l() function