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

  /ndk/sources/android/support/src/musl-locale/
isdigit_l.c 3 int isdigit_l(int c, locale_t l) function
  /bionic/libc/bionic/
ctype.cpp 47 int isdigit_l(int c, locale_t) { function
  /external/libcxx/include/support/xlocale/
xlocale.h 41 static inline int isdigit_l(int c, locale_t) { function
  /external/libcxx/include/support/ibm/
xlocale.h 101 int isdigit_l(int c, locale_t locale) function
  /external/libcxx/include/support/win32/
locale_win32.h 83 #define isdigit_l _isdigit_l macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 101 int isdigit_l(int c, locale_t locale) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 83 #define isdigit_l _isdigit_l macro
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 101 int isdigit_l(int c, locale_t locale) function
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
locale_win32.h 83 #define isdigit_l _isdigit_l macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 250 __exctype_l (isdigit_l); variable
303 # define isdigit_l(c,l) __isdigit_l ((c), (l)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 276 __exctype_l (isdigit_l); variable
329 # define isdigit_l(c,l) __isdigit_l ((c), (l)) macro

Completed in 1149 milliseconds