Lines Matching refs:L
40 const wchar_t* string = L""; in test_wcslen()
52 const wchar_t* string = L"test"; in test_wcslen()
64 const wchar_t* string = L"t\xE4st"; in test_wcslen()
76 const wchar_t* string = L"te\x00st"; in test_wcslen()
88 const wchar_t* string = L"test"; in test_wcslen()
100 const wchar_t* string = L"test"; in test_wcslen()
112 const wchar_t* string = L"test"; in test_wcslen()
142 const wchar_t* a = L""; in test_wcscmp()
143 const wchar_t* b = L""; in test_wcscmp()
155 const wchar_t* a = L"a"; in test_wcscmp()
156 const wchar_t* b = L"b"; in test_wcscmp()
168 const wchar_t* a = L"b"; in test_wcscmp()
169 const wchar_t* b = L"a"; in test_wcscmp()
181 const wchar_t* a = L"a"; in test_wcscmp()
182 const wchar_t* b = L"A"; in test_wcscmp()
194 const wchar_t* a = L"täst"; in test_wcscmp()
195 const wchar_t* b = L"täst"; in test_wcscmp()
207 const wchar_t* a = L"täst"; in test_wcscmp()
208 const wchar_t* b = L"täst "; in test_wcscmp()
220 const wchar_t* a = L"täSt"; in test_wcscmp()
221 const wchar_t* b = L"täs"; in test_wcscmp()
233 const wchar_t* a = L"täst1"; in test_wcscmp()
234 const wchar_t* b = L"täst0"; in test_wcscmp()
246 const wchar_t* a = L"täst1"; in test_wcscmp()
247 const wchar_t* b = L"täst0"; in test_wcscmp()
259 const wchar_t* a = L"täst1"; in test_wcscmp()
260 const wchar_t* b = L"täst0"; in test_wcscmp()
272 const wchar_t* a = L"täs"; in test_wcscmp()
273 const wchar_t* b = L"täst123"; in test_wcscmp()
303 const wchar_t* a = L""; in test_wcscasecmp()
304 const wchar_t* b = L""; in test_wcscasecmp()
316 const wchar_t* a = L"a"; in test_wcscasecmp()
317 const wchar_t* b = L"b"; in test_wcscasecmp()
329 const wchar_t* a = L"B"; in test_wcscasecmp()
330 const wchar_t* b = L"a"; in test_wcscasecmp()
342 const wchar_t* a = L"a"; in test_wcscasecmp()
343 const wchar_t* b = L"A"; in test_wcscasecmp()
355 const wchar_t* a = L"TÄST"; in test_wcscasecmp()
356 const wchar_t* b = L"täst"; in test_wcscasecmp()
368 const wchar_t* a = L"tÄst"; in test_wcscasecmp()
369 const wchar_t* b = L"täst "; in test_wcscasecmp()
381 const wchar_t* a = L"TäSt"; in test_wcscasecmp()
382 const wchar_t* b = L"täs"; in test_wcscasecmp()
394 const wchar_t* a = L"tÄst1"; in test_wcscasecmp()
395 const wchar_t* b = L"täst0"; in test_wcscasecmp()
407 const wchar_t* a = L"täst1"; in test_wcscasecmp()
408 const wchar_t* b = L"täSt0"; in test_wcscasecmp()
420 const wchar_t* a = L"täsT1"; in test_wcscasecmp()
421 const wchar_t* b = L"täst0"; in test_wcscasecmp()
433 const wchar_t* a = L"täs"; in test_wcscasecmp()
434 const wchar_t* b = L"täSt123"; in test_wcscasecmp()
464 const wchar_t* string = L""; in test_wcschr()
465 const wchar_t ch = L' '; in test_wcschr()
477 const wchar_t* string = L""; in test_wcschr()
478 const wchar_t ch = L'\0'; in test_wcschr()
490 const wchar_t* string = L"sometext"; in test_wcschr()
491 const wchar_t ch = L' '; in test_wcschr()
503 const wchar_t* string = L"some more text"; in test_wcschr()
504 const wchar_t ch = L' '; in test_wcschr()
516 const wchar_t* string = L"some more text"; in test_wcschr()
517 const wchar_t ch = L's'; in test_wcschr()
529 const wchar_t* string = L"some more text"; in test_wcschr()
530 const wchar_t ch = L'S'; in test_wcschr()
542 const wchar_t* string = L"some more text"; in test_wcschr()
543 const wchar_t ch = L'\0'; in test_wcschr()
555 const wchar_t* string = L""; in test_wcschr()
556 const wchar_t ch = L' '; in test_wcschr()
568 const wchar_t* string = L""; in test_wcschr()
569 const wchar_t ch = L'\0'; in test_wcschr()
581 const wchar_t* string = L"sometext"; in test_wcschr()
582 const wchar_t ch = L' '; in test_wcschr()
594 const wchar_t* string = L"some more text"; in test_wcschr()
595 const wchar_t ch = L' '; in test_wcschr()
607 const wchar_t* string = L"some more text"; in test_wcschr()
608 const wchar_t ch = L's'; in test_wcschr()
620 const wchar_t* string = L"some more text"; in test_wcschr()
621 const wchar_t ch = L'S'; in test_wcschr()
633 const wchar_t* string = L"some more text"; in test_wcschr()
634 const wchar_t ch = L'\0'; in test_wcschr()
646 const wchar_t* string = L""; in test_wcschr()
647 const wchar_t ch = L' '; in test_wcschr()
659 const wchar_t* string = L""; in test_wcschr()
660 const wchar_t ch = L'\0'; in test_wcschr()
672 const wchar_t* string = L"sometext"; in test_wcschr()
673 const wchar_t ch = L' '; in test_wcschr()
685 const wchar_t* string = L"some more text"; in test_wcschr()
686 const wchar_t ch = L' '; in test_wcschr()
698 const wchar_t* string = L"some more text"; in test_wcschr()
699 const wchar_t ch = L's'; in test_wcschr()
711 const wchar_t* string = L"some more text"; in test_wcschr()
712 const wchar_t ch = L'S'; in test_wcschr()
724 const wchar_t* string = L"some more text"; in test_wcschr()
725 const wchar_t ch = L'\0'; in test_wcschr()
767 const wchar_t* string = L""; in test_wcsdup()
777 const wchar_t* string = L"tÄstdata with some charäcters"; in test_wcsdup()
805 const wchar_t* source = L""; in test_wcscpy()
806 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
824 if (destination[0] != L'\0') { in test_wcscpy()
827 L'\0'); in test_wcscpy()
830 if (destination[1] != L'X') { in test_wcscpy()
833 L'X'); in test_wcscpy()
839 const wchar_t* source = L"test"; in test_wcscpy()
840 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
858 if (destination[0] != L't') { in test_wcscpy()
861 L't'); in test_wcscpy()
864 if (destination[1] != L'e') { in test_wcscpy()
867 L'e'); in test_wcscpy()
870 if (destination[2] != L's') { in test_wcscpy()
873 L's'); in test_wcscpy()
876 if (destination[3] != L't') { in test_wcscpy()
879 L't'); in test_wcscpy()
882 if (destination[4] != L'\0') { in test_wcscpy()
885 L'\0'); in test_wcscpy()
888 if (destination[5] != L'X') { in test_wcscpy()
891 L'X'); in test_wcscpy()
897 const wchar_t* source = L"t\xE4st"; in test_wcscpy()
898 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
916 if (destination[0] != L't') { in test_wcscpy()
919 L't'); in test_wcscpy()
922 if (destination[1] != L'\xE4') { in test_wcscpy()
925 L'\xE4'); in test_wcscpy()
928 if (destination[2] != L's') { in test_wcscpy()
931 L's'); in test_wcscpy()
934 if (destination[3] != L't') { in test_wcscpy()
937 L't'); in test_wcscpy()
940 if (destination[4] != L'\0') { in test_wcscpy()
943 L'\0'); in test_wcscpy()
946 if (destination[5] != L'X') { in test_wcscpy()
949 L'X'); in test_wcscpy()
955 const wchar_t* source = L"te\x00st"; in test_wcscpy()
956 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
974 if (destination[0] != L't') { in test_wcscpy()
977 L't'); in test_wcscpy()
980 if (destination[1] != L'e') { in test_wcscpy()
983 L'e'); in test_wcscpy()
986 if (destination[2] != L'\0') { in test_wcscpy()
989 L'\0'); in test_wcscpy()
992 if (destination[3] != L'X') { in test_wcscpy()
995 L'X'); in test_wcscpy()
1001 const wchar_t* source = L"t\xE4st"; in test_wcscpy()
1002 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
1014 if (destination[0] != L'X') { in test_wcscpy()
1017 L'X'); in test_wcscpy()
1023 const wchar_t* source = L"t\xE4st"; in test_wcscpy()
1024 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
1036 if (destination[0] != L't') { in test_wcscpy()
1039 L't'); in test_wcscpy()
1042 if (destination[1] != L'\xE4') { in test_wcscpy()
1045 L'\xE4'); in test_wcscpy()
1048 if (destination[2] != L'X') { in test_wcscpy()
1051 L'X'); in test_wcscpy()
1057 const wchar_t* source = L"t\xE4st"; in test_wcscpy()
1058 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
1070 if (destination[0] != L't') { in test_wcscpy()
1073 L't'); in test_wcscpy()
1076 if (destination[1] != L'\xE4') { in test_wcscpy()
1079 L'\xE4'); in test_wcscpy()
1082 if (destination[2] != L's') { in test_wcscpy()
1085 L's'); in test_wcscpy()
1088 if (destination[3] != L't') { in test_wcscpy()
1091 L't'); in test_wcscpy()
1094 if (destination[4] != L'X') { in test_wcscpy()
1097 L'X'); in test_wcscpy()
1103 const wchar_t* source = L"t\xE4st"; in test_wcscpy()
1104 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcscpy()
1122 if (destination[0] != L't') { in test_wcscpy()
1125 L't'); in test_wcscpy()
1128 if (destination[1] != L'\xE4') { in test_wcscpy()
1131 L'\xE4'); in test_wcscpy()
1134 if (destination[2] != L's') { in test_wcscpy()
1137 L's'); in test_wcscpy()
1140 if (destination[3] != L't') { in test_wcscpy()
1143 L't'); in test_wcscpy()
1146 if (destination[4] != L'\0') { in test_wcscpy()
1149 L'\0'); in test_wcscpy()
1152 if (destination[5] != L'\0') { in test_wcscpy()
1155 L'\0'); in test_wcscpy()
1158 if (destination[6] != L'\0') { in test_wcscpy()
1161 L'\0'); in test_wcscpy()
1164 if (destination[7] != L'\0') { in test_wcscpy()
1167 L'\0'); in test_wcscpy()
1170 if (destination[8] != L'X') { in test_wcscpy()
1173 L'X'); in test_wcscpy()
1197 const wchar_t* source = L""; in test_wcpcpy()
1198 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1216 if (destination[0] != L'\0') { in test_wcpcpy()
1219 L'\0'); in test_wcpcpy()
1222 if (destination[1] != L'X') { in test_wcpcpy()
1225 L'X'); in test_wcpcpy()
1231 const wchar_t* source = L"test"; in test_wcpcpy()
1232 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1250 if (destination[0] != L't') { in test_wcpcpy()
1253 L't'); in test_wcpcpy()
1256 if (destination[1] != L'e') { in test_wcpcpy()
1259 L'e'); in test_wcpcpy()
1262 if (destination[2] != L's') { in test_wcpcpy()
1265 L's'); in test_wcpcpy()
1268 if (destination[3] != L't') { in test_wcpcpy()
1271 L't'); in test_wcpcpy()
1274 if (destination[4] != L'\0') { in test_wcpcpy()
1277 L'\0'); in test_wcpcpy()
1280 if (destination[5] != L'X') { in test_wcpcpy()
1283 L'X'); in test_wcpcpy()
1289 const wchar_t* source = L"t\xE4st"; in test_wcpcpy()
1290 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1308 if (destination[0] != L't') { in test_wcpcpy()
1311 L't'); in test_wcpcpy()
1314 if (destination[1] != L'\xE4') { in test_wcpcpy()
1317 L'\xE4'); in test_wcpcpy()
1320 if (destination[2] != L's') { in test_wcpcpy()
1323 L's'); in test_wcpcpy()
1326 if (destination[3] != L't') { in test_wcpcpy()
1329 L't'); in test_wcpcpy()
1332 if (destination[4] != L'\0') { in test_wcpcpy()
1335 L'\0'); in test_wcpcpy()
1338 if (destination[5] != L'X') { in test_wcpcpy()
1341 L'X'); in test_wcpcpy()
1347 const wchar_t* source = L"te\x00st"; in test_wcpcpy()
1348 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1366 if (destination[0] != L't') { in test_wcpcpy()
1369 L't'); in test_wcpcpy()
1372 if (destination[1] != L'e') { in test_wcpcpy()
1375 L'e'); in test_wcpcpy()
1378 if (destination[2] != L'\0') { in test_wcpcpy()
1381 L'\0'); in test_wcpcpy()
1384 if (destination[3] != L'X') { in test_wcpcpy()
1387 L'X'); in test_wcpcpy()
1393 const wchar_t* source = L"t\xE4st"; in test_wcpcpy()
1394 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1406 if (destination[0] != L'X') { in test_wcpcpy()
1409 L'X'); in test_wcpcpy()
1415 const wchar_t* source = L"t\xE4st"; in test_wcpcpy()
1416 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1428 if (destination[0] != L't') { in test_wcpcpy()
1431 L't'); in test_wcpcpy()
1434 if (destination[1] != L'\xE4') { in test_wcpcpy()
1437 L'\xE4'); in test_wcpcpy()
1440 if (destination[2] != L'X') { in test_wcpcpy()
1443 L'X'); in test_wcpcpy()
1449 const wchar_t* source = L"t\xE4st"; in test_wcpcpy()
1450 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1462 if (destination[0] != L't') { in test_wcpcpy()
1465 L't'); in test_wcpcpy()
1468 if (destination[1] != L'\xE4') { in test_wcpcpy()
1471 L'\xE4'); in test_wcpcpy()
1474 if (destination[2] != L's') { in test_wcpcpy()
1477 L's'); in test_wcpcpy()
1480 if (destination[3] != L't') { in test_wcpcpy()
1483 L't'); in test_wcpcpy()
1486 if (destination[4] != L'X') { in test_wcpcpy()
1489 L'X'); in test_wcpcpy()
1495 const wchar_t* source = L"t\xE4st"; in test_wcpcpy()
1496 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcpcpy()
1514 if (destination[0] != L't') { in test_wcpcpy()
1517 L't'); in test_wcpcpy()
1520 if (destination[1] != L'\xE4') { in test_wcpcpy()
1523 L'\xE4'); in test_wcpcpy()
1526 if (destination[2] != L's') { in test_wcpcpy()
1529 L's'); in test_wcpcpy()
1532 if (destination[3] != L't') { in test_wcpcpy()
1535 L't'); in test_wcpcpy()
1538 if (destination[4] != L'\0') { in test_wcpcpy()
1541 L'\0'); in test_wcpcpy()
1544 if (destination[5] != L'\0') { in test_wcpcpy()
1547 L'\0'); in test_wcpcpy()
1550 if (destination[6] != L'\0') { in test_wcpcpy()
1553 L'\0'); in test_wcpcpy()
1556 if (destination[7] != L'\0') { in test_wcpcpy()
1559 L'\0'); in test_wcpcpy()
1562 if (destination[8] != L'X') { in test_wcpcpy()
1565 L'X'); in test_wcpcpy()
1587 wchar_t destination[] = L"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; in test_wcscat()
1588 destination[0] = L'\0'; in test_wcscat()
1593 const wchar_t* source = L""; in test_wcscat()
1611 if (destination[0] != L'\0') { in test_wcscat()
1613 "expected %x\n", backup, source, destination[0], L'\0'); in test_wcscat()
1616 if (destination[1] != L'X') { in test_wcscat()
1618 "expected %x\n", backup, source, destination[1], L'X'); in test_wcscat()
1625 const wchar_t* source = L"test"; in test_wcscat()
1643 if (destination[0] != L't') { in test_wcscat()
1645 "expected %x\n", backup, source, destination[0], L't'); in test_wcscat()
1648 if (destination[1] != L'e') { in test_wcscat()
1650 "expected %x\n", backup, source, destination[1], L'e'); in test_wcscat()
1653 if (destination[2] != L's') { in test_wcscat()
1655 "expected %x\n", backup, source, destination[2], L's'); in test_wcscat()
1658 if (destination[3] != L't') { in test_wcscat()
1660 "expected %x\n", backup, source, destination[3], L't'); in test_wcscat()
1663 if (destination[4] != L'\0') { in test_wcscat()
1665 "expected %x\n", backup, source, destination[4], L'\0'); in test_wcscat()
1668 if (destination[5] != L'X') { in test_wcscat()
1670 "expected %x\n", backup, source, destination[5], L'X'); in test_wcscat()
1677 const wchar_t* source = L"t\xE4st"; in test_wcscat()
1695 if (destination[0] != L't') { in test_wcscat()
1697 "expected %x\n", backup, source, destination[0], L't'); in test_wcscat()
1700 if (destination[1] != L'e') { in test_wcscat()
1702 "expected %x\n", backup, source, destination[1], L'e'); in test_wcscat()
1705 if (destination[2] != L's') { in test_wcscat()
1707 "expected %x\n", backup, source, destination[2], L's'); in test_wcscat()
1710 if (destination[3] != L't') { in test_wcscat()
1712 "expected %x\n", backup, source, destination[3], L't'); in test_wcscat()
1715 if (destination[4] != L't') { in test_wcscat()
1717 "expected %x\n", backup, source, destination[4], L't'); in test_wcscat()
1720 if (destination[5] != L'\xE4') { in test_wcscat()
1722 "expected %x\n", backup, source, destination[5], L'\xE4'); in test_wcscat()
1725 if (destination[6] != L's') { in test_wcscat()
1727 "expected %x\n", backup, source, destination[6], L's'); in test_wcscat()
1730 if (destination[7] != L't') { in test_wcscat()
1732 "expected %x\n", backup, source, destination[7], L't'); in test_wcscat()
1735 if (destination[8] != L'\0') { in test_wcscat()
1737 "expected %x\n", backup, source, destination[8], L'\0'); in test_wcscat()
1740 if (destination[9] != L'X') { in test_wcscat()
1742 "expected %x\n", backup, source, destination[9], L'X'); in test_wcscat()
1749 const wchar_t* source = L"te\x00st"; in test_wcscat()
1767 if (destination[0] != L't') { in test_wcscat()
1769 "expected %x\n", backup, source, destination[0], L't'); in test_wcscat()
1772 if (destination[1] != L'e') { in test_wcscat()
1774 "expected %x\n", backup, source, destination[1], L'e'); in test_wcscat()
1777 if (destination[2] != L's') { in test_wcscat()
1779 "expected %x\n", backup, source, destination[2], L's'); in test_wcscat()
1782 if (destination[3] != L't') { in test_wcscat()
1784 "expected %x\n", backup, source, destination[3], L't'); in test_wcscat()
1787 if (destination[4] != L't') { in test_wcscat()
1789 "expected %x\n", backup, source, destination[4], L't'); in test_wcscat()
1792 if (destination[5] != L'\xE4') { in test_wcscat()
1794 "expected %x\n", backup, source, destination[5], L'\xE4'); in test_wcscat()
1797 if (destination[6] != L's') { in test_wcscat()
1799 "expected %x\n", backup, source, destination[6], L's'); in test_wcscat()
1802 if (destination[7] != L't') { in test_wcscat()
1804 "expected %x\n", backup, source, destination[7], L't'); in test_wcscat()
1807 if (destination[8] != L't') { in test_wcscat()
1809 "expected %x\n", backup, source, destination[8], L't'); in test_wcscat()
1812 if (destination[9] != L'e') { in test_wcscat()
1814 "expected %x\n", backup, source, destination[9], L'e'); in test_wcscat()
1817 if (destination[10] != L'\0') { in test_wcscat()
1819 "expected %x\n", backup, source, destination[10], L'\0'); in test_wcscat()
1822 if (destination[11] != L'X') { in test_wcscat()
1824 "expected %x\n", backup, source, destination[11], L'X'); in test_wcscat()
1830 wcscpy(destination, L"some"); in test_wcscat()
1832 const wchar_t* source = L" other text"; in test_wcscat()
1850 if (wcscmp(destination, L"some") != 0) { in test_wcscat()
1858 wcscpy(destination, L"some"); in test_wcscat()
1860 const wchar_t* source = L" other text"; in test_wcscat()
1878 if (wcscmp(destination, L"some other") != 0) { in test_wcscat()
1886 wcscpy(destination, L"some"); in test_wcscat()
1888 const wchar_t* source = L" other text"; in test_wcscat()
1906 if (wcscmp(destination, L"some other text") != 0) { in test_wcscat()
1932 wchar_t destination[] = L"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; in test_wcslcat()
1937 const wchar_t* source = L""; in test_wcslcat()
1956 if (destination[0] != L'X') { in test_wcslcat()
1958 "%x, expected %x\n", backup, source, destination[0], L'X'); in test_wcslcat()
1964 destination[0] = L'\0'; in test_wcslcat()
1966 const wchar_t* source = L""; in test_wcslcat()
1985 if (destination[0] != L'\0') { in test_wcslcat()
1987 "%x, expected %x\n", backup, source, destination[0], L'\0'); in test_wcslcat()
1990 if (destination[1] != L'X') { in test_wcslcat()
1992 "%x, expected %x\n", backup, source, destination[1], L'X'); in test_wcslcat()
1999 const wchar_t* source = L"test"; in test_wcslcat()
2018 if (destination[0] != L't') { in test_wcslcat()
2020 "%x, expected %x\n", backup, source, destination[0], L't'); in test_wcslcat()
2023 if (destination[1] != L'e') { in test_wcslcat()
2025 "%x, expected %x\n", backup, source, destination[1], L'e'); in test_wcslcat()
2028 if (destination[2] != L'\0') { in test_wcslcat()
2030 "%x, expected %x\n", backup, source, destination[2], L'\0'); in test_wcslcat()
2033 if (destination[3] != L'X') { in test_wcslcat()
2035 "%x, expected %x\n", backup, source, destination[3], L'X'); in test_wcslcat()
2042 const wchar_t* source = L"st"; in test_wcslcat()
2061 if (destination[0] != L't') { in test_wcslcat()
2063 "%x, expected %x\n", backup, source, destination[0], L't'); in test_wcslcat()
2066 if (destination[1] != L'e') { in test_wcslcat()
2068 "%x, expected %x\n", backup, source, destination[1], L'e'); in test_wcslcat()
2071 if (destination[2] != L's') { in test_wcslcat()
2073 "%x, expected %x\n", backup, source, destination[2], L's'); in test_wcslcat()
2076 if (destination[3] != L'\0') { in test_wcslcat()
2078 "%x, expected %x\n", backup, source, destination[3], L'\0'); in test_wcslcat()
2081 if (destination[4] != L'X') { in test_wcslcat()
2083 "%x, expected %x\n", backup, source, destination[4], L'X'); in test_wcslcat()
2090 const wchar_t* source = L"t"; in test_wcslcat()
2109 if (destination[0] != L't') { in test_wcslcat()
2111 "%x, expected %x\n", backup, source, destination[0], L't'); in test_wcslcat()
2114 if (destination[1] != L'e') { in test_wcslcat()
2116 "%x, expected %x\n", backup, source, destination[1], L'e'); in test_wcslcat()
2119 if (destination[2] != L's') { in test_wcslcat()
2121 "%x, expected %x\n", backup, source, destination[2], L's'); in test_wcslcat()
2124 if (destination[3] != L't') { in test_wcslcat()
2126 "%x, expected %x\n", backup, source, destination[3], L't'); in test_wcslcat()
2129 if (destination[4] != L'\0') { in test_wcslcat()
2131 "%x, expected %x\n", backup, source, destination[4], L'\0'); in test_wcslcat()
2134 if (destination[5] != L'X') { in test_wcslcat()
2136 "%x, expected %x\n", backup, source, destination[5], L'X'); in test_wcslcat()
2143 const wchar_t* source = L"t\xE4st"; in test_wcslcat()
2162 if (destination[0] != L't') { in test_wcslcat()
2164 "%x, expected %x\n", backup, source, destination[0], L't'); in test_wcslcat()
2167 if (destination[1] != L'e') { in test_wcslcat()
2169 "%x, expected %x\n", backup, source, destination[1], L'e'); in test_wcslcat()
2172 if (destination[2] != L's') { in test_wcslcat()
2174 "%x, expected %x\n", backup, source, destination[2], L's'); in test_wcslcat()
2177 if (destination[3] != L't') { in test_wcslcat()
2179 "%x, expected %x\n", backup, source, destination[3], L't'); in test_wcslcat()
2182 if (destination[4] != L't') { in test_wcslcat()
2184 "%x, expected %x\n", backup, source, destination[4], L't'); in test_wcslcat()
2187 if (destination[5] != L'\xE4') { in test_wcslcat()
2190 L'\xE4'); in test_wcslcat()
2193 if (destination[6] != L's') { in test_wcslcat()
2195 "%x, expected %x\n", backup, source, destination[6], L's'); in test_wcslcat()
2198 if (destination[7] != L't') { in test_wcslcat()
2200 "%x, expected %x\n", backup, source, destination[7], L't'); in test_wcslcat()
2203 if (destination[8] != L'\0') { in test_wcslcat()
2205 "%x, expected %x\n", backup, source, destination[8], L'\0'); in test_wcslcat()
2208 if (destination[9] != L'X') { in test_wcslcat()
2210 "%x, expected %x\n", backup, source, destination[9], L'X'); in test_wcslcat()
2238 const wchar_t* source = L""; in test_wcslcpy()
2239 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcslcpy()
2259 if (destination[0] != L'X') { in test_wcslcpy()
2262 L'X'); in test_wcslcpy()
2268 const wchar_t* source = L""; in test_wcslcpy()
2269 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcslcpy()
2288 if (destination[0] != L'\0') { in test_wcslcpy()
2291 L'\0'); in test_wcslcpy()
2294 if (destination[1] != L'X') { in test_wcslcpy()
2297 L'X'); in test_wcslcpy()
2303 const wchar_t* source = L"test"; in test_wcslcpy()
2304 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcslcpy()
2323 if (destination[0] != L't') { in test_wcslcpy()
2326 L't'); in test_wcslcpy()
2329 if (destination[1] != L'e') { in test_wcslcpy()
2332 L'e'); in test_wcslcpy()
2335 if (destination[2] != L'\0') { in test_wcslcpy()
2338 L'\0'); in test_wcslcpy()
2341 if (destination[3] != L'X') { in test_wcslcpy()
2344 L'X'); in test_wcslcpy()
2350 const wchar_t* source = L"test"; in test_wcslcpy()
2351 wchar_t destination[] = L"XXXXXXXXXXXXXXXX"; in test_wcslcpy()
2370 if (destination[0] != L't') { in test_wcslcpy()
2373 L't'); in test_wcslcpy()
2376 if (destination[1] != L'e') { in test_wcslcpy()
2379 L'e'); in test_wcslcpy()
2382 if (destination[2] != L's') { in test_wcslcpy()
2385 L's'); in test_wcslcpy()
2388 if (destination[3] != L't') { in test_wcslcpy()
2391 L't'); in test_wcslcpy()
2394 if (destination[4] != L'\0') { in test_wcslcpy()
2397 L'\0'); in test_wcslcpy()
2400 if (destination[5] != L'X') { in test_wcslcpy()
2403 L'X'); in test_wcslcpy()
2470 { L"", L"", 0, 0 }, in test_collation()
2471 { L"test", L"test", 0, 0 }, in test_collation()
2472 { L"tester", L"test", 1, 0 }, in test_collation()
2473 { L"tEst", L"teSt", -1, 0 }, in test_collation()
2474 { L"test", L"tester", -1, 0 }, in test_collation()
2475 { L"tast", L"t\xE4st", -1, EINVAL }, in test_collation()
2476 { L"t\xE6st", L"test", 1, EINVAL }, in test_collation()
2483 { L"", L"", 0, 0 }, in test_collation()
2484 { L"test", L"test", 0, 0 }, in test_collation()
2485 { L"tester", L"test", 1, 0 }, in test_collation()
2486 { L"tEst", L"test", 1, 0 }, in test_collation()
2487 { L"test", L"tester", -1, 0 }, in test_collation()
2488 { L"t\xE4st", L"t\xE4st", 0, 0 }, in test_collation()
2489 { L"tast", L"t\xE4st", -1, 0 }, in test_collation()
2490 { L"tbst", L"t\xE4st", 1, 0 }, in test_collation()
2491 { L"tbst", L"t\xE6st", 1, 0 }, in test_collation()
2492 { L"t\xE4st", L"t\xC4st", -1, 0 }, in test_collation()
2493 { L"tBst", L"t\xC4st", 1, 0 }, in test_collation()
2494 { L"tBst", L"t\xE4st", 1, 0 }, in test_collation()
2495 { L"taest", L"t\xE6st", -1, 0 }, in test_collation()
2496 { L"tafst", L"t\xE6st", 1, 0 }, in test_collation()
2497 { L"taa", L"t\xE4" L"a", -1, 0 }, in test_collation()
2498 { L"tab", L"t\xE4" L"b", -1, 0 }, in test_collation()
2499 { L"tad", L"t\xE4" L"d", -1, 0 }, in test_collation()
2500 { L"tae", L"t\xE4" L"e", -1, 0 }, in test_collation()
2501 { L"taf", L"t\xE4" L"f", -1, 0 }, in test_collation()
2502 { L"cote", L"cot\xE9", -1, 0 }, in test_collation()
2503 { L"cot\xE9", L"c\xF4te", -1, 0 }, in test_collation()
2504 { L"c\xF4te", L"c\xF4t\xE9", -1, 0 }, in test_collation()
2511 { L"", L"", 0, 0 }, in test_collation()
2512 { L"test", L"test", 0, 0 }, in test_collation()
2513 { L"tester", L"test", 1, 0 }, in test_collation()
2514 { L"tEst", L"test", 1, 0 }, in test_collation()
2515 { L"test", L"tester", -1, 0 }, in test_collation()
2516 { L"t\xE4st", L"t\xE4st", 0, 0 }, in test_collation()
2517 { L"tast", L"t\xE4st", -1, 0 }, in test_collation()
2518 { L"tbst", L"t\xE4st", 1, 0 }, in test_collation()
2519 { L"tbst", L"t\xE6st", 1, 0 }, in test_collation()
2520 { L"t\xE4st", L"t\xC4st", -1, 0 }, in test_collation()
2521 { L"tBst", L"t\xC4st", 1, 0 }, in test_collation()
2522 { L"tBst", L"t\xE4st", 1, 0 }, in test_collation()
2523 { L"taest", L"t\xE6st", -1, 0 }, in test_collation()
2524 { L"tafst", L"t\xE6st", 1, 0 }, in test_collation()
2525 { L"taa", L"t\xE4", 1, 0 }, in test_collation()
2526 { L"tab", L"t\xE4", 1, 0 }, in test_collation()
2527 { L"tad", L"t\xE4", 1, 0 }, in test_collation()
2528 { L"tae", L"t\xE4", 1, 0 }, in test_collation()
2529 { L"taf", L"t\xE4", 1, 0 }, in test_collation()
2530 { L"cote", L"cot\xE9", -1, 0 }, in test_collation()
2531 { L"cot\xE9", L"c\xF4te", -1, 0 }, in test_collation()
2532 { L"c\xF4te", L"c\xF4t\xE9", -1, 0 }, in test_collation()
2539 { L"", L"", 0, 0 }, in test_collation()
2540 { L"test", L"test", 0, 0 }, in test_collation()
2541 { L"tester", L"test", 1, 0 }, in test_collation()
2542 { L"tEst", L"test", 1, 0 }, in test_collation()
2543 { L"test", L"tester", -1, 0 }, in test_collation()
2544 { L"t\xE4st", L"t\xE4st", 0, 0 }, in test_collation()
2545 { L"tast", L"t\xE4st", 1, 0 }, in test_collation()
2546 { L"tbst", L"t\xE4st", 1, 0 }, in test_collation()
2547 { L"tbst", L"t\xE6st", 1, 0 }, in test_collation()
2548 { L"t\xE4st", L"t\xC4st", -1, 0 }, in test_collation()
2549 { L"tBst", L"t\xC4st", 1, 0 }, in test_collation()
2550 { L"tBst", L"t\xE4st", 1, 0 }, in test_collation()
2551 { L"taest", L"t\xE6st", -1, 0 }, in test_collation()
2552 { L"tafst", L"t\xE6st", 1, 0 }, in test_collation()
2553 { L"taa", L"t\xE4", -1, 0 }, in test_collation()
2554 { L"tab", L"t\xE4", -1, 0 }, in test_collation()
2555 { L"tad", L"t\xE4", -1, 0 }, in test_collation()
2556 { L"tae", L"t\xE4", -1, 0 }, in test_collation()
2557 { L"taf", L"t\xE4", 1, 0 }, in test_collation()
2558 { L"cote", L"cot\xE9", -1, 0 }, in test_collation()
2559 { L"cot\xE9", L"c\xF4te", -1, 0 }, in test_collation()
2560 { L"c\xF4te", L"c\xF4t\xE9", -1, 0 }, in test_collation()
2567 { L"", L"", 0, 0 }, in test_collation()
2568 { L"test", L"test", 0, 0 }, in test_collation()
2569 { L"tester", L"test", 1, 0 }, in test_collation()
2570 { L"tEst", L"test", 1, 0 }, in test_collation()
2571 { L"test", L"tester", -1, 0 }, in test_collation()
2572 { L"t\xE4st", L"t\xE4st", 0, 0 }, in test_collation()
2573 { L"tast", L"t\xE4st", -1, 0 }, in test_collation()
2574 { L"tbst", L"t\xE4st", 1, 0 }, in test_collation()
2575 { L"tbst", L"t\xE6st", 1, 0 }, in test_collation()
2576 { L"t\xE4st", L"t\xC4st", -1, 0 }, in test_collation()
2577 { L"tBst", L"t\xC4st", 1, 0 }, in test_collation()
2578 { L"tBst", L"t\xE4st", 1, 0 }, in test_collation()
2579 { L"taest", L"t\xE6st", -1, 0 }, in test_collation()
2580 { L"tafst", L"t\xE6st", 1, 0 }, in test_collation()
2581 { L"taa", L"t\xE4", 1, 0 }, in test_collation()
2582 { L"tab", L"t\xE4", 1, 0 }, in test_collation()
2583 { L"tad", L"t\xE4", 1, 0 }, in test_collation()
2584 { L"tae", L"t\xE4", 1, 0 }, in test_collation()
2585 { L"taf", L"t\xE4", 1, 0 }, in test_collation()
2586 { L"cote", L"cot\xE9", -1, 0 }, in test_collation()
2587 { L"cot\xE9", L"c\xF4te", 1, 0 }, in test_collation()
2588 { L"c\xF4te", L"c\xF4t\xE9", -1, 0 }, in test_collation()
2641 { L"%c", L"Sat Jul 17 18:26:09 2010" }, in test_wcsftime()
2642 { L"%x", L"07/17/10" }, in test_wcsftime()
2643 { L"%X", L"18:26:09" }, in test_wcsftime()
2644 { L"%a", L"Sat" }, in test_wcsftime()
2645 { L"%A", L"Saturday" }, in test_wcsftime()
2646 { L"%b", L"Jul" }, in test_wcsftime()
2647 { L"%B", L"July" }, in test_wcsftime()
2653 { L"%c", L"Samstag, 17. Juli 2010 18:26:09 GMT" }, in test_wcsftime()
2654 { L"%x", L"17.07.2010" }, in test_wcsftime()
2655 { L"%X", L"18:26:09" }, in test_wcsftime()
2656 { L"%a", L"Sa." }, in test_wcsftime()
2657 { L"%A", L"Samstag" }, in test_wcsftime()
2658 { L"%b", L"Jul" }, in test_wcsftime()
2659 { L"%B", L"Juli" }, in test_wcsftime()
2665 { L"%c", L"subota, 17. srpnja 2010. 18:26:09 GMT" }, in test_wcsftime()
2666 { L"%x", L"17. 07. 2010." }, in test_wcsftime()
2667 { L"%X", L"18:26:09" }, in test_wcsftime()
2668 { L"%a", L"sub" }, in test_wcsftime()
2669 { L"%A", L"subota" }, in test_wcsftime()
2670 { L"%b", L"srp" }, in test_wcsftime()
2671 { L"%B", L"srpnja" }, in test_wcsftime()
2677 { L"%c", L"શનિવાર, 17 જુલાઈ, 2010 06:26:09 PM GMT" }, in test_wcsftime()
2678 { L"%x", L"17 જુલાઈ, 2010" }, in test_wcsftime()
2679 { L"%X", L"06:26:09 PM" }, in test_wcsftime()
2680 { L"%a", L"શનિ" }, in test_wcsftime()
2681 { L"%A", L"શનિવાર" }, in test_wcsftime()
2682 { L"%b", L"જુલાઈ" }, in test_wcsftime()
2683 { L"%B", L"જુલાઈ" }, in test_wcsftime()
2689 { L"%c", L"sabato 17 luglio 2010 18:26:09 GMT" }, in test_wcsftime()
2690 { L"%x", L"17/lug/2010" }, in test_wcsftime()
2691 { L"%X", L"18:26:09" }, in test_wcsftime()
2692 { L"%a", L"sab" }, in test_wcsftime()
2693 { L"%A", L"sabato" }, in test_wcsftime()
2694 { L"%b", L"lug" }, in test_wcsftime()
2695 { L"%B", L"luglio" }, in test_wcsftime()
2701 { L"%c", L"zaterdag 17 juli 2010 18:26:09 GMT" }, in test_wcsftime()
2702 { L"%x", L"17 jul. 2010" }, in test_wcsftime()
2703 { L"%X", L"18:26:09" }, in test_wcsftime()
2704 { L"%a", L"za" }, in test_wcsftime()
2705 { L"%A", L"zaterdag" }, in test_wcsftime()
2706 { L"%b", L"jul." }, in test_wcsftime()
2707 { L"%B", L"juli" }, in test_wcsftime()
2713 { L"%c", L"kl. 18:26:09 GMT l\xF8rdag 17. juli 2010" }, in test_wcsftime()
2714 { L"%x", L"17. juli 2010" }, in test_wcsftime()
2715 { L"%X", L"18:26:09" }, in test_wcsftime()
2716 { L"%a", L"lør." }, in test_wcsftime()
2717 { L"%A", L"lørdag" }, in test_wcsftime()
2718 { L"%b", L"juli" }, in test_wcsftime()
2719 { L"%B", L"juli" }, in test_wcsftime()
2738 const wchar_t* string = L""; in test_wcspbrk()
2739 const wchar_t* accept = L" "; in test_wcspbrk()
2751 const wchar_t* string = L"sometext"; in test_wcspbrk()
2752 const wchar_t* accept = L" "; in test_wcspbrk()
2764 const wchar_t* string = L"some more text"; in test_wcspbrk()
2765 const wchar_t* accept = L" "; in test_wcspbrk()
2777 const wchar_t* string = L"some more text"; in test_wcspbrk()
2778 const wchar_t* accept = L"UY\xE4 "; in test_wcspbrk()
2790 const wchar_t* string = L"some more text"; in test_wcspbrk()
2791 const wchar_t* accept = L" emorstx"; in test_wcspbrk()
2803 const wchar_t* string = L"some more text"; in test_wcspbrk()
2804 const wchar_t* accept = L"EMORSTX\xA0"; in test_wcspbrk()
2834 const wchar_t* string = L""; in test_wcscspn()
2835 const wchar_t* reject = L" "; in test_wcscspn()
2847 const wchar_t* string = L"sometext"; in test_wcscspn()
2848 const wchar_t* reject = L" "; in test_wcscspn()
2860 const wchar_t* string = L"some more text"; in test_wcscspn()
2861 const wchar_t* reject = L" mos"; in test_wcscspn()
2873 const wchar_t* string = L"some more text"; in test_wcscspn()
2874 const wchar_t* reject = L"t"; in test_wcscspn()
2886 const wchar_t* string = L"some more text"; in test_wcscspn()
2887 const wchar_t* reject = L"abcdfghijklnpquvwyz\t"; in test_wcscspn()
2899 const wchar_t* string = L"some more text"; in test_wcscspn()
2900 const wchar_t* reject = L""; in test_wcscspn()
2930 const wchar_t* string = L""; in test_wcsspn()
2931 const wchar_t* accept = L" "; in test_wcsspn()
2943 const wchar_t* string = L"sometext"; in test_wcsspn()
2944 const wchar_t* accept = L" "; in test_wcsspn()
2956 const wchar_t* string = L"some more text"; in test_wcsspn()
2957 const wchar_t* accept = L" emo"; in test_wcsspn()
2969 const wchar_t* string = L"some more text"; in test_wcsspn()
2970 const wchar_t* accept = L" emorstx"; in test_wcsspn()
2982 const wchar_t* string = L"some more text"; in test_wcsspn()
2983 const wchar_t* accept = L""; in test_wcsspn()
3013 const wchar_t* string = L""; in test_wcsstr()
3014 const wchar_t* sought = L" "; in test_wcsstr()
3026 const wchar_t* string = L"sometext"; in test_wcsstr()
3027 const wchar_t* sought = L"som "; in test_wcsstr()
3039 const wchar_t* string = L"sometext"; in test_wcsstr()
3040 const wchar_t* sought = L"soMe"; in test_wcsstr()
3052 const wchar_t* string = L"some more text"; in test_wcsstr()
3053 const wchar_t* sought = L"some "; in test_wcsstr()
3065 const wchar_t* string = L"some more text"; in test_wcsstr()
3066 const wchar_t* sought = L" more"; in test_wcsstr()
3078 const wchar_t* string = L"some more text"; in test_wcsstr()
3079 const wchar_t* sought = L"some more text"; in test_wcsstr()
3091 const wchar_t* string = L"some more text"; in test_wcsstr()
3092 const wchar_t* sought = L"some more text "; in test_wcsstr()
3121 wchar_t string[] = L""; in test_wcstok()
3122 const wchar_t* delim = L" \t\n"; in test_wcstok()
3146 wchar_t string[] = L"\t\t\t\n \t"; in test_wcstok()
3147 const wchar_t* delim = L" \t\n"; in test_wcstok()
3171 wchar_t string[] = L"just some text here!"; in test_wcstok()
3172 const wchar_t* delim = L" "; in test_wcstok()
3226 wchar_t string[] = L" just \t\nsome\t\t\ttext\n\n\nhere!"; in test_wcstok()
3227 const wchar_t* delim = L"\n\t "; in test_wcstok()
3238 if (wcscmp(result, L"just") != 0) { in test_wcstok()
3240 "(expected %ls)\n", string, delim, &state, result, L"just"); in test_wcstok()
3253 if (wcscmp(result, L"some") != 0) { in test_wcstok()
3255 "(expected %ls)\n", string, delim, &state, result, L"some"); in test_wcstok()
3268 if (wcscmp(result, L"text") != 0) { in test_wcstok()
3270 "(expected %ls)\n", string, delim, &state, result, L"text"); in test_wcstok()
3283 if (wcscmp(result, L"here!") != 0) { in test_wcstok()
3285 "(expected %ls)\n", string, delim, &state, result, L"here!"); in test_wcstok()
3319 const wchar_t* string = L""; in test_wmemchr()
3320 const wchar_t ch = L' '; in test_wmemchr()
3332 const wchar_t* string = L""; in test_wmemchr()
3333 const wchar_t ch = L'\0'; in test_wmemchr()
3345 const wchar_t* string = L""; in test_wmemchr()
3346 const wchar_t ch = L'\0'; in test_wmemchr()
3358 const wchar_t* string = L"sometext"; in test_wmemchr()
3359 const wchar_t ch = L' '; in test_wmemchr()
3371 const wchar_t* string = L"some text"; in test_wmemchr()
3372 const wchar_t ch = L' '; in test_wmemchr()
3384 const wchar_t* string = L"some text"; in test_wmemchr()
3385 const wchar_t ch = L'M'; in test_wmemchr()
3397 const wchar_t* string = L"some\0text"; in test_wmemchr()
3398 const wchar_t ch = L't'; in test_wmemchr()
3410 const wchar_t* string = L"some\0text"; in test_wmemchr()
3411 const wchar_t ch = L't'; in test_wmemchr()
3441 const wchar_t* a = L""; in test_wmemcmp()
3442 const wchar_t* b = L""; in test_wmemcmp()
3454 const wchar_t* a = L""; in test_wmemcmp()
3455 const wchar_t* b = L""; in test_wmemcmp()
3467 const wchar_t* a = L"a"; in test_wmemcmp()
3468 const wchar_t* b = L"b"; in test_wmemcmp()
3480 const wchar_t* a = L"a"; in test_wmemcmp()
3481 const wchar_t* b = L"b"; in test_wmemcmp()
3493 const wchar_t* a = L"b"; in test_wmemcmp()
3494 const wchar_t* b = L"a"; in test_wmemcmp()
3506 const wchar_t* a = L"a"; in test_wmemcmp()
3507 const wchar_t* b = L"A"; in test_wmemcmp()
3519 const wchar_t* a = L"täst"; in test_wmemcmp()
3520 const wchar_t* b = L"täst"; in test_wmemcmp()
3532 const wchar_t* a = L"täst"; in test_wmemcmp()
3533 const wchar_t* b = L"täst "; in test_wmemcmp()
3545 const wchar_t* a = L"täSt"; in test_wmemcmp()
3546 const wchar_t* b = L"täs"; in test_wmemcmp()
3576 const wchar_t* source = L""; in test_wmemcpy()
3577 wchar_t destination[] = L"XXXX"; in test_wmemcpy()
3585 if (destination[0] != L'X') { in test_wmemcpy()
3588 L'X'); in test_wmemcpy()
3594 const wchar_t* source = L""; in test_wmemcpy()
3595 wchar_t destination[] = L"XXXX"; in test_wmemcpy()
3604 if (destination[1] != L'X') { in test_wmemcpy()
3607 L'X'); in test_wmemcpy()
3613 const wchar_t* source = L"tÄstdata \0with some charäcters"; in test_wmemcpy()
3644 const wchar_t* source = L""; in test_wmempcpy()
3645 wchar_t destination[] = L"XXXX"; in test_wmempcpy()
3653 if (destination[0] != L'X') { in test_wmempcpy()
3656 L'X'); in test_wmempcpy()
3662 const wchar_t* source = L""; in test_wmempcpy()
3663 wchar_t destination[] = L"XXXX"; in test_wmempcpy()
3672 if (destination[1] != L'X') { in test_wmempcpy()
3675 L'X'); in test_wmempcpy()
3681 const wchar_t* source = L"tÄstdata \0with some charäcters"; in test_wmempcpy()
3712 const wchar_t* source = L""; in test_wmemmove()
3713 wchar_t destination[] = L"XXXX"; in test_wmemmove()
3721 if (destination[0] != L'X') { in test_wmemmove()
3724 L'X'); in test_wmemmove()
3730 const wchar_t* source = L""; in test_wmemmove()
3731 wchar_t destination[] = L"XXXX"; in test_wmemmove()
3740 if (destination[1] != L'X') { in test_wmemmove()
3743 L'X'); in test_wmemmove()
3749 const wchar_t* source = L"tÄstdata \0with some charäcters"; in test_wmemmove()
3763 const wchar_t* source = L"tÄstdata \0with some charäcters"; in test_wmemmove()
3768 || wmemcmp(destination, L"tÄtÄstdatawith some charäcters", 31) != 0 in test_wmemmove()
3796 wchar_t source = L'\0'; in test_wmemset()
3797 wchar_t destination[] = L"XXXX"; in test_wmemset()
3805 if (destination[0] != L'X') { in test_wmemset()
3808 L'X'); in test_wmemset()
3814 wchar_t source = L'M'; in test_wmemset()
3815 wchar_t destination[] = L"some text"; in test_wmemset()
3823 if (destination[0] != L'M') { in test_wmemset()
3826 L'M'); in test_wmemset()
3829 if (destination[1] != L'o') { in test_wmemset()
3832 L'o'); in test_wmemset()
3838 wchar_t source = L'M'; in test_wmemset()
3839 wchar_t destination[] = L"some text"; in test_wmemset()
3848 if (destination[i] != L'M') { in test_wmemset()
3851 destination[i], L'M'); in test_wmemset()
3905 { "%ls", (const void*)L"test", "test" }, in test_sprintf()
3912 { "%ls", L"test", "test" }, in test_sprintf()
3914 { "%ls", L"t\xE4st", "t\xC3\xA4st" }, in test_sprintf()
3921 { "%ls", L"test", "test" }, in test_sprintf()
3924 { "%ls", L"t\xE4st", "t\xE4st" }, in test_sprintf()
3950 if (wcsstr(data[i].format, L"%ls") != NULL) in test_swprintf()
3952 else if (wcsstr(data[i].format, L"%s") != NULL) in test_swprintf()
3971 { L"%s", (const void*)"test", L"test" }, in test_swprintf()
3972 { L"%ls", (const void*)L"test", L"test" }, in test_swprintf()
3978 { L"%s", "test", L"test" }, in test_swprintf()
3979 { L"%ls", L"test", L"test" }, in test_swprintf()
3980 { L"%s", "t\xC3\xA4st", L"t\xE4st" }, in test_swprintf()
3981 { L"%ls", L"t\xE4st", L"t\xE4st" }, in test_swprintf()
3987 { L"%s", "test", L"test" }, in test_swprintf()
3988 { L"%ls", L"test", L"test" }, in test_swprintf()
3989 { L"%s", "t\xC3\xA4st", L"t\xC3\xA4st" }, in test_swprintf()
3990 { L"%s", "t\xE4st", L"t\xE4st" }, in test_swprintf()
3991 { L"%ls", L"t\xE4st", L"t\xE4st" }, in test_swprintf()