Searched refs:strtoll_l (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/musl_compat/ |
D | locale.c | 12 long long strtoll_l(const char *nptr, char **endptr, int base, in strtoll_l() function
|
/third_party/flatbuffers/include/flatbuffers/ |
D | util.h | 240 #define __strtoll_impl(s, pe, b) strtoll_l(s, pe, b, ClassicLocale::Get())
|
/third_party/glib/glib/ |
D | gstrfuncs.c | 1261 return strtoll_l (nptr, endptr, base, get_C_locale ()); in g_ascii_strtoll()
|
/third_party/flatbuffers/docs/source/ |
D | CppUsage.md | 575 `strtoll_l`, `strtoull_l` to resolve this dependency.
|
/third_party/glib/ |
D | meson.build | 535 'strtoll_l',
|