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

  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 241 int64_t readcoded(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(), function
321 int64_t isgmtcnt = readcoded(file, 0);
322 int64_t isdstcnt = readcoded(file, 0);
323 int64_t leapcnt = readcoded(file, 0);
324 int64_t timecnt = readcoded(file, 0);
325 int64_t typecnt = readcoded(file, 0);
326 int64_t charcnt = readcoded(file, 0);
346 transitionTimes[i] = readcoded(file);
404 type.rawoffset = readcoded(file);
405 type.dstoffset = readcoded(file)
    [all...]

Completed in 98 milliseconds