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

  /external/chromium/third_party/icu/source/common/
putil.c 194 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/
212 fakeClock_dt = fakeClock_t0 - real;
215 fakeClock_t0, fake_start, fakeClock_dt, real);
220 return getUTCtime_real() + fakeClock_dt;
    [all...]
  /external/icu4c/common/
putil.c 211 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/
229 fakeClock_dt = fakeClock_t0 - real;
232 fakeClock_t0, fake_start, fakeClock_dt, real);
237 return getUTCtime_real() + fakeClock_dt;
    [all...]

Completed in 22 milliseconds