HomeSort by relevance Sort by last modified time
    Searched defs:next_from (Results 1 - 4 of 4) sorted by null

  /external/stlport/test/unit/
codecvt_test.cpp 395 const char* next_from; local
398 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
401 CPPUNIT_ASSERT( next_from == from.data() + 1 );
409 const wchar_t* next_from; local
412 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from,
415 CPPUNIT_ASSERT( next_from == from.data() + 1 );
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 397 const char* next_from; local
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
403 CPPUNIT_ASSERT( next_from == from.data() + 1 );
411 const wchar_t* next_from; local
414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from,
417 CPPUNIT_ASSERT( next_from == from.data() + 1 );
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 397 const char* next_from; local
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
403 CPPUNIT_ASSERT( next_from == from.data() + 1 );
411 const wchar_t* next_from; local
414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from,
417 CPPUNIT_ASSERT( next_from == from.data() + 1 );
  /external/valgrind/main/callgrind/
global.h 240 * <next_from> in the JCC struct.
260 jCC* next_from; /* next JCC from a BBCC */ member in struct:_jCC

Completed in 5156 milliseconds