HomeSort by relevance Sort by last modified time
    Searched refs:tzload (Results 1 - 3 of 3) sorted by null

  /bionic/libc/tzcode/
localtime.c 194 static int tzload(const char * name, struct state * sp,
344 tzload(register const char* name, register struct state* const sp, function
973 load_result = tzload(TZDEFRULES, sp, FALSE);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 181 static int tzload(const char * name, struct state * sp,
336 tzload(name, sp, doextend) function
951 load_result = tzload(TZDEFRULES, sp, FALSE);
1146 if (tzload(gmt, sp, TRUE) != 0)
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1215 } else if (tzload(name, lclptr, TRUE) != 0)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 181 static int tzload(const char * name, struct state * sp,
336 tzload(name, sp, doextend) function
951 load_result = tzload(TZDEFRULES, sp, FALSE);
1146 if (tzload(gmt, sp, TRUE) != 0)
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1215 } else if (tzload(name, lclptr, TRUE) != 0)
    [all...]

Completed in 57 milliseconds