Home | History | Annotate | Download | only in locale

Lines Matching defs:locale

37 #include <locale.h>
48 const char *locale;
85 * that the POSIX locale shall have an empty
113 printf("Trying locale %s...\n", t->locale);
114 ATF_REQUIRE(setlocale(LC_NUMERIC, t->locale) != NULL);
115 printf("Using locale: %s\n", setlocale(LC_ALL, NULL));
132 printf("Trying locale %s...\n", t->locale);
133 ATF_REQUIRE(setlocale(LC_NUMERIC, t->locale) != NULL);
162 * point arithmetic, we're testing locale dependent string to
171 "t->double_value[%.12g = %a]: diff=%g", t->locale,
183 printf("Trying locale %s...\n", t->locale);
184 ATF_REQUIRE(setlocale(LC_NUMERIC, t->locale) != NULL);
202 for (t = &tests[0]; t->locale != NULL; ++t)
216 for (t = &tests[0]; t->locale != NULL; ++t)
230 for (t = &tests[0]; t->locale != NULL; ++t)