OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fake_start
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
putil.c
240
const char *
fake_start
= getenv("U_FAKETIME_START");
local
241
if((
fake_start
!=NULL) && (
fake_start
[0]!=0)) {
242
sscanf(
fake_start
,"%lf",&fakeClock_t0);
246
fakeClock_t0,
fake_start
, fakeClock_dt, real);
[
all
...]
/external/icu4c/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 23 milliseconds