HomeSort by relevance Sort by last modified time
    Searched refs:islower_l (Results 1 - 7 of 7) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
ctype.h 27 __exctype_l (islower_l); variable
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 68 #define islower_l _islower_l macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 251 __exctype_l (islower_l); variable
304 # define islower_l(c,l) __islower_l ((c), (l)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 251 __exctype_l (islower_l); variable
304 # define islower_l(c,l) __islower_l ((c), (l)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 251 __exctype_l (islower_l); variable
304 # define islower_l(c,l) __islower_l ((c), (l)) macro
  /ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
xlocale.h 64 int islower_l(int,locale_t);
  /ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp 802 *low = (isascii(*low) && islower_l(*low, __cloc())) ? (*low-L'a'+L'A') : *low;
895 return (isascii(c) && islower_l(c, __cloc())) ? c-'a'+'A' : c;
909 *low = (isascii(*low) && islower_l(*low, __cloc())) ? *low-'a'+'A' : *low;
    [all...]

Completed in 646 milliseconds