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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 14 typedef int_fast64_t zic_t; typedef
87 zic_t r_temp; /* used in outzone */
113 zic_t z_untiltime;
122 static void addtt(zic_t starttime, int type);
131 static void leapadd(zic_t t, int positive, int rolling, int count);
136 static void convert64(zic_t val, char * buf);
155 static int is32(zic_t x);
165 static void puttzcode64(zic_t code, FILE * fp);
167 static zic_t rpytime(const struct rule * rp, int wantedy);
178 static zic_t tadd(zic_t t1, long t2)
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 14 typedef int_fast64_t zic_t; typedef
87 zic_t r_temp; /* used in outzone */
113 zic_t z_untiltime;
122 static void addtt(zic_t starttime, int type);
131 static void leapadd(zic_t t, int positive, int rolling, int count);
136 static void convert64(zic_t val, char * buf);
155 static int is32(zic_t x);
165 static void puttzcode64(zic_t code, FILE * fp);
167 static zic_t rpytime(const struct rule * rp, int wantedy);
178 static zic_t tadd(zic_t t1, long t2)
    [all...]

Completed in 26 milliseconds