/bionic/libc/bionic/ |
stdlib_l.cpp | 56 unsigned long long strtoull_l(const char* s, char** end_ptr, int base, locale_t) { function
|
/external/libcxx/include/support/musl/ |
xlocale.h | 33 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, function
|
/external/libcxx/include/support/solaris/ |
xlocale.h | 47 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
|
/external/libcxx/include/support/xlocale/ |
__strtonum_fallback.h | 44 strtoull_l(const char *nptr, char **endptr, int base, locale_t) { function
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 237 unsigned long long strtoull_l(const char *__nptr, char **__endptr, function
|
/external/libcxx/include/support/win32/ |
locale_win32.h | 134 #define strtoull_l _strtoui64_l macro
|