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

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c187 static struct state * lclptr; variable in typeref:struct:state
194 #define lclptr (&lclmem) macro
259 register struct state * const sp = lclptr;
1165 if (lclptr == NULL) {
1166 lclptr = (struct state *) malloc(sizeof *lclptr);
1167 if (lclptr == NULL) {
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1174 gmtload(lclptr);
1196 if (lclptr
[all...]
/external/icu4c/tools/tzcode/
H A Dlocaltime.c187 static struct state * lclptr; variable in typeref:struct:state
194 #define lclptr (&lclmem) macro
259 register struct state * const sp = lclptr;
1165 if (lclptr == NULL) {
1166 lclptr = (struct state *) malloc(sizeof *lclptr);
1167 if (lclptr == NULL) {
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1174 gmtload(lclptr);
1196 if (lclptr
[all...]

Completed in 51 milliseconds