Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c180 static int tzload(const char * name, struct state * sp,
326 tzload(register const char *name, register struct state *const sp, in tzload() function
964 load_result = tzload(TZDEFRULES, sp, false); in tzparse()
1172 if (tzload(gmt, sp, true) != 0) in gmtload()
1199 if (tzload(NULL, lclptr, true) != 0) in tzsetwall()
1241 } else if (tzload(name, lclptr, true) != 0) in tzset()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c178 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()
/third_party/tzdata/
H A Dlocaltime.c771 tzload(char const *name, struct state *sp, bool doextend) in tzload() function
1125 load_ok = tzload(TZDEFRULES, sp, false) == 0; in tzparse()
1361 if (tzload(etc_utc, sp, true) != 0) in gmtload()
1384 int err = tzload(name, sp, true); in zoneinit()

Completed in 8 milliseconds