Home
last modified time | relevance | path

Searched refs:utf8_locale (Results 1 – 25 of 101) sorted by relevance

12345

/dports/lang/perl5.34/perl-5.34.0/ext/POSIX/t/
H A Dmb.t22 my $utf8_locale = find_utf8_ctype_locale();
37 skip("no utf8 locale available", 4) unless $utf8_locale;
43 local $ENV{LC_CTYPE} = $utf8_locale;
44 local $ENV{LC_ALL} = $utf8_locale;
87 skip("no utf8 locale available", 3) unless $utf8_locale;
89 local $ENV{LC_CTYPE} = $utf8_locale;
90 local $ENV{LC_ALL} = $utf8_locale;
130 skip("no utf8 locale available", 1) unless $utf8_locale;
132 local $ENV{LC_CTYPE} = $utf8_locale;
133 local $ENV{LC_ALL} = $utf8_locale;
/dports/lang/perl5.32/perl-5.32.1/ext/POSIX/t/
H A Dmb.t22 my $utf8_locale = find_utf8_ctype_locale();
37 skip("no utf8 locale available", 4) unless $utf8_locale;
43 local $ENV{LC_CTYPE} = $utf8_locale;
44 local $ENV{LC_ALL} = $utf8_locale;
87 skip("no utf8 locale available", 3) unless $utf8_locale;
89 local $ENV{LC_CTYPE} = $utf8_locale;
90 local $ENV{LC_ALL} = $utf8_locale;
130 skip("no utf8 locale available", 1) unless $utf8_locale;
132 local $ENV{LC_CTYPE} = $utf8_locale;
133 local $ENV{LC_ALL} = $utf8_locale;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/POSIX/t/
H A Dmb.t22 my $utf8_locale = find_utf8_ctype_locale();
37 skip("no utf8 locale available", 4) unless $utf8_locale;
43 local $ENV{LC_CTYPE} = $utf8_locale;
44 local $ENV{LC_ALL} = $utf8_locale;
87 skip("no utf8 locale available", 3) unless $utf8_locale;
89 local $ENV{LC_CTYPE} = $utf8_locale;
90 local $ENV{LC_ALL} = $utf8_locale;
130 skip("no utf8 locale available", 1) unless $utf8_locale;
132 local $ENV{LC_CTYPE} = $utf8_locale;
133 local $ENV{LC_ALL} = $utf8_locale;
/dports/audio/ncmpc/ncmpc-0.41/src/util/
H A DStringUTF8.cxx28 static locale_t utf8_locale = locale_t(0); variable
48 utf8_locale = l2; in ScopeInitUTF8()
53 if (utf8_locale != locale_t(0)) { in ~ScopeInitUTF8()
54 freelocale(utf8_locale); in ~ScopeInitUTF8()
55 utf8_locale = locale_t(0); in ~ScopeInitUTF8()
66 if (utf8_locale != locale_t(0)) in CollateUTF8()
67 return strcoll_l(a, b, utf8_locale); in CollateUTF8()
/dports/misc/vifm/vifm-0.11/tests/utils/
H A Dstr_to_case.c21 TEST(str_to_upper_utf, IF(utf8_locale)) in TEST() argument
30 TEST(str_to_upper_mixed, IF(utf8_locale)) in TEST() argument
48 TEST(str_to_lower_utf, IF(utf8_locale)) in TEST() argument
57 TEST(str_to_lower_mixed, IF(utf8_locale)) in TEST() argument
84 TEST(str_to_lower_too_short_utf, IF(utf8_locale)) in TEST() argument
93 TEST(str_to_upper_too_short_utf, IF(utf8_locale)) in TEST() argument
102 TEST(str_to_lower_too_short_mixed, IF(utf8_locale)) in TEST() argument
111 TEST(str_to_upper_too_short_mixed, IF(utf8_locale)) in TEST() argument
/dports/lang/perl5.34/perl-5.34.0/t/re/
H A Dfold_grind_8.t19 my $utf8_locale = find_utf8_ctype_locale();
20 skip_all "Couldn't find a UTF-8 locale" unless defined $utf8_locale;
22 my $current_locale = POSIX::setlocale( &POSIX::LC_CTYPE, $utf8_locale) // "";
23 skip_all "Couldn't set locale to $utf8_locale"
24 unless $current_locale eq $utf8_locale;
/dports/lang/perl5.30/perl-5.30.3/t/re/
H A Dfold_grind_8.t19 my $utf8_locale = find_utf8_ctype_locale();
20 skip_all "Couldn't find a UTF-8 locale" unless defined $utf8_locale;
22 my $current_locale = POSIX::setlocale( &POSIX::LC_CTYPE, $utf8_locale) // "";
23 skip_all "Couldn't set locale to $utf8_locale"
24 unless $current_locale eq $utf8_locale;
/dports/lang/perl5.32/perl-5.32.1/t/re/
H A Dfold_grind_8.t19 my $utf8_locale = find_utf8_ctype_locale();
20 skip_all "Couldn't find a UTF-8 locale" unless defined $utf8_locale;
22 my $current_locale = POSIX::setlocale( &POSIX::LC_CTYPE, $utf8_locale) // "";
23 skip_all "Couldn't set locale to $utf8_locale"
24 unless $current_locale eq $utf8_locale;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/re/
H A Dfold_grind_8.t19 my $utf8_locale = find_utf8_ctype_locale();
20 skip_all "Couldn't find a UTF-8 locale" unless defined $utf8_locale;
22 my $current_locale = POSIX::setlocale( &POSIX::LC_CTYPE, $utf8_locale) // "";
23 skip_all "Couldn't set locale to $utf8_locale"
24 unless $current_locale eq $utf8_locale;
/dports/lang/perl5.34/perl-5.34.0/ext/I18N-Langinfo/t/
H A DLanginfo.t90 while (defined (my $utf8_locale = find_utf8_ctype_locale(\@locales))) {
92 setlocale(&LC_TIME, $utf8_locale);
110 … ok(utf8::is_utf8($time_name), "The name for '$time_item' in $utf8_locale is a UTF8 string");
118 setlocale(&LC_MONETARY, $utf8_locale);
130 … ok(utf8::is_utf8($symbol), "The name for 'CRNCYSTR' in $utf8_locale is a UTF8 string");
139 @locales = grep { $_ ne $utf8_locale } @locales;
/dports/lang/perl5.30/perl-5.30.3/ext/I18N-Langinfo/t/
H A DLanginfo.t90 while (defined (my $utf8_locale = find_utf8_ctype_locale(\@locales))) {
92 setlocale(&LC_TIME, $utf8_locale);
110 … ok(utf8::is_utf8($time_name), "The name for '$time_item' in $utf8_locale is a UTF8 string");
118 setlocale(&LC_MONETARY, $utf8_locale);
130 … ok(utf8::is_utf8($symbol), "The name for 'CRNCYSTR' in $utf8_locale is a UTF8 string");
139 @locales = grep { $_ ne $utf8_locale } @locales;
/dports/lang/perl5.32/perl-5.32.1/ext/I18N-Langinfo/t/
H A DLanginfo.t90 while (defined (my $utf8_locale = find_utf8_ctype_locale(\@locales))) {
92 setlocale(&LC_TIME, $utf8_locale);
110 … ok(utf8::is_utf8($time_name), "The name for '$time_item' in $utf8_locale is a UTF8 string");
118 setlocale(&LC_MONETARY, $utf8_locale);
130 … ok(utf8::is_utf8($symbol), "The name for 'CRNCYSTR' in $utf8_locale is a UTF8 string");
139 @locales = grep { $_ ne $utf8_locale } @locales;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/I18N-Langinfo/t/
H A DLanginfo.t90 while (defined (my $utf8_locale = find_utf8_ctype_locale(\@locales))) {
92 setlocale(&LC_TIME, $utf8_locale);
110 … ok(utf8::is_utf8($time_name), "The name for '$time_item' in $utf8_locale is a UTF8 string");
118 setlocale(&LC_MONETARY, $utf8_locale);
130 … ok(utf8::is_utf8($symbol), "The name for 'CRNCYSTR' in $utf8_locale is a UTF8 string");
139 @locales = grep { $_ ne $utf8_locale } @locales;
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/performance/
H A Dperformance_utf8_codecvt.cpp101 std::locale * utf8_locale in test_main() local
131 ifs.imbue(*utf8_locale); in test_main()
162 ofs.imbue(*utf8_locale); in test_main()
223 ofs.imbue(*utf8_locale); in test_main()
235 ifs.imbue(*utf8_locale); in test_main()
246 delete utf8_locale; in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/serialization/performance/
H A Dperformance_utf8_codecvt.cpp101 std::locale * utf8_locale in test_main() local
131 ifs.imbue(*utf8_locale); in test_main()
162 ofs.imbue(*utf8_locale); in test_main()
223 ofs.imbue(*utf8_locale); in test_main()
235 ifs.imbue(*utf8_locale); in test_main()
246 delete utf8_locale; in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/serialization/performance/
H A Dperformance_utf8_codecvt.cpp101 std::locale * utf8_locale in test_main() local
131 ifs.imbue(*utf8_locale); in test_main()
162 ofs.imbue(*utf8_locale); in test_main()
223 ofs.imbue(*utf8_locale); in test_main()
235 ifs.imbue(*utf8_locale); in test_main()
246 delete utf8_locale; in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/serialization/test/
H A Dtest_utf8_codecvt.cpp128 std::locale * utf8_locale in test_main() local
154 ifs.imbue(*utf8_locale); in test_main()
176 ofs.imbue(*utf8_locale); in test_main()
237 ofs.imbue(*utf8_locale); in test_main()
249 ifs.imbue(*utf8_locale); in test_main()
261 delete utf8_locale; in test_main()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/serialization/performance/
H A Dperformance_utf8_codecvt.cpp101 std::locale * utf8_locale in test_main() local
131 ifs.imbue(*utf8_locale); in test_main()
162 ofs.imbue(*utf8_locale); in test_main()
223 ofs.imbue(*utf8_locale); in test_main()
235 ifs.imbue(*utf8_locale); in test_main()
246 delete utf8_locale; in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/serialization/performance/
H A Dperformance_utf8_codecvt.cpp101 std::locale * utf8_locale in test_main() local
131 ifs.imbue(*utf8_locale); in test_main()
162 ofs.imbue(*utf8_locale); in test_main()
223 ofs.imbue(*utf8_locale); in test_main()
235 ifs.imbue(*utf8_locale); in test_main()
246 delete utf8_locale; in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_utf8_codecvt.cpp128 std::locale * utf8_locale in test_main() local
154 ifs.imbue(*utf8_locale); in test_main()
176 ofs.imbue(*utf8_locale); in test_main()
237 ofs.imbue(*utf8_locale); in test_main()
249 ifs.imbue(*utf8_locale); in test_main()
261 delete utf8_locale; in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/serialization/performance/
H A Dperformance_utf8_codecvt.cpp101 std::locale * utf8_locale in test_main() local
131 ifs.imbue(*utf8_locale); in test_main()
162 ofs.imbue(*utf8_locale); in test_main()
223 ofs.imbue(*utf8_locale); in test_main()
235 ifs.imbue(*utf8_locale); in test_main()
246 delete utf8_locale; in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_utf8_codecvt.cpp128 std::locale * utf8_locale in test_main() local
154 ifs.imbue(*utf8_locale); in test_main()
176 ofs.imbue(*utf8_locale); in test_main()
237 ofs.imbue(*utf8_locale); in test_main()
249 ifs.imbue(*utf8_locale); in test_main()
261 delete utf8_locale; in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/serialization/performance/
H A Dperformance_utf8_codecvt.cpp101 std::locale * utf8_locale in test_main() local
131 ifs.imbue(*utf8_locale); in test_main()
162 ofs.imbue(*utf8_locale); in test_main()
223 ofs.imbue(*utf8_locale); in test_main()
235 ifs.imbue(*utf8_locale); in test_main()
246 delete utf8_locale; in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/serialization/test/
H A Dtest_utf8_codecvt.cpp128 std::locale * utf8_locale in test_main() local
154 ifs.imbue(*utf8_locale); in test_main()
176 ofs.imbue(*utf8_locale); in test_main()
237 ofs.imbue(*utf8_locale); in test_main()
249 ifs.imbue(*utf8_locale); in test_main()
261 delete utf8_locale; in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/serialization/test/
H A Dtest_utf8_codecvt.cpp128 std::locale * utf8_locale in test_main() local
154 ifs.imbue(*utf8_locale); in test_main()
176 ofs.imbue(*utf8_locale); in test_main()
237 ofs.imbue(*utf8_locale); in test_main()
249 ifs.imbue(*utf8_locale); in test_main()
261 delete utf8_locale; in test_main()

12345