Searched refs:tzload (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 178 static int tzload(const char * name, struct state * sp, 324 tzload(register const char *name, register struct state *const sp, in tzload() function 962 load_result = tzload(TZDEFRULES, sp, FALSE); in tzparse() 1170 if (tzload(gmt, sp, TRUE) != 0) in gmtload() 1197 if (tzload(NULL, lclptr, TRUE) != 0) in tzsetwall() 1239 } else if (tzload(name, lclptr, TRUE) != 0) in tzset()
|