Lines Matching refs:accept

2739 		const wchar_t* accept = L" ";
2740 const wchar_t* result = wcspbrk(string, accept);
2744 "(expected %p), errno = %x (expected 0)\n", string, accept,
2752 const wchar_t* accept = L" ";
2753 const wchar_t* result = wcspbrk(string, accept);
2757 "(expected %p), errno = %x (expected 0)\n", string, accept,
2765 const wchar_t* accept = L" ";
2766 const wchar_t* result = wcspbrk(string, accept);
2770 "(expected %p), errno = %x (expected 0)\n", string, accept,
2778 const wchar_t* accept = L"UY\xE4 ";
2779 const wchar_t* result = wcspbrk(string, accept);
2783 "(expected %p), errno = %x (expected 0)\n", string, accept,
2791 const wchar_t* accept = L" emorstx";
2792 const wchar_t* result = wcspbrk(string, accept);
2796 "(expected %p), errno = %x (expected 0)\n", string, accept,
2804 const wchar_t* accept = L"EMORSTX\xA0";
2805 const wchar_t* result = wcspbrk(string, accept);
2809 "(expected %p), errno = %x (expected 0)\n", string, accept,
2931 const wchar_t* accept = L" ";
2932 size_t result = wcsspn(string, accept);
2936 "(expected %ld), errno = %x (expected 0)\n", string, accept,
2944 const wchar_t* accept = L" ";
2945 size_t result = wcsspn(string, accept);
2949 "(expected %ld), errno = %x (expected 0)\n", string, accept,
2957 const wchar_t* accept = L" emo";
2958 size_t result = wcsspn(string, accept);
2962 "(expected %ld), errno = %x (expected 0)\n", string, accept,
2970 const wchar_t* accept = L" emorstx";
2971 size_t result = wcsspn(string, accept);
2975 "(expected %ld), errno = %x (expected 0)\n", string, accept,
2983 const wchar_t* accept = L"";
2984 size_t result = wcsspn(string, accept);
2988 "(expected %ld), errno = %x (expected 0)\n", string, accept,