Home
last modified time | relevance | path

Searched defs:to_utf (Results 1 – 25 of 32) sorted by last modified time

12

/dports/sysutils/screen/screen-4.8.0/
H A Dencoding.c308 recode_char(c, to_utf, font) in recode_char() argument
394 recode_char_dw(c, c2p, to_utf, font) in recode_char_dw() argument
/dports/devel/R-cran-BH/BH/inst/include/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/multimedia/w_scan2/w_scan2-1.0.13/src/
H A Dchar-coding.c346 int to_utf = user_charset_id < iconv_codes_count() && in char_coding() local
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/encoding/
H A Dcodepage.cpp142 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function
154 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function
167 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
181 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/archivers/gtar/tar-1.34/src/
H A Dutf8.c54 utf8_init (bool to_utf) in utf8_init()
67 utf8_convert (bool to_utf, char const *input, char **output) in utf8_convert()
/dports/devel/hyperscan/boost_1_75_0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/encoding/
H A Dcodepage.cpp142 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function
154 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function
167 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
181 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/
H A Dlexer.lua49 local function to_utf(codepoint) function
/dports/deskutils/recoll/recoll-1.31.2/python/samples/
H A Drclmbox.py36 def header_value(msg, nm, to_utf = False): argument
/dports/lang/perl5.30/perl-5.30.3/
H A Dop.c6494 const I32 to_utf = o->op_private & OPpTRANS_TO_UTF; in S_pmtrans() local
/dports/devel/boost-docs/boost_1_72_0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/encoding/
H A Dcodepage.cpp142 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function
154 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function
167 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
181 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/encoding/
H A Dcodepage.cpp142 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function
154 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function
167 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
181 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/encoding/
H A Dcodepage.cpp142 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function
154 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function
167 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
181 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
/dports/devel/boost-libs/boost_1_72_0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/encoding/
H A Dcodepage.cpp141 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function
153 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function
166 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
180 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
/dports/databases/percona57-server/boost_1_59_0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/encoding/
H A Dcodepage.cpp141 …std::basic_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method… in to_utf() function
153 …std::basic_string<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,met… in to_utf() function
166 …std::basic_string<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
180 …std::basic_string<char32_t> to_utf(char const *begin,char const *end,std::string const &charset,me… in to_utf() function
/dports/databases/xtrabackup/boost_1_59_0/boost/locale/
H A Dencoding.hpp52 …std::basic_string<CharType> to_utf(char const *begin,char const *end,std::locale const &loc,method… in to_utf() function
73 …std::basic_string<CharType> to_utf(std::string const &text,std::string const &charset,method_type … in to_utf() function
91 …std::basic_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=def… in to_utf() function
117 …std::basic_string<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=… in to_utf() function
139 …std::basic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default… in to_utf() function

12