/external/stlport/test/unit/ |
codecvt_test.cpp | 390 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc); local 398 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, 412 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, 437 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc); local 442 int res = cdect.length(state, from.data(), from.data() + from.size(), from.size());
|
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 392 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc); local 400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, 414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, 439 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc); local 444 int res = cdect.length(state, from.data(), from.data() + from.size(), from.size());
|
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 392 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc); local 400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from, 414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from, 439 cdecvt_type const& cdect = use_facet<cdecvt_type>(loc); local 444 int res = cdect.length(state, from.data(), from.data() + from.size(), from.size());
|