Lines Matching refs:wcslen

28 // #pragma mark - wcslen -------------------------------------------------------
34 printf("wcslen()/wcsnlen()\n");
41 size_t result = wcslen(string);
44 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
53 size_t result = wcslen(string);
56 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
65 size_t result = wcslen(string);
68 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
77 size_t result = wcslen(string);
80 printf("\tPROBLEM: result for wcslen(\"%ls\") = %lu (expected %lu),"
584 const wchar_t* expected = string + wcslen(string);
623 const wchar_t* expected = string + wcslen(string);
818 if (wcslen(destination) != 0) {
820 "wcslen(destination)=%lu, expected 0\n", source,
821 wcslen(destination));
852 if (wcslen(destination) != 4) {
854 "wcslen(destination)=%lu, expected 4\n", source,
855 wcslen(destination));
910 if (wcslen(destination) != 4) {
912 "wcslen(destination)=%lu, expected 4\n", source,
913 wcslen(destination));
968 if (wcslen(destination) != 2) {
970 "wcslen(destination)=%lu, expected 2\n", source,
971 wcslen(destination));
1116 if (wcslen(destination) != 4) {
1118 "wcslen(destination)=%lu, expected 4\n", source,
1119 wcslen(destination));
1210 if (wcslen(destination) != 0) {
1212 "wcslen(destination)=%lu, expected 0\n", source,
1213 wcslen(destination));
1244 if (wcslen(destination) != 4) {
1246 "wcslen(destination)=%lu, expected 4\n", source,
1247 wcslen(destination));
1302 if (wcslen(destination) != 4) {
1304 "wcslen(destination)=%lu, expected 4\n", source,
1305 wcslen(destination));
1360 if (wcslen(destination) != 2) {
1362 "wcslen(destination)=%lu, expected 2\n", source,
1363 wcslen(destination));
1508 if (wcslen(destination) != 4) {
1510 "wcslen(destination)=%lu, expected 4\n", source,
1511 wcslen(destination));
1605 if (wcslen(destination) != 0) {
1607 "wcslen(destination)=%lu, expected 0\n", backup, source,
1608 wcslen(destination));
1637 if (wcslen(destination) != 4) {
1639 "wcslen(destination)=%lu, expected 4\n", backup, source,
1640 wcslen(destination));
1689 if (wcslen(destination) != 8) {
1691 "wcslen(destination)=%lu, expected 8\n", backup, source,
1692 wcslen(destination));
1761 if (wcslen(destination) != 10) {
1763 "wcslen(destination)=%lu, expected 10\n", backup, source,
1764 wcslen(destination));
1844 if (wcslen(destination) != 4) {
1846 "wcslen(destination)=%lu, expected 4\n", backup, source,
1847 wcslen(destination));
1872 if (wcslen(destination) != 10) {
1874 "wcslen(destination)=%lu, expected 10\n", backup, source,
1875 wcslen(destination));
1900 if (wcslen(destination) != 15) {
1902 "wcslen(destination)=%lu, expected 15\n", backup, source,
1903 wcslen(destination));
1950 if (wcslen(destination) != 32) {
1952 "wcslen(destination)=%lu, expected 32\n", backup, source,
1953 wcslen(destination));
1979 if (wcslen(destination) != 0) {
1981 "wcslen(destination)=%lu, expected 0\n", backup, source,
1982 wcslen(destination));
2012 if (wcslen(destination) != 2) {
2014 "wcslen(destination)=%lu, expected 2\n", backup, source,
2015 wcslen(destination));
2055 if (wcslen(destination) != 3) {
2057 "wcslen(destination)=%lu, expected 3\n", backup, source,
2058 wcslen(destination));
2103 if (wcslen(destination) != 4) {
2105 "wcslen(destination)=%lu, expected 4\n", backup, source,
2106 wcslen(destination));
2156 if (wcslen(destination) != 8) {
2158 "wcslen(destination)=%lu, expected 8\n", backup, source,
2159 wcslen(destination));
2253 if (wcslen(destination) != 16) {
2255 "wcslen(destination)=%lu, expected 16\n", source,
2256 wcslen(destination));
2282 if (wcslen(destination) != 0) {
2284 "wcslen(destination)=%lu, expected 0\n", source,
2285 wcslen(destination));
2317 if (wcslen(destination) != 2) {
2319 "wcslen(destination)=%lu, expected 3\n", source,
2320 wcslen(destination));
2364 if (wcslen(destination) != 4) {
2366 "wcslen(destination)=%lu, expected 4\n", source,
2367 wcslen(destination));
2889 size_t expected = wcslen(string);
2902 size_t expected = wcslen(string);
2972 size_t expected = wcslen(string);