Home
last modified time | relevance | path

Searched refs:toUTF32 (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/www/wt/wt-4.6.1/test/json/
H A DJsonParserTest.C157 std::u32string u32s1 = s1.toUTF32(); in BOOST_AUTO_TEST_CASE()
158 std::u32string u32s2 = s2.toUTF32(); in BOOST_AUTO_TEST_CASE()
159 std::u32string u32s3 = s3.toUTF32(); in BOOST_AUTO_TEST_CASE()
160 std::u32string u32s4 = s4.toUTF32(); in BOOST_AUTO_TEST_CASE()
161 std::u32string u32s5 = s5.toUTF32(); in BOOST_AUTO_TEST_CASE()
162 std::u32string u32s6 = s6.toUTF32(); in BOOST_AUTO_TEST_CASE()
163 std::u32string u32s7 = s7.toUTF32(); in BOOST_AUTO_TEST_CASE()
164 std::u32string u32s8 = s8.toUTF32(); in BOOST_AUTO_TEST_CASE()
165 std::u32string u32s9 = s9.toUTF32(); in BOOST_AUTO_TEST_CASE()
166 std::u32string u32s10 = s10.toUTF32(); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/www/wt/wt-4.6.1/examples/composer/
H A DAddresseeEdit.C66 contacts.push_back(Contact(Wt::toUTF32(name), Wt::toUTF32(email))); in parse()
69 contacts.push_back(Contact(U"", Wt::toUTF32(addressee))); in parse()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWStringUtil.h53 extern WT_API std::u32string toUTF32(const std::string& s,
251 extern WT_API std::u32string toUTF32(const std::wstring &s);
255 extern WT_API std::u32string toUTF32(const std::u16string &s);
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/
H A Dutf.d825 dstring toUTF32(const scope char[] s) in toUTF32() function
846 dstring toUTF32(const scope wchar[] s) in toUTF32() function
867 dstring toUTF32(return dstring s) in toUTF32() function
886 auto d = toUTF32(c);
891 d = toUTF32(w);
903 d = toUTF32(c);
908 d = toUTF32(w);
922 d = toUTF32(c);
927 d = toUTF32(w);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/rt/util/
H A Dutf.d807 dstring toUTF32(in char[] s) in toUTF32() function
828 dstring toUTF32(in wchar[] s) in toUTF32() function
849 dstring toUTF32(dstring s) in toUTF32() function
868 auto d = toUTF32(c);
873 d = toUTF32(w);
885 d = toUTF32(c);
890 d = toUTF32(w);
904 d = toUTF32(c);
909 d = toUTF32(w);
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DUnicodeConverter.h74 static void toUTF32(const F& f, T& t) in toUTF32() function
80 static void toUTF32(const F& f, std::size_t l, T& t) in toUTF32() function
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Duri.d351 import std.utf : toUTF32;
352 auto s = toUTF32(uri);
364 import std.utf : toUTF32;
365 auto s = toUTF32(uriComponent);
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Duri.d364 import std.utf : toUTF32;
365 auto s = toUTF32(uri);
386 import std.utf : toUTF32;
387 auto s = toUTF32(uriComponent);
/dports/devel/stack/stack-2.7.3/_cabal_deps/asn1-types-0.3.4/Data/ASN1/Types/
H A DString.hs169 encodeUTF32 s = B.pack $ concatMap (toUTF32 . fromEnum) s
170 where toUTF32 v = [b0,b1,b2,b3] function

1234567