Searched refs:FinalZone (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp117 struct FinalZone;
182 void mergeFinalData(const FinalZone& fz);
731 struct FinalZone { struct
736 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) : function in struct:FinalZone
753 FinalZone() : offset(-1), year(-1) {} function in struct:FinalZone
900 map<string,FinalZone> finalZones;
916 * Predicate used to find FinalZone objects that do not map to a known
919 bool mapsToUnknownRule(const pair<const string,FinalZone>& p) {
935 void eraseRuleID(const pair<string,FinalZone>& p) {
955 finalZones[id] = FinalZone(offse
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp117 struct FinalZone;
182 void mergeFinalData(const FinalZone& fz);
731 struct FinalZone { struct
736 FinalZone(int32_t _offset, int32_t _year, const string& _ruleid) : function in struct:FinalZone
753 FinalZone() : offset(-1), year(-1) {} function in struct:FinalZone
900 map<string,FinalZone> finalZones;
916 * Predicate used to find FinalZone objects that do not map to a known
919 bool mapsToUnknownRule(const pair<const string,FinalZone>& p) {
935 void eraseRuleID(const pair<string,FinalZone>& p) {
955 finalZones[id] = FinalZone(offse
[all...]

Completed in 156 milliseconds