Home
last modified time | relevance | path

Searched refs:lclptr (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c186 static struct state * lclptr; variable
193 #define lclptr (&lclmem) macro
256 register struct state * const sp = lclptr; in settzname()
1191 if (lclptr == NULL) { in tzsetwall()
1192 lclptr = malloc(sizeof *lclptr); in tzsetwall()
1193 if (lclptr == NULL) { in tzsetwall()
1199 if (tzload(NULL, lclptr, true) != 0) in tzsetwall()
1200 gmtload(lclptr); in tzsetwall()
1222 if (lclptr in tzset()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c184 static struct state * lclptr; variable
191 #define lclptr (&lclmem) macro
254 register struct state * const sp = lclptr; in settzname()
1189 if (lclptr == NULL) { in tzsetwall()
1190 lclptr = malloc(sizeof *lclptr); in tzsetwall()
1191 if (lclptr == NULL) { in tzsetwall()
1197 if (tzload(NULL, lclptr, TRUE) != 0) in tzsetwall()
1198 gmtload(lclptr); in tzsetwall()
1220 if (lclptr in tzset()
[all...]
/third_party/tzdata/
H A Dlocaltime.c165 static struct state * lclptr; variable
172 static struct state *const lclptr = &lclmem; variable
314 register struct state * const sp = lclptr; in settzname()
1397 struct state *sp = lclptr; in tzset_unlocked()
1405 lclptr = sp = malloc(sizeof *lclptr); in tzset_unlocked()
1610 tmp = localsub(lclptr, timep, setname, tmp); in localtime_tzset()
2282 t = mktime_tzname(lclptr, tmp, true); in mktime()
2383 if (lclptr) in time2posix()
2384 t = time2posix_z(lclptr, in time2posix()
[all...]

Completed in 7 milliseconds