Searched refs:wtext (Results 1 – 2 of 2) sorted by relevance
75 std::wstring wtext(text.begin(), text.end()); in test_captures() local78 if(boost::regex_match(wtext, wwhat, we, boost::match_extra)) in test_captures()
1780 const wchar_t wtext[2] = {(wchar_t)0x10ABCDu}; in test_widechar() local1784 const wchar_t wtext[3] = {(wchar_t)0xDBEAu, (wchar_t)0xDFCDu}; in test_widechar()1789 wide = PyUnicode_FromWideChar(wtext, wtextlen); in test_widechar()