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

/haiku/src/preferences/time/
H A DZoneView.cpp317 ZonesByCountyMap::const_iterator countryIter = zonesByCountryMap.begin(); local
318 for (; countryIter != zonesByCountryMap.end(); ++countryIter) {
319 const char* countryCode = countryIter->first.String();
323 size_t zoneCountInCountry = countryIter->second.size();
325 BString zoneID(countryIter->second[tz]);
385 ZoneItemMap::iterator countryIter local
387 if (countryIter == zoneItemMap.end()) {
394 countryItem = countryIter->second;

Completed in 13 milliseconds