Searched refs:newloc (Results 1 – 4 of 4) sorted by relevance
40 const char *newloc = setlocale(LC_ALL, NULL); in main() local41 printf("Default locale: %s\n", newloc); in main()
486 std::locale newloc(""); in test_conversion_from_to_float() local487 std::locale::global(newloc); in test_conversion_from_to_float()489 grouping2 = BOOST_USE_FACET(numpunct, newloc).grouping(); in test_conversion_from_to_float()
496 std::locale newloc(""); in test_conversion_from_to_integral() local497 std::locale::global(newloc); in test_conversion_from_to_integral()499 grouping2 = BOOST_USE_FACET(numpunct, newloc).grouping(); in test_conversion_from_to_integral()
313 const char *newloc = target->locale_name; in _coerce_default_locale_settings() local319 if (setenv("LC_CTYPE", newloc, 1)) { in _coerce_default_locale_settings()325 fprintf(stderr, C_LOCALE_COERCION_WARNING, newloc); in _coerce_default_locale_settings()