Searched refs:strtol_l (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/android/support/include/ |
D | stdlib.h | 45 long strtol_l(const char *nptr, char **endptr, int base, locale_t loc);
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 105 long strtol_l(const char *nptr, char **endptr, int base, locale_t loc) { in strtol_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 131 long strtol_l(const char *__nptr, char **__endptr, in strtol_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 282 long strtol_l(const char *__nptr, char **__endptr, in strtol_l() function
|