Searched refs:strtoull_l (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/include/ |
D | stdlib.h | 50 unsigned long long strtoull_l(const char *nptr, char **endptr, int base, locale_t loc);
|
/ndk/sources/android/support/src/ |
D | locale_support.c | 119 unsigned long long strtoull_l(const char *nptr, char **endptr, int base, locale_t loc) { in strtoull_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | locale_win32.h | 65 #define strtoull_l _strtoui64_l macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/ |
D | xlocale.h | 141 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/ |
D | xlocale.h | 292 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 2281 strtoull_l;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 907 unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);
|