Home | History | Annotate | Download | only in common

Lines Matching refs:fake_start

256         const char *fake_start = getenv("U_FAKETIME_START");
257 if((fake_start!=NULL) && (fake_start[0]!=0)) {
258 sscanf(fake_start,"%lf",&fakeClock_t0);
262 fakeClock_t0, fake_start, fakeClock_dt, real);