Home
last modified time | relevance | path

Searched refs:strtoull_l (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/support/include/
Dstdlib.h50 unsigned long long strtoull_l(const char *nptr, char **endptr, int base, locale_t loc);
/ndk/sources/android/support/src/
Dlocale_support.c119 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/
Dlocale_win32.h65 #define strtoull_l _strtoui64_l macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
Dxlocale.h141 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
Dxlocale.h292 unsigned long long strtoull_l(const char *__nptr, char **__endptr, in strtoull_l() function
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2281 strtoull_l;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale907 unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE);