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

  /bionic/libc/tzcode/
localtime.c 1004 long stdoffset; local
1018 stdoffset = 0;
1034 name = getoffset(name, &stdoffset);
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 917 long stdoffset; local
931 stdoffset = 0;
947 name = getoffset(name, &stdoffset);
971 } else dstoffset = stdoffset - SECSPERHOUR;
998 sp->ttis[1].tt_gmtoff = -stdoffset;
1011 stdoffset);
1097 sp->ats[i] += stdoffset -
1110 sp->ttis[0].tt_gmtoff = -stdoffset;
1122 sp->ttis[0].tt_gmtoff = -stdoffset;
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 917 long stdoffset; local
931 stdoffset = 0;
947 name = getoffset(name, &stdoffset);
971 } else dstoffset = stdoffset - SECSPERHOUR;
998 sp->ttis[1].tt_gmtoff = -stdoffset;
1011 stdoffset);
1097 sp->ats[i] += stdoffset -
1110 sp->ttis[0].tt_gmtoff = -stdoffset;
1122 sp->ttis[0].tt_gmtoff = -stdoffset;
    [all...]
  /system/core/libcutils/
tztime.c 937 long stdoffset; local
951 stdoffset = 0;
967 name = getoffset(name, &stdoffset);
992 } else dstoffset = stdoffset - SECSPERHOUR;
1019 sp->ttis[1].tt_gmtoff = -stdoffset;
1031 stdoffset);
1117 sp->ats[i] += stdoffset -
1130 sp->ttis[0].tt_gmtoff = -stdoffset;
1142 sp->ttis[0].tt_gmtoff = -stdoffset;
    [all...]

Completed in 515 milliseconds