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

  /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());

Completed in 34 milliseconds