/external/libcxx/include/support/musl/ |
xlocale.h | 33 static inline unsigned long long strtoull_l(const char *nptr, char **endptr, function
|
/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/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
|
/bionic/libc/include/ |
stdlib.h | 204 unsigned long long strtoull_l(const char* __s, char** __end_ptr, int __base, locale_t __l) __INTRODUCED_IN(21);
|
/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
|
/external/flatbuffers/include/flatbuffers/ |
util.h | 205 // Use locale independent functions {strtod_l, strtof_l, strtoll_l, strtoull_l}. 227 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get())
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | [all...] |