Home
last modified time | relevance | path

Searched refs:choppedResult (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/
DWin32UnicodeString_unittest.cpp221 std::wstring choppedResult(data.result, wcslen(data.result) - 1); in TEST() local
222 EXPECT_STREQ(choppedResult.c_str(), str.c_str()); in TEST()