Home
last modified time | relevance | path

Searched refs:newloc (Results 1 – 4 of 4) sorted by relevance

/third_party/libexif/test/nls/
Dtest-nls.c40 const char *newloc = setlocale(LC_ALL, NULL); in main() local
41 printf("Default locale: %s\n", newloc); in main()
/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_float_types_test.cpp486 std::locale newloc(""); in test_conversion_from_to_float() local
487 std::locale::global(newloc); in test_conversion_from_to_float()
489 grouping2 = BOOST_USE_FACET(numpunct, newloc).grouping(); in test_conversion_from_to_float()
Dlexical_cast_integral_types_test.cpp496 std::locale newloc(""); in test_conversion_from_to_integral() local
497 std::locale::global(newloc); in test_conversion_from_to_integral()
499 grouping2 = BOOST_USE_FACET(numpunct, newloc).grouping(); in test_conversion_from_to_integral()
/third_party/python/Python/
Dpylifecycle.c313 const char *newloc = target->locale_name; in _coerce_default_locale_settings() local
319 if (setenv("LC_CTYPE", newloc, 1)) { in _coerce_default_locale_settings()
325 fprintf(stderr, C_LOCALE_COERCION_WARNING, newloc); in _coerce_default_locale_settings()