Home
last modified time | relevance | path

Searched refs:wctype (Results 1 – 25 of 71) sorted by relevance

123

/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dctype_members.cc58 __ret = wctype("space"); in _M_convert_to_wmask()
61 __ret = wctype("print"); in _M_convert_to_wmask()
64 __ret = wctype("cntrl"); in _M_convert_to_wmask()
67 __ret = wctype("upper"); in _M_convert_to_wmask()
70 __ret = wctype("lower"); in _M_convert_to_wmask()
73 __ret = wctype("alpha"); in _M_convert_to_wmask()
76 __ret = wctype("digit"); in _M_convert_to_wmask()
79 __ret = wctype("punct"); in _M_convert_to_wmask()
82 __ret = wctype("xdigit"); in _M_convert_to_wmask()
85 __ret = wctype("alnum"); in _M_convert_to_wmask()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc61 __ret = wctype("space"); in _M_convert_to_wmask()
64 __ret = wctype("print"); in _M_convert_to_wmask()
67 __ret = wctype("cntrl"); in _M_convert_to_wmask()
70 __ret = wctype("upper"); in _M_convert_to_wmask()
73 __ret = wctype("lower"); in _M_convert_to_wmask()
76 __ret = wctype("alpha"); in _M_convert_to_wmask()
79 __ret = wctype("digit"); in _M_convert_to_wmask()
82 __ret = wctype("punct"); in _M_convert_to_wmask()
85 __ret = wctype("xdigit"); in _M_convert_to_wmask()
88 __ret = wctype("alnum"); in _M_convert_to_wmask()
[all …]
/openbsd/lib/libc/locale/
H A Dwctype.c60 wctype(const char *property) in wctype() function
69 DEF_STRONG(wctype);
74 return wctype(property); in wctype_l()
H A DMakefile.inc10 isctype_l.c iswctype.c iswctype_l.c wctype.c \
25 wctype.3 iswctype.3 wctrans.3 towctrans.3 wcwidth.3
/openbsd/gnu/llvm/libcxx/include/
H A Dwctype.h66 #if __has_include_next(<wctype.h>)
67 # include_next <wctype.h>
86 #undef wctype
H A Dcwctype42 wctype_t wctype(const char* property);
56 #include <wctype.h>
59 # error <cwctype> tried including <wctype.h> but didn't find libc++'s <wctype.h> header. \
89 using ::wctype _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/llvm/libcxx/include/__support/solaris/
H A Dwchar.h26 #define wctype sun_wctype macro
46 #undef wctype
/openbsd/lib/libc/hidden/
H A Dwctype.h21 #include_next <wctype.h>
57 PROTO_NORMAL(wctype);
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cwctype.h74 #undef wctype
102 using ::wctype;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cwctype.h76 #undef wctype
106 using ::wctype;
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc563 SYMBOL(iswalnum, None, <wctype.h>)
564 SYMBOL(iswalpha, None, <wctype.h>)
565 SYMBOL(iswblank, None, <wctype.h>)
566 SYMBOL(iswcntrl, None, <wctype.h>)
567 SYMBOL(iswctype, None, <wctype.h>)
568 SYMBOL(iswdigit, None, <wctype.h>)
569 SYMBOL(iswgraph, None, <wctype.h>)
570 SYMBOL(iswlower, None, <wctype.h>)
928 SYMBOL(wctrans, None, <wctype.h>)
930 SYMBOL(wctype, None, <wctype.h>)
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cwctype.h42 #include_next <wctype.h>
/openbsd/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cwctype.h42 #include_next <wctype.h>
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
H A Dheader_cwctype.cc47 using std::wctype;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dwctype.h53 using std::wctype;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dwctype.h53 using std::wctype;
/openbsd/include/
H A Dwctype.h82 wctype_t wctype(const char *);
H A DMakefile32 wchar.h wctype.h
/openbsd/gnu/gcc/gcc/cp/
H A Dcfns.gperf223 wctype
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dcfns.gperf222 wctype
/openbsd/gnu/lib/libstdc++-v3/
H A DMakefile142 unordered_map utility wchar.h wctype.h
174 string.h time.h wchar.h wctype.h
/openbsd/regress/lib/libc/locale/uselocale/
H A Duselocale.c307 wctyg = wctype("upper"); in child_func()
/openbsd/gnu/lib/libstdc++/libstdc++/include/
H A DMakefile.am295 ${c_compatibility_srcdir}/wctype.h
/openbsd/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am613 ${tr1_srcdir}/wctype.h
679 ${c_compatibility_srcdir}/wctype.h
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c2184 # define IS_CHAR_CLASS(string) wctype (string)
6205 wctype_t wctype; in wcs_re_match_2_internal() local
6209 wctype = *((wctype_t*)alignedp); in wcs_re_match_2_internal()
6212 if (__iswctype((wint_t)c, wctype)) in wcs_re_match_2_internal()
6215 if (iswctype((wint_t)c, wctype)) in wcs_re_match_2_internal()

123