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

  /external/chromium_org/third_party/icu/source/common/
putil.cpp 256 const char *fake_start = getenv("U_FAKETIME_START"); local
257 if((fake_start!=NULL) && (fake_start[0]!=0)) {
258 sscanf(fake_start,"%lf",&fakeClock_t0);
262 fakeClock_t0, fake_start, fakeClock_dt, real);
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 256 const char *fake_start = getenv("U_FAKETIME_START"); local
257 if((fake_start!=NULL) && (fake_start[0]!=0)) {
258 sscanf(fake_start,"%lf",&fakeClock_t0);
262 fakeClock_t0, fake_start, fakeClock_dt, real);
    [all...]

Completed in 568 milliseconds