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

/ndk/tests/device/test-gnustl-full/unit/
H A Dcodecvt_test.cpp390 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
391 if (has_facet<cdecvt_type>(loc)) {
392 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc);
394 cdecvt_type::state_type state;
395 memset(&state, 0, sizeof(cdecvt_type::state_type));
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
402 CPPUNIT_ASSERT( res == cdecvt_type::ok );
408 cdecvt_type::state_type state;
409 memset(&state, 0, sizeof(cdecvt_type
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dcodecvt_test.cpp390 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
391 if (has_facet<cdecvt_type>(loc)) {
392 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc);
394 cdecvt_type::state_type state;
395 memset(&state, 0, sizeof(cdecvt_type::state_type));
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
402 CPPUNIT_ASSERT( res == cdecvt_type::ok );
408 cdecvt_type::state_type state;
409 memset(&state, 0, sizeof(cdecvt_type
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
[all...]

Completed in 4 milliseconds