Searched refs:iswlower (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1938 void iswlower() {} function
H A Dlibroot_stubs.c1971 void iswlower() {} function
/haiku/headers/posix/
H A Dwctype.h24 extern int iswlower(wint_t wc);
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp86 iswlower(wint_t wc) function
/haiku/src/tests/system/libroot/posix/
H A Dtest_wcfuncs.c31 if (iswlower(ch)) {
39 "iswlower/towupper/towlower for character \\%x failed\n",
61 if (!iswupper(ch) || iswlower(ch)) {
62 printf("!iswupper/iswlower (L'A') failed\n");
67 if (iswupper(ch) || !iswlower(ch)) {
68 printf("iswupper/!iswlower (L'a') failed\n");
H A Dlocale_test.cpp1134 if (iswlower(i))
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c309 if (iswlower (wc))
377 if (iswlower (wc))
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h128 /* Test for any wide character for which `iswupper' or 'iswlower' is
148 extern int iswlower (wint_t __wc) __THROW;
247 /* Test for any wide character for which `iswupper' or 'iswlower' is

Completed in 111 milliseconds