Searched refs:wtext (Results 1 – 1 of 1) sorted by relevance
1070 const wchar_t wtext[2] = {(wchar_t)0x10ABCDu}; in test_widechar() local1073 const wchar_t wtext[3] = {(wchar_t)0xDBEAu, (wchar_t)0xDFCDu}; in test_widechar()1078 wide = PyUnicode_FromWideChar(wtext, wtextlen); in test_widechar()