Home
last modified time | relevance | path

Searched defs:u16str (Results 1 – 25 of 35) sorted by last modified time

12

/dports/games/simutrans/simutrans-121.0/
H A Dsimsys.cc70 LPWSTR const u16str = new WCHAR[size]; in U16View() local
82 LPWSTR const u16str = new WCHAR[wcslen(from.cu16str) + 1]; in U16View() local
/dports/emulators/citra/citra-ac98458e0/src/core/file_sys/
H A Darchive_backend.h68 std::u16string u16str; variable
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/file_sys/
H A Darchive_backend.h68 std::u16string u16str; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.charconv.pass.cpp52 const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 }; in test_latin_unicode() local
203 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
262 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
299 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
332 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.charconv.pass.cpp52 const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 }; in test_latin_unicode() local
203 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
262 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
299 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
332 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.charconv.pass.cpp52 const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 }; in test_latin_unicode() local
203 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
262 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
299 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
332 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/
H A Djni-android.cpp752 uint16 *u16str = str.encodeUTF16Native(&len); in convertToJString() local
/dports/games/scummvm/scummvm-2.5.1/base/
H A Dtest_new_standards.cpp56 const char16_t *u16str = u"\u00DAnicode string"; variable
/dports/devel/icu/icu/source/test/intltest/
H A Dutxttest.cpp1079 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local
1147 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local
1220 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; in FreezeTest() local
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dutxttest.cpp1079 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local
1147 UnicodeString u16str("\\u1000\\U00011000\\u2000\\U00022000", -1, US_INV); in ErrorTest() local
1220 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; in FreezeTest() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.charconv.pass.cpp47 const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 }; in test_latin_unicode() local
198 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
256 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
292 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
324 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.charconv.pass.cpp52 const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 }; in test_latin_unicode() local
203 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
262 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
299 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
332 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.charconv.pass.cpp52 const char16_t u16str[] = { 0xe5, 0xe4, 0xf6, 0x00 }; in test_latin_unicode() local
203 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_wide_unicode() local
262 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_append() local
299 const char16_t u16str[] = { 0xd801, 0xdc37, 0x00 }; in test_concat() local
332 const char16_t u16str[] = { 0xe5, 0x00 }; in test_append_concat_narrow() local
/dports/finance/chiapos/chiapos-1.0.3/src-ext/gulrak/test/
H A Dfilesystem_test.cpp391 std::u16string u16str = u"/usr/local/bin"; variable
H A Dmulti1.cpp37 std::u16string u16str = u"/usr/local/bin"; variable
H A Dmulti2.cpp35 std::u16string u16str = u"/usr/local/bin"; variable
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/lms/
H A DLmsUtils.java15 static void u16str(short n, Digest d) in u16str() method in LmsUtils
H A DComposer.java41 public Composer u16str(int n) in u16str() method in Composer
/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSIO.cpp757 SString u16str = u16.encode (u8.decode (newName)); in size() local
1179 SString u16str = u16.encode (u8.decode (_name)); local
1392 SString u16str = u16.encode (u8.decode (_name)); local
1453 SString u16str = u16.encode (u8.decode (s)); local
1520 SString u16str = u16.encode (u8.decode (_name)); local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/ghc_filesystem/test/
H A Dmulti2.cpp35 std::u16string u16str = u"/usr/local/bin"; variable
H A Dmulti1.cpp37 std::u16string u16str = u"/usr/local/bin"; variable
H A Dfilesystem_test.cpp364 std::u16string u16str = u"/usr/local/bin"; variable
/dports/dns/wdns/wdns-0.10.0/wdns/
H A Drrclass_to_str.c16 static struct u16str { struct
27 #define num_rrclasses (sizeof(rrclasses) / sizeof(struct u16str)) argument
H A Drcode_to_str.c23 static struct u16str { struct
41 #define num_rcodes (sizeof(rcodes) / sizeof(struct u16str)) argument
H A Drrtype_to_str.c93 static struct u16str { struct
94 uint16_t u16;
95 const char *str;

12