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

  /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/callgrind/
global.h 216 * <next_from> in the JCC struct.
234 jCC* next_from; /* next JCC from a BBCC */ member in struct:_jCC

Completed in 825 milliseconds