Searched refs:wstr (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dwchar_test.cpp455 wchar_t* wstr = new wchar_t[sizeof(const_wstr)]; local
457 wmemmove(wstr, const_wstr, sizeof(const_wstr)/sizeof(wchar_t));
458 EXPECT_STREQ(const_wstr, wstr);
460 wmemmove(wstr+5, wstr, sizeof(const_wstr)/sizeof(wchar_t) - 6);
461 EXPECT_STREQ(L"This This is a test of something or other", wstr);

Completed in 710 milliseconds