Searched refs:c_locale (Results 1 – 8 of 8) sorted by relevance
/third_party/libinput/src/ |
D | util-strings.h | 209 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/ |
D | core-util.c | 2285 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/ |
D | conf.c | 703 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/ |
D | musl.gni | 58 "$MUSLPORTINGDIR/src/locale/c_locale.c",
|
/third_party/musl/porting/liteos_m/kernel/ |
D | musl.gni | 62 "$MUSLPORTINGDIR/src/locale/c_locale.c",
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.cc | 753 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/ |
D | musl.gni | 51 "$MUSLPORTINGDIR/src/locale/c_locale.c",
|
/third_party/musl/ |
D | musl_src.gni | 494 "src/locale/c_locale.c",
|