Searched refs:strtoull_l (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/musl_compat/ |
D | locale.c | 17 long long strtoull_l(const char *nptr, char **endptr, int base, in strtoull_l() function
|
/third_party/flatbuffers/ |
D | CMakeLists.txt | 59 # Auto-detect locale-narrow 'strtod_l' and 'strtoull_l' functions. 67 check_cxx_symbol_exists(strtoull_l stdlib.h FLATBUFFERS_HAS_STRTOULL_L)
|
/third_party/flatbuffers/include/flatbuffers/ |
D | util.h | 239 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get())
|
/third_party/glib/glib/ |
D | gstrfuncs.c | 1214 return strtoull_l (nptr, endptr, base, get_C_locale ()); in g_ascii_strtoull()
|
/third_party/flatbuffers/docs/source/ |
D | CppUsage.md | 575 `strtoll_l`, `strtoull_l` to resolve this dependency.
|
/third_party/glib/ |
D | meson.build | 536 'strtoull_l',
|