Searched refs:fakeClock_dt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dputil.cpp242 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/ variable
259 fakeClock_dt = fakeClock_t0 - real;
262 fakeClock_t0, fake_start, fakeClock_dt, real);
264 fakeClock_dt = 0;
272 return getUTCtime_real() + fakeClock_dt;
/external/icu/icu4c/source/common/
H A Dputil.cpp242 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/ variable
259 fakeClock_dt = fakeClock_t0 - real;
262 fakeClock_t0, fake_start, fakeClock_dt, real);
264 fakeClock_dt = 0;
272 return getUTCtime_real() + fakeClock_dt;

Completed in 2550 milliseconds