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

  /external/chromium_org/third_party/icu/source/common/
putil.cpp 242 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/
259 fakeClock_dt = fakeClock_t0 - real;
262 fakeClock_t0, fake_start, fakeClock_dt, real);
264 fakeClock_dt = 0;
272 return getUTCtime_real() + fakeClock_dt;
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 242 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/
259 fakeClock_dt = fakeClock_t0 - real;
262 fakeClock_t0, fake_start, fakeClock_dt, real);
264 fakeClock_dt = 0;
272 return getUTCtime_real() + fakeClock_dt;
    [all...]

Completed in 38 milliseconds