HomeSort by relevance Sort by last modified time
    Searched defs:tolower_l (Results 1 - 5 of 5) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/src/support/solaris/
xlocale.c 138 int tolower_l(int __c, locale_t __l) { function
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 77 #define tolower_l _tolower_l macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 264 extern int tolower_l (int __c, __locale_t __l) __THROW;
275 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 264 extern int tolower_l (int __c, __locale_t __l) __THROW;
275 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 264 extern int tolower_l (int __c, __locale_t __l) __THROW;
275 # define tolower_l(c, locale) __tolower_l ((c), (locale)) macro

Completed in 410 milliseconds