Home
last modified time | relevance | path

Searched refs:codecvt (Results 4976 – 5000 of 6212) sorted by relevance

1...<<191192193194195196197198199200>>...249

/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dfs_path.h844 struct _UCvt : std::codecvt<wchar_t, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
858 struct _UCvt : std::codecvt<_EcharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
865 struct _UCvt : std::codecvt<_EcharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
1073 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> { } __cvt; in _GLIBCXX_VISIBILITY()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dfs_path.h809 struct _UCvt : std::codecvt<wchar_t, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
826 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
839 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
1070 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> { } __cvt; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/bits/
H A Dfs_path.h739 struct _UCvt : std::codecvt<wchar_t, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
756 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
769 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
997 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> { } __cvt; in _GLIBCXX_VISIBILITY()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dfs_path.h840 struct _UCvt : std::codecvt<wchar_t, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
854 struct _UCvt : std::codecvt<_EcharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
861 struct _UCvt : std::codecvt<_EcharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
1069 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> { } __cvt; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dfs_path.h809 struct _UCvt : std::codecvt<wchar_t, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
826 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
839 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
1070 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> { } __cvt; in _GLIBCXX_VISIBILITY()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/bits/
H A Dfs_path.h739 struct _UCvt : std::codecvt<wchar_t, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
756 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
769 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> in _GLIBCXX_VISIBILITY()
997 struct _UCvt : std::codecvt<_CharT, char, std::mbstate_t> { } __cvt; in _GLIBCXX_VISIBILITY()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A Dmodule.modulemap253 module codecvt {
254 header "codecvt"
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/include/
H A Dmodule.modulemap253 module codecvt {
254 header "codecvt"
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/include/
H A Dmodule.modulemap258 module codecvt {
259 header "codecvt"
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/include/
H A Dmodule.modulemap258 module codecvt {
259 header "codecvt"
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DStringUtil.cpp584 using codecvt = std::conditional_t<sizeof(wchar_t) == 2, std::codecvt_utf8_utf16<wchar_t>, in WStringToUTF8() typedef
587 std::wstring_convert<codecvt, wchar_t> converter; in WStringToUTF8()
/dports/devel/libc++/libcxx-10.0.1.src/include/
H A Dmodule.modulemap253 module codecvt {
254 header "codecvt"
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/include/
H A Dmodule.modulemap258 module codecvt {
259 header "codecvt"
/dports/devel/emscripten/emscripten-2.0.3/system/include/libcxx/
H A Dmodule.modulemap253 module codecvt {
254 header "codecvt"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A Dmodule.modulemap258 module codecvt {
259 header "codecvt"
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/
H A DChangeLog-20092983 * doc/xml/manual/codecvt.xml: Same.
4592 * include/bits/codecvt.h: Likewise.
5439 * src/codecvt.cc: Likewise.
6097 * testsuite/22_locale/codecvt/in/char/1.cc: Likewise.
6100 * testsuite/22_locale/codecvt/in/wchar_t/1.cc: Likewise.
6101 * testsuite/22_locale/codecvt/in/wchar_t/2.cc: Likewise.
6137 * testsuite/22_locale/codecvt/out/char/1.cc: Likewise.
8152 * testsuite/ext/codecvt/1.cc: Likewise.
8153 * testsuite/ext/codecvt/char-1.cc: Likewise.
8154 * testsuite/ext/codecvt/char-2.cc: Likewise.
[all …]

1...<<191192193194195196197198199200>>...249