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

  /bionic/libc/tzcode/
localtime.c 1012 long stdoffset; local
1026 stdoffset = 0;
1042 name = getoffset(name, &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 602 milliseconds