Home
last modified time | relevance | path

Searched defs:u16str (Results 1 – 25 of 35) sorted by relevance

12

/dports/dns/wdns/wdns-0.10.0/t/
H A Dtest-str_to_rrtype.c14 static struct u16str { struct
15 uint16_t u16;
16 const char *str;
H A Dtest-str_to_rcode.c14 static struct u16str { struct
32 #define num_rcodes (sizeof(rcodes) / sizeof(struct u16str)) argument
/dports/dns/wdns/wdns-0.10.0/wdns/
H A Drcode_to_str.c23 static struct u16str { struct
41 #define num_rcodes (sizeof(rcodes) / sizeof(struct u16str)) argument
H A Drrclass_to_str.c16 static struct u16str { struct
27 #define num_rrclasses (sizeof(rrclasses) / sizeof(struct u16str)) argument
H A Drrtype_to_str.c93 static struct u16str { struct
94 uint16_t u16;
95 const char *str;
/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/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/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/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/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/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/sysutils/vchanger/vchanger/src/
H A Dwin32_util.c79 wchar_t* AnsiToUTF16(const char *str, wchar_t **u16str, size_t *u16size) in AnsiToUTF16()
119 char *UTF16ToAnsi(const wchar_t *u16str, char **str, size_t *str_size) in UTF16ToAnsi()
/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
/dports/finance/chiapos/chiapos-1.0.3/src-ext/gulrak/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
/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/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/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libutils/
H A DString16.cpp68 char16_t* u16str = (char16_t*)buf->data(); in allocFromUTF8() local
82 static char16_t* allocFromUTF16(const char16_t* u16str, size_t u16len) { in allocFromUTF16()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libutils/
H A DString16.cpp55 char16_t* u16str = (char16_t*)buf->data(); in allocFromUTF8() local
69 char16_t* String16::allocFromUTF16(const char16_t* u16str, size_t u16len) { in allocFromUTF16()
/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/games/scummvm/scummvm-2.5.1/base/
H A Dtest_new_standards.cpp56 const char16_t *u16str = u"\u00DAnicode string"; variable

12