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

  /ndk/sources/android/support/src/musl-locale/
tolower_l.c 3 int tolower_l(int c, locale_t l) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 138 int tolower_l(int __c, locale_t __l) { function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 90 #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 200 milliseconds