Home
last modified time | relevance | path

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

/third_party/skia/third_party/musl_compat/
Dlocale.c17 long long strtoull_l(const char *nptr, char **endptr, int base, in strtoull_l() function
/third_party/flatbuffers/
DCMakeLists.txt59 # 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/
Dutil.h239 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get())
/third_party/glib/glib/
Dgstrfuncs.c1214 return strtoull_l (nptr, endptr, base, get_C_locale ()); in g_ascii_strtoull()
/third_party/flatbuffers/docs/source/
DCppUsage.md575 `strtoll_l`, `strtoull_l` to resolve this dependency.
/third_party/glib/
Dmeson.build536 'strtoull_l',