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

  /bionic/libc/tzcode/
localtime.c 241 static int tzload P((const char * name, struct state * sp,
404 tzload(name, sp, doextend) function
423 XLOG(("tzload: null 'name' parameter\n" ));
443 XLOG(("tzload: null TZDIR macro ?\n" ));
447 XLOG(( "tzload: path too long: %s/%s\n", p, name ));
461 XLOG(( "tzload: could not find '%s'\n", name ));
470 XLOG(( "tzload: could not open '%s', trying '%s'\n", fullname, INDEXFILE ));
472 XLOG(( "tzload: could not find '%s'\n", INDEXFILE ));
490 XLOG(( "tzload: invalid offset (%d)\n", off ));
497 XLOG(( "tzload: could not open '%s'\n", DATAFILE ))
    [all...]
  /external/chromium/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...]
  /system/core/libcutils/
tztime.c 213 static int tzload P((const char * name, struct state * sp,
311 tzload(const char *name, struct state * const sp, const int doextend) function
320 //printf("tzload: utc\n");
327 //printf("tzload: hit: %s\n", name);
331 //printf("tzload: miss: %s\n", name);
971 load_result = tzload(TZDEFRULES, sp, FALSE);
1166 if (tzload(gmt, sp, TRUE) != 0)
    [all...]

Completed in 202 milliseconds