Home
last modified time | relevance | path

Searched refs:to_lower_ascii (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dbcp47.cpp34 return mtx::string::to_lower_ascii(a.identifier) < mtx::string::to_lower_ascii(b.identifier); in operator <()
105 auto code = mtx::string::to_lower_ascii(m_region); in has_valid_iso3166_1_alpha_2_or_top_level_domain_country_code()
128 auto code = mtx::string::to_lower_ascii(get_iso3166_1_alpha_2_code()); in get_top_level_domain_country_code()
165 auto output = mtx::string::to_lower_ascii(m_language); in format_internal()
168 output += fmt::format("-{}", mtx::string::to_lower_ascii(subtag)); in format_internal()
177 output += fmt::format("-{}", mtx::string::to_lower_ascii(variant)); in format_internal()
189 output += fmt::format("-{}", mtx::string::to_lower_ascii(private_use)); in format_internal()
454 auto language_lower = mtx::string::to_lower_ascii(language); in parse()
545 m_language = mtx::string::to_lower_ascii(language); in set_language()
577 m_variants = mtx::string::to_lower_ascii(variants); in set_variants()
[all …]
H A Diso15924.cpp26 auto s_lower = mtx::string::to_lower_ascii(s); in look_up()
28 return s_lower == mtx::string::to_lower_ascii(script.code); in look_up()
H A Diana_language_subtag_registry.cpp29 auto s_lower = mtx::string::to_lower_ascii(s); in look_up_entry()
31 return s_lower == mtx::string::to_lower_ascii(entry.code); in look_up_entry()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/strings/
H A Dformatting.h109 std::string to_lower_ascii(std::string const &src);
112 std::vector<std::string> to_lower_ascii(std::vector<std::string> const &src);
H A Dformatting.cpp326 to_lower_ascii(std::string const &src) { in to_lower_ascii() function
344 to_lower_ascii(std::vector<std::string> const &src) { in to_lower_ascii() function
345 return to_lower_upper_ascii(src, [](auto const &elt) { return to_lower_ascii(elt); }); in to_lower_ascii()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/public_key/src/
H A Dpublic_key.erl1785 verify_hostname_match_default0(to_lower_ascii(Ref), to_lower_ascii(Pres)).
1827 [F1|Fs] = string:tokens(to_lower_ascii(FQDN), "."),
1828 [N1|Ns] = string:tokens(to_lower_ascii(Name), "."),
1855 Pres = lists:map(fun to_lower_ascii/1, Pres0),
1856 Refs = lists:map(fun to_lower_ascii/1, Refs0),
1877 to_lower_ascii({ip,_}=X) -> X; function
1878 to_lower_ascii({iPAddress,_}=X) -> X; function
1879 to_lower_ascii(S) when is_list(S) -> lists:map(fun to_lower_ascii/1, S); function
1880 to_lower_ascii({T,S}) -> {T, to_lower_ascii(S)}; function
1881 to_lower_ascii(C) when $A =< C,C =< $Z -> C + ($a-$A); function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl1984 verify_hostname_match_default0(to_lower_ascii(Ref), to_lower_ascii(Pres)).
2026 [F1|Fs] = string:tokens(to_lower_ascii(FQDN), "."),
2027 [N1|Ns] = string:tokens(to_lower_ascii(Name), "."),
2054 Pres = lists:map(fun to_lower_ascii/1, Pres0),
2055 Refs = lists:map(fun to_lower_ascii/1, Refs0),
2076 to_lower_ascii({ip,_}=X) -> X; function
2077 to_lower_ascii({iPAddress,_}=X) -> X; function
2078 to_lower_ascii(S) when is_list(S) -> lists:map(fun to_lower_ascii/1, S); function
2079 to_lower_ascii({T,S}) -> {T, to_lower_ascii(S)}; function
2080 to_lower_ascii(C) when $A =< C,C =< $Z -> C + ($a-$A); function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl1984 verify_hostname_match_default0(to_lower_ascii(Ref), to_lower_ascii(Pres)).
2026 [F1|Fs] = string:tokens(to_lower_ascii(FQDN), "."),
2027 [N1|Ns] = string:tokens(to_lower_ascii(Name), "."),
2054 Pres = lists:map(fun to_lower_ascii/1, Pres0),
2055 Refs = lists:map(fun to_lower_ascii/1, Refs0),
2076 to_lower_ascii({ip,_}=X) -> X; function
2077 to_lower_ascii({iPAddress,_}=X) -> X; function
2078 to_lower_ascii(S) when is_list(S) -> lists:map(fun to_lower_ascii/1, S); function
2079 to_lower_ascii({T,S}) -> {T, to_lower_ascii(S)}; function
2080 to_lower_ascii(C) when $A =< C,C =< $Z -> C + ($a-$A); function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl1984 verify_hostname_match_default0(to_lower_ascii(Ref), to_lower_ascii(Pres)).
2026 [F1|Fs] = string:tokens(to_lower_ascii(FQDN), "."),
2027 [N1|Ns] = string:tokens(to_lower_ascii(Name), "."),
2054 Pres = lists:map(fun to_lower_ascii/1, Pres0),
2055 Refs = lists:map(fun to_lower_ascii/1, Refs0),
2076 to_lower_ascii({ip,_}=X) -> X; function
2077 to_lower_ascii({iPAddress,_}=X) -> X; function
2078 to_lower_ascii(S) when is_list(S) -> lists:map(fun to_lower_ascii/1, S); function
2079 to_lower_ascii({T,S}) -> {T, to_lower_ascii(S)}; function
2080 to_lower_ascii(C) when $A =< C,C =< $Z -> C + ($a-$A); function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/public_key/src/
H A Dpublic_key.erl1984 verify_hostname_match_default0(to_lower_ascii(Ref), to_lower_ascii(Pres)).
2026 [F1|Fs] = string:tokens(to_lower_ascii(FQDN), "."),
2027 [N1|Ns] = string:tokens(to_lower_ascii(Name), "."),
2054 Pres = lists:map(fun to_lower_ascii/1, Pres0),
2055 Refs = lists:map(fun to_lower_ascii/1, Refs0),
2076 to_lower_ascii({ip,_}=X) -> X; function
2077 to_lower_ascii({iPAddress,_}=X) -> X; function
2078 to_lower_ascii(S) when is_list(S) -> lists:map(fun to_lower_ascii/1, S); function
2079 to_lower_ascii({T,S}) -> {T, to_lower_ascii(S)}; function
2080 to_lower_ascii(C) when $A =< C,C =< $Z -> C + ($a-$A); function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/public_key/src/
H A Dpublic_key.erl1672 verify_hostname_match_default0(to_lower_ascii(Ref), to_lower_ascii(Pres)).
1742 Pres = lists:map(fun to_lower_ascii/1, Pres0),
1743 Refs = lists:map(fun to_lower_ascii/1, Refs0),
1764 to_lower_ascii({ip,_}=X) -> X; function
1765 to_lower_ascii({iPAddress,_}=X) -> X; function
1766 to_lower_ascii(S) when is_list(S) -> lists:map(fun to_lower_ascii/1, S); function
1767 to_lower_ascii({T,S}) -> {T, to_lower_ascii(S)}; function
1768 to_lower_ascii(C) when $A =< C,C =< $Z -> C + ($a-$A); function
1769 to_lower_ascii(C) -> C. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/public_key/src/
H A Dpublic_key.erl1645 verify_hostname_match_default0(to_lower_ascii(Ref), to_lower_ascii(Pres)).
1715 Pres = lists:map(fun to_lower_ascii/1, Pres0),
1716 Refs = lists:map(fun to_lower_ascii/1, Refs0),
1737 to_lower_ascii({ip,_}=X) -> X; function
1738 to_lower_ascii({iPAddress,_}=X) -> X; function
1739 to_lower_ascii(S) when is_list(S) -> lists:map(fun to_lower_ascii/1, S); function
1740 to_lower_ascii({T,S}) -> {T, to_lower_ascii(S)}; function
1741 to_lower_ascii(C) when $A =< C,C =< $Z -> C + ($a-$A); function
1742 to_lower_ascii(C) -> C. function
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dfortify-multcomp.r49 colnames(coef) <- to_lower_ascii(colnames(coef))
H A Dstat-ydensity.r127 to_lower_ascii(bw),
H A Dutilities.r231 to_lower_ascii <- function(x) chartr(upper_ascii, lower_ascii, x) function
253 to_lower_ascii(x)
H A Dsave.r206 device <- to_lower_ascii(tools::file_ext(filename))
H A Dlayer.r394 argname = to_lower_ascii(subclass),
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/xml/
H A Debml_chapters_converter.cpp156 auto cctld = mtx::string::to_lower_ascii(country_opt->alpha_2_code); in fix_display_languages_and_countries()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/string/
H A Dutility.hpp308 inline constexpr Tchar to_lower_ascii(Tchar c) noexcept { in to_lower_ascii() function
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/chapters/
H A Dchapters.cpp128 …ge_and_region = fmt::format("{0}-{1}", legacy_language, mtx::string::to_lower_ascii(legacy_country… in unify_legacy_and_bcp47_languages_and_countries()
1276 ccountry->SetValue(mtx::string::to_lower_ascii(country_opt->alpha_2_code)); in fix_country_codes()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/common/
H A DmptString.cpp702 return mpt::to_lower_ascii(c); in ToLowerCaseAscii()