HomeSort by relevance Sort by last modified time
    Searched refs:cdecvt_type (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
codecvt_test.cpp 388 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
389 if (has_facet<cdecvt_type>(loc)) {
390 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc);
392 cdecvt_type::state_type state;
393 memset(&state, 0, sizeof(cdecvt_type::state_type));
398 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
400 CPPUNIT_ASSERT( res == cdecvt_type::ok );
406 cdecvt_type::state_type state;
407 memset(&state, 0, sizeof(cdecvt_type::state_type))
435 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 390 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::state_type))
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 390 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::state_type))
437 typedef codecvt<wchar_t, char, mbstate_t> cdecvt_type; typedef
    [all...]

Completed in 167 milliseconds