Searched refs:gmtptr (Results 1 - 3 of 3) sorted by relevance
/third_party/tzdata/ |
H A D | localtime.c | 166 static struct state * gmtptr; variable 173 static struct state *const gmtptr = &gmtmem; variable 1434 gmtptr = malloc(sizeof *gmtptr); in gmtcheck() 1436 if (gmtptr) in gmtcheck() 1437 gmtload(gmtptr); in gmtcheck() 1506 return gmtsub(gmtptr, timep, 0, tmp); in localsub() 1640 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1648 (offset ? wildabbr : gmtptr ? gmtptr in gmtsub() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 187 static struct state * gmtptr; variable 194 #define gmtptr (&gmtmem) macro 1363 gmtptr = malloc(sizeof *gmtptr); in gmtsub() 1365 if (gmtptr != NULL) in gmtsub() 1366 gmtload(gmtptr); in gmtsub() 1368 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1375 tmp->TM_ZONE = offset ? wildabbr : gmtptr ? gmtptr->chars : gmt; in gmtsub() 1808 ((funcp == localsub) ? lclptr : gmtptr); in time2sub() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 185 static struct state * gmtptr; variable 192 #define gmtptr (&gmtmem) macro 1361 gmtptr = malloc(sizeof *gmtptr); in gmtsub() 1363 if (gmtptr != NULL) in gmtsub() 1364 gmtload(gmtptr); in gmtsub() 1366 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1373 tmp->TM_ZONE = offset ? wildabbr : gmtptr ? gmtptr->chars : gmt; in gmtsub() 1806 ((funcp == localsub) ? lclptr : gmtptr); in time2sub() [all...] |
Completed in 12 milliseconds