OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_wstr
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
codecvt_test.cpp
568
wstring
utf8_wstr
;
local
588
utf8_wstr
.assign(wbuf, to_next);
605
CPPUNIT_ASSERT( wc ==
utf8_wstr
[windex++] );
623
CPPUNIT_ASSERT( windex ==
utf8_wstr
.size() );
630
res = cvt.out(state,
utf8_wstr
.data(),
utf8_wstr
.data() +
utf8_wstr
.size(), from_next,
/ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp
570
wstring
utf8_wstr
;
local
590
utf8_wstr
.assign(wbuf, to_next);
607
CPPUNIT_ASSERT( wc ==
utf8_wstr
[windex++] );
625
CPPUNIT_ASSERT( windex ==
utf8_wstr
.size() );
632
res = cvt.out(state,
utf8_wstr
.data(),
utf8_wstr
.data() +
utf8_wstr
.size(), from_next,
/ndk/tests/device/test-stlport/unit/
codecvt_test.cpp
570
wstring
utf8_wstr
;
local
590
utf8_wstr
.assign(wbuf, to_next);
607
CPPUNIT_ASSERT( wc ==
utf8_wstr
[windex++] );
625
CPPUNIT_ASSERT( windex ==
utf8_wstr
.size() );
632
res = cvt.out(state,
utf8_wstr
.data(),
utf8_wstr
.data() +
utf8_wstr
.size(), from_next,
Completed in 27 milliseconds