Home
last modified time | relevance | path

Searched refs:utf16_converter (Results 1 – 15 of 15) sorted by relevance

/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/win32/
H A Dconverter.cpp24 class utf16_converter : public converter<wchar_t> class
27 utf16_converter(winlocale const &lc,size_t refs = 0) : in utf16_converter() function in boost::locale::impl_win::utf16_converter
96 return std::locale(in,new utf16_converter(lc)); in create_convert()
/dports/math/libxls/libxls-1.6.2/src/
H A Dxlstool.c359 if (!pWB->utf16_converter) { in unicode_decode()
365 pWB->utf16_converter = (void *)converter; in unicode_decode()
367 return unicode_decode_iconv(s, len, pWB->utf16_converter); in unicode_decode()
H A Dxls.c1604 if (pWB->utf16_converter) in xls_close_WB()
1605 iconv_close((iconv_t)pWB->utf16_converter); in xls_close_WB()
/dports/textproc/freexl/freexl-1.0.6/headers/
H A Dfreexl_internals.h277 iconv_t utf16_converter; /* ICONV charset converter (for UTF-16) */ member
/dports/textproc/freexl/freexl-1.0.6/src/
H A Dfreexl.c1179 if (workbook->utf16_converter) in destroy_workbook()
1180 iconv_close (workbook->utf16_converter); in destroy_workbook()
1240 workbook->utf16_converter = NULL; in alloc_workbook()
1839 convert_to_utf8 (workbook->utf16_converter, utf16_buf, in parse_SST()
1932 (workbook->utf16_converter, len, utf16, p_string, &utf8_string)) in parse_SST()
3124 convert_to_utf8 (workbook->utf16_converter, name, len, in parse_biff_record()
3259 (workbook->utf16_converter, len, utf16, p_string, in parse_biff_record()
3658 (workbook->utf16_converter, len, utf16, p_string, in parse_biff_record()
4043 workbook->utf16_converter, &workbook_start, in get_workbook_stream()
4128 workbook->utf16_converter = create_utf16_utf8_converter (); in common_open()
[all …]
/dports/math/libxls/libxls-1.6.2/include/libxls/
H A Dxlsstruct.h505 void *utf16_converter; member