Home | History | Annotate | Download | only in unit

Lines Matching full:wstring

1164   wstring one(L"one"), two(L"two"), three(L"three");
1165 wstring space(L" ");
1168 wstring result(one + L' ' + two + L' ' + three);
1173 wstring result(one + L' ' + two + L' ' + three, 4);
1178 wstring result(one + L' ' + two + L' ' + three, 4, 3);
1202 wstring result;
1212 wstring result;
1232 wstring result;