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

  /external/stlport/test/unit/
codecvt_test.cpp 316 int theoricalPos = 0;
322 ++theoricalPos;
324 ++theoricalPos;
327 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos );
350 int theoricalPos = 0;
363 ++theoricalPos;
365 ++theoricalPos;
366 theoricalTellg = theoricalPos;
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 317 int theoricalPos = 0;
323 ++theoricalPos;
325 ++theoricalPos;
328 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos );
352 int theoricalPos = 0;
365 ++theoricalPos;
367 ++theoricalPos;
368 theoricalTellg = theoricalPos;
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 317 int theoricalPos = 0;
323 ++theoricalPos;
325 ++theoricalPos;
328 CPPUNIT_ASSERT( (int)istr.tellg() == theoricalPos );
352 int theoricalPos = 0;
365 ++theoricalPos;
367 ++theoricalPos;
368 theoricalTellg = theoricalPos;

Completed in 117 milliseconds