Home
last modified time | relevance | path

Searched refs:was_utf8 (Results 1 – 17 of 17) sorted by relevance

/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c407 bool was_utf8 = false; in compare() local
429 was_utf8 = true; in compare()
434 if (was_utf8) in compare()
H A Dmsginit.c1383 bool was_utf8; in content_type() local
1390 was_utf8 = false; in content_type()
1399 was_utf8 = (c_strcasecmp (charsetstr, "UTF-8") == 0); in content_type()
1403 was_utf8 ? "UTF-8" : canonical_locale_charset ()); in content_type()
H A Dmsgmerge.c1772 bool was_utf8 = false; in merge() local
1794 was_utf8 = true; in merge()
1799 if (was_utf8) in merge()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c407 bool was_utf8 = false; in compare() local
429 was_utf8 = true; in compare()
434 if (was_utf8) in compare()
H A Dmsginit.c1383 bool was_utf8; in content_type() local
1390 was_utf8 = false; in content_type()
1399 was_utf8 = (c_strcasecmp (charsetstr, "UTF-8") == 0); in content_type()
1403 was_utf8 ? "UTF-8" : canonical_locale_charset ()); in content_type()
H A Dmsgmerge.c1772 bool was_utf8 = false; in merge() local
1794 was_utf8 = true; in merge()
1799 if (was_utf8) in merge()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c407 bool was_utf8 = false; in compare() local
429 was_utf8 = true; in compare()
434 if (was_utf8) in compare()
H A Dmsginit.c1383 bool was_utf8; in content_type() local
1390 was_utf8 = false; in content_type()
1399 was_utf8 = (c_strcasecmp (charsetstr, "UTF-8") == 0); in content_type()
1403 was_utf8 ? "UTF-8" : canonical_locale_charset ()); in content_type()
H A Dmsgmerge.c1772 bool was_utf8 = false; in merge() local
1794 was_utf8 = true; in merge()
1799 if (was_utf8) in merge()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c407 bool was_utf8 = false; in compare() local
429 was_utf8 = true; in compare()
434 if (was_utf8) in compare()
H A Dmsginit.c1383 bool was_utf8; in content_type() local
1390 was_utf8 = false; in content_type()
1399 was_utf8 = (c_strcasecmp (charsetstr, "UTF-8") == 0); in content_type()
1403 was_utf8 ? "UTF-8" : canonical_locale_charset ()); in content_type()
H A Dmsgmerge.c1772 bool was_utf8 = false; in merge() local
1794 was_utf8 = true; in merge()
1799 if (was_utf8) in merge()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/sys/
H A DFS.pm234 my $was_utf8 = Encode::is_utf8($p);
236 $p = Encode::decode('utf-8', $p) if $was_utf8;
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_pack.c2250 U32 was_utf8; in S_pack_rec() local
2253 was_utf8 = SvUTF8(cat); in S_pack_rec()
2256 if (SvUTF8(cat) != was_utf8) in S_pack_rec()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_pack.c2256 U32 was_utf8; in S_pack_rec() local
2259 was_utf8 = SvUTF8(cat); in S_pack_rec()
2262 if (SvUTF8(cat) != was_utf8) in S_pack_rec()
/dports/lang/perl5.30/perl-5.30.3/
H A Dpp_pack.c2251 U32 was_utf8; in S_pack_rec() local
2254 was_utf8 = SvUTF8(cat); in S_pack_rec()
2257 if (SvUTF8(cat) != was_utf8) in S_pack_rec()
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_pack.c2252 U32 was_utf8; in S_pack_rec() local
2255 was_utf8 = SvUTF8(cat); in S_pack_rec()
2258 if (SvUTF8(cat) != was_utf8) in S_pack_rec()