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

/bionic/tests/
H A Dwchar_test.cpp462 wchar_t wstr[NUM_WCHARS(sizeof(const_wstr))]; local
464 EXPECT_EQ(wstr, wmemmove(wstr, const_wstr, NUM_WCHARS(sizeof(const_wstr))));
465 EXPECT_STREQ(const_wstr, wstr);
467 EXPECT_EQ(wstr+5, wmemmove(wstr+5, wstr, NUM_WCHARS(sizeof(const_wstr)) - 6));
468 EXPECT_STREQ(L"This This is a test of something or other", wstr);

Completed in 74 milliseconds