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

  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
isalpha_l.c 3 int isalpha_l(int c, locale_t l) function
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
isalpha_l.c 3 int isalpha_l(int c, locale_t l) function
  /bionic/libc/bionic/
ctype.cpp 35 int isalpha_l(int c, locale_t) { function
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 27 inline _LIBCPP_ALWAYS_INLINE int isalpha_l(int c, locale_t) { function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/xlocale/
__posix_l_fallback.h 27 inline _LIBCPP_ALWAYS_INLINE int isalpha_l(int c, locale_t) { function
  /external/libcxx/include/support/ibm/
xlocale.h 31 int isalpha_l(int c, locale_t locale) function
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 86 int isalpha_l(int c, locale_t locale) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 86 int isalpha_l(int c, locale_t locale) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/ibm/
xlocale.h 31 int isalpha_l(int c, locale_t locale) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 248 __exctype_l (isalpha_l); variable
301 # define isalpha_l(c,l) __isalpha_l ((c), (l)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 274 __exctype_l (isalpha_l); variable
327 # define isalpha_l(c,l) __isalpha_l ((c), (l)) macro

Completed in 5090 milliseconds