Lines Matching refs:wcslen

41 		size_t result = wcslen(string);  in test_wcslen()
53 size_t result = wcslen(string); in test_wcslen()
65 size_t result = wcslen(string); in test_wcslen()
77 size_t result = wcslen(string); in test_wcslen()
584 const wchar_t* expected = string + wcslen(string); in test_wcschr()
623 const wchar_t* expected = string + wcslen(string); in test_wcschr()
818 if (wcslen(destination) != 0) { in test_wcscpy()
821 wcslen(destination)); in test_wcscpy()
852 if (wcslen(destination) != 4) { in test_wcscpy()
855 wcslen(destination)); in test_wcscpy()
910 if (wcslen(destination) != 4) { in test_wcscpy()
913 wcslen(destination)); in test_wcscpy()
968 if (wcslen(destination) != 2) { in test_wcscpy()
971 wcslen(destination)); in test_wcscpy()
1116 if (wcslen(destination) != 4) { in test_wcscpy()
1119 wcslen(destination)); in test_wcscpy()
1210 if (wcslen(destination) != 0) { in test_wcpcpy()
1213 wcslen(destination)); in test_wcpcpy()
1244 if (wcslen(destination) != 4) { in test_wcpcpy()
1247 wcslen(destination)); in test_wcpcpy()
1302 if (wcslen(destination) != 4) { in test_wcpcpy()
1305 wcslen(destination)); in test_wcpcpy()
1360 if (wcslen(destination) != 2) { in test_wcpcpy()
1363 wcslen(destination)); in test_wcpcpy()
1508 if (wcslen(destination) != 4) { in test_wcpcpy()
1511 wcslen(destination)); in test_wcpcpy()
1605 if (wcslen(destination) != 0) { in test_wcscat()
1608 wcslen(destination)); in test_wcscat()
1637 if (wcslen(destination) != 4) { in test_wcscat()
1640 wcslen(destination)); in test_wcscat()
1689 if (wcslen(destination) != 8) { in test_wcscat()
1692 wcslen(destination)); in test_wcscat()
1761 if (wcslen(destination) != 10) { in test_wcscat()
1764 wcslen(destination)); in test_wcscat()
1844 if (wcslen(destination) != 4) { in test_wcscat()
1847 wcslen(destination)); in test_wcscat()
1872 if (wcslen(destination) != 10) { in test_wcscat()
1875 wcslen(destination)); in test_wcscat()
1900 if (wcslen(destination) != 15) { in test_wcscat()
1903 wcslen(destination)); in test_wcscat()
1950 if (wcslen(destination) != 32) { in test_wcslcat()
1953 wcslen(destination)); in test_wcslcat()
1979 if (wcslen(destination) != 0) { in test_wcslcat()
1982 wcslen(destination)); in test_wcslcat()
2012 if (wcslen(destination) != 2) { in test_wcslcat()
2015 wcslen(destination)); in test_wcslcat()
2055 if (wcslen(destination) != 3) { in test_wcslcat()
2058 wcslen(destination)); in test_wcslcat()
2103 if (wcslen(destination) != 4) { in test_wcslcat()
2106 wcslen(destination)); in test_wcslcat()
2156 if (wcslen(destination) != 8) { in test_wcslcat()
2159 wcslen(destination)); in test_wcslcat()
2253 if (wcslen(destination) != 16) { in test_wcslcpy()
2256 wcslen(destination)); in test_wcslcpy()
2282 if (wcslen(destination) != 0) { in test_wcslcpy()
2285 wcslen(destination)); in test_wcslcpy()
2317 if (wcslen(destination) != 2) { in test_wcslcpy()
2320 wcslen(destination)); in test_wcslcpy()
2364 if (wcslen(destination) != 4) { in test_wcslcpy()
2367 wcslen(destination)); in test_wcslcpy()
2889 size_t expected = wcslen(string); in test_wcscspn()
2902 size_t expected = wcslen(string); in test_wcscspn()
2972 size_t expected = wcslen(string); in test_wcsspn()