Searched refs:wctype_t (Results 1 - 15 of 15) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dtest_wctype.c43 wctype_t bit_alnum = wctype("alnum");
44 wctype_t bit_alpha = wctype("alpha");
45 wctype_t bit_cntrl = wctype("cntrl");
46 wctype_t bit_digit = wctype("digit");
47 wctype_t bit_graph = wctype("graph");
48 wctype_t bit_lower = wctype("lower");
49 wctype_t bit_print = wctype("print");
50 wctype_t bit_punct = wctype("punct");
51 wctype_t bit_space = wctype("space");
52 wctype_t bit_uppe
[all...]
/haiku/src/system/libroot/posix/glibc/include/
H A Dwctype.h7 extern int __iswctype (wint_t __wc, wctype_t __desc);
8 extern wctype_t __wctype (__const char *__property);
/haiku/headers/posix/
H A Dwctype.h21 extern int iswctype(wint_t wc, wctype_t desc);
38 extern wctype_t wctype(const char *property);
44 extern int iswctype_l(wint_t wc, wctype_t desc, locale_t locale);
61 extern wctype_t wctype_l(const char *property, locale_t locale);
H A Dwchar.h29 typedef int wctype_t; typedef
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h67 typedef unsigned long int wctype_t; typedef
186 extern wctype_t wctype (__const char *__property) __THROW;
190 extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;
299 extern wctype_t wctype_l (__const char *__property, __locale_t __locale)
304 extern int iswctype_l (wint_t __wc, wctype_t __desc, __locale_t __locale)
/haiku/headers/private/libroot/locale/
H A DICUCtypeData.h30 int IsWCType(wint_t wc, wctype_t charClass);
H A DICULocaleBackend.h40 virtual int IsWCType(wint_t wc, wctype_t charClass);
H A DLocaleBackend.h149 virtual int IsWCType(wint_t wc, wctype_t charClass) = 0;
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp29 iswctype(wint_t wc, wctype_t charClass)
203 wctype_t
H A Dwctype_l.cpp24 iswctype_l(wint_t wc, wctype_t charClass, locale_t l)
204 wctype_t
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp149 ICULocaleBackend::IsWCType(wint_t wc, wctype_t charClass)
H A DICUCtypeData.cpp162 ICUCtypeData::IsWCType(wint_t wc, wctype_t charClass)
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h267 wctype_t *char_classes;
H A Dregcomp.c3494 wctype_t *new_char_classes = re_realloc (mbcset->char_classes, wctype_t,
H A Dregexec.c3821 wctype_t wt = cset->char_classes[i];

Completed in 159 milliseconds