Searched refs:abbrs (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Tools/tz/ |
D | zdump.py | 11 def __init__(self, transitions, type_indices, ttis, abbrs): argument 15 self.abbrs = abbrs 37 abbrs = fileobj.read(tzh_charcnt) 39 self = cls(transitions, type_indices, ttis, abbrs) 50 abbr = self.abbrs[abbrind:self.abbrs.find(0, abbrind)].decode()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 167 vector<string> abbrs; member 464 info.abbrs.push_back(string(start, p-start)); in readzoneinfo()
|
/external/python/cpython3/Lib/test/ |
D | datetimetester.py | 5378 abbrs = fileobj.read(counts[2]) 5382 abbr = abbrs[abbrind:abbrs.find(0, abbrind)].decode()
|