Home
last modified time | relevance | path

Searched refs:iswideogram (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/locale/
H A Diswctype.c98 #undef iswideogram
100 iswideogram(wint_t wc) in iswideogram() function
H A DSymbol.map34 iswideogram;
H A DMakefile.inc74 iswalnum.3 iswideogram.3 iswalnum.3 iswlower.3 iswalnum.3 iswnumber.3 \
/freebsd/include/
H A Dwctype.h84 wint_t iswideogram(wint_t);
118 #define iswideogram(wc) __istype((wc), _CTYPE_I) macro