HomeSort by: relevance | last modified time | path
    Searched refs:iswlower (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/
wchar.h 11 #define iswlower sun_iswlower macro
31 #undef iswlower macro
  /src/external/apache2/llvm/dist/libcxx/include/
wctype.h 32 int iswlower(wint_t wc);
65 #undef iswlower macro
  /src/lib/libc/regex/
utils.h 53 #define iswlower(a) islower(a) macro
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wctype.h 39 using std::iswlower;
  /src/lib/libc/locale/
Makefile.inc 61 iswalnum.3 iswgraph.3 iswalnum.3 iswlower.3 \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wctype.d 42 pure int iswlower(wint_t wc);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
mbchar.h 223 #if !defined iswlower && !HAVE_ISWCNTRL
225 iswlower (wint_t wc) function
231 # define iswlower iswlower macro
354 #define mb_islower(mbc) ((mbc).wc_valid && iswlower ((mbc).wc))
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
mbchar.h 223 #if !defined iswlower && !HAVE_ISWCNTRL
225 iswlower (wint_t wc) function
231 # define iswlower iswlower macro
354 #define mb_islower(mbc) ((mbc).wc_valid && iswlower ((mbc).wc))
  /src/include/
wctype.h 64 int iswlower(wint_t);
  /src/external/bsd/nvi/dist/common/
multibyte.h 54 #define ISLOWER iswlower
  /src/tests/lib/libc/locale/
t_wctype.c 217 ATF_REQUIRE_EQ(!!iswlower(wc), inout);
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__posix_l_fallback.h 95 return ::iswlower(c);
  /src/lib/libedit/
emacs.c 297 if (iswlower(*cp))
322 if (iswlower(*cp))
vi.c 267 else if (iswlower(c))
  /src/external/bsd/tre/dist/lib/
tre-internal.h 67 #define tre_islower iswlower
  /src/external/gpl2/xcvs/dist/lib/
mbchar.h 228 #define mb_islower(mbc) ((mbc).wc_valid && iswlower ((mbc).wc))
regex_internal.c 311 if (iswlower (wc))
379 if (iswlower (wc))
  /src/external/bsd/less/dist/
less.h 152 #define IS_LOWER(c) iswlower(c)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 739 {"iswlower", 89},

Completed in 49 milliseconds