Searched refs:wtext (Results 1 – 3 of 3) sorted by relevance
298 const W_CHAR* const wtext = (const W_CHAR*)text; in PrintStringW() local300 for (i = 0; wtext[i]; ++i) { in PrintStringW()301 glutBitmapCharacter(font, wtext[i]); in PrintStringW()
1699 const wchar_t wtext[2] = {(wchar_t)0x10ABCDu}; in test_widechar() local1702 const wchar_t wtext[3] = {(wchar_t)0xDBEAu, (wchar_t)0xDFCDu}; in test_widechar()1707 wide = PyUnicode_FromWideChar(wtext, wtextlen); in test_widechar()
1913 const wchar_t wtext[2] = {(wchar_t)0x10ABCDu}; in test_widechar() local1917 const wchar_t wtext[3] = {(wchar_t)0xDBEAu, (wchar_t)0xDFCDu}; in test_widechar()1922 wide = PyUnicode_FromWideChar(wtext, wtextlen); in test_widechar()