Home
last modified time | relevance | path

Searched refs:c_locale (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/src/
Dutil-strings.h209 locale_t c_locale; in safe_atod() local
232 c_locale = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); in safe_atod()
233 if (c_locale == (locale_t)0) in safe_atod()
237 v = strtod_l(str, &endptr, c_locale); in safe_atod()
238 freelocale(c_locale); in safe_atod()
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c2285 static locale_t c_locale = NULL; variable
2288 freelocale(c_locale); in c_locale_destroy()
2318 if ((c_locale = newlocale(LC_ALL_MASK, "C", NULL))) in pa_atod()
2323 if (c_locale) { in pa_atod()
2325 f = strtod_l(s, &x, c_locale); in pa_atod()
/third_party/alsa-lib/src/
Dconf.c703 locale_t saved_locale, c_locale; in safe_strtod() local
713 c_locale = newlocale(LC_NUMERIC_MASK, "C", 0); in safe_strtod()
714 saved_locale = uselocale(c_locale); in safe_strtod()
726 if (c_locale != (locale_t)0) { in safe_strtod()
728 freelocale(c_locale); in safe_strtod()
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni58 "$MUSLPORTINGDIR/src/locale/c_locale.c",
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni62 "$MUSLPORTINGDIR/src/locale/c_locale.c",
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc753 std::locale c_locale("C"); in IsValidIdentifier() local
754 if (!std::isalpha(str[0], c_locale)) { in IsValidIdentifier()
758 if ((ch != '_') && !std::isalnum(ch, c_locale)) { in IsValidIdentifier()
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni51 "$MUSLPORTINGDIR/src/locale/c_locale.c",
/third_party/musl/
Dmusl_src.gni494 "src/locale/c_locale.c",