Searched refs:iswlower (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/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-fatelf/src/bin/network/wget/lib/
H A Dwctype.in.h81 # undef iswlower macro
96 # define iswlower rpl_iswlower macro
142 iswlower (wint_t wc) function
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dwctype.in.h74 # undef iswlower macro
119 iswlower (__wctype_wint_t wc) function
H A Dregex_internal.c316 if (iswlower (wc))
384 if (iswlower (wc))
/haiku-fatelf/src/bin/coreutils/lib/
H A Dwctype.in.h88 # undef iswlower macro
105 # define iswlower rpl_iswlower macro
153 iswlower (wint_t wc) function
H A Dmbchar.h226 #define mb_islower(mbc) ((mbc).wc_valid && iswlower ((mbc).wc))
H A Dregex_internal.c321 if (iswlower (wc))
389 if (iswlower (wc))
/haiku-fatelf/headers/posix/
H A Dwctype.h23 extern int iswlower(wint_t wc);
/haiku-fatelf/src/bin/bash/lib/readline/
H A Drlmbutil.h111 #define _rl_to_wupper(wc) (iswlower (wc) ? towupper (wc) : (wc))
H A Dvi_mode.c781 else if (iswlower (wc))
/haiku-fatelf/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
/haiku-fatelf/src/system/libroot/posix/locale/
H A Dwctype.cpp87 iswlower(wint_t wc) function
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dcasemod.c44 #define _to_wupper(wc) (iswlower (wc) ? towupper (wc) : (wc))
/haiku-fatelf/src/bin/less/
H A Dless.h133 #define IS_LOWER(c) iswlower(c)
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtrio.c158 # define iswlower(x) islower(x) macro
/haiku-fatelf/src/bin/gawk/
H A Dregex_internal.c277 pstr->wcs[byte_idx] = iswlower (wc) ? toupper (wc) : wc;
284 if (iswlower (wc))
289 pstr->wcs[byte_idx++] = iswlower (wc) ? toupper (wc) : wc;
H A Dbuiltin.c1672 if (iswlower(wc)) {
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.c309 if (iswlower (wc))
377 if (iswlower (wc))
/haiku-fatelf/src/bin/gdb/readline/
H A Dvi_mode.c695 else if (iswlower (wc))

Completed in 129 milliseconds