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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 583 static const char * lcltime; variable
635 if (lcltime == NULL)
636 lcltime = optarg;
731 if (lcltime != NULL) {
733 dolink(lcltime, TZDEFAULT);
1128 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 583 static const char * lcltime; variable
635 if (lcltime == NULL)
636 lcltime = optarg;
731 if (lcltime != NULL) {
733 dolink(lcltime, TZDEFAULT);
1128 if (strcmp(fields[ZF_NAME], TZDEFAULT) == 0 && lcltime != NULL) {
    [all...]

Completed in 228 milliseconds