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

  /external/stlport/test/unit/
codecvt_test.cpp 248 mbstate_t tmpState = mb;
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur);
251 char *state = (char*)&tmpState;
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 248 mbstate_t tmpState = mb;
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur);
251 char *state = (char*)&tmpState;
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 248 mbstate_t tmpState = mb;
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur);
251 char *state = (char*)&tmpState;

Completed in 628 milliseconds