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

  /bionic/libc/tzcode/
localtime.c 244 static int tzload P((const char * name, struct state * sp,
407 tzload(const char* name, struct state* const sp, const int 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 ));
473 XLOG(( "tzload: could not read content of '%s'\n", DATAFILE ));
650 XLOG(( "tzload: load ok !!\n" ));
1002 load_result = tzload(TZDEFRULES, sp, FALSE);
    [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 39 milliseconds