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

/haiku/src/preferences/time/
H A DZoneView.cpp347 BString countryName; local
348 country->GetName(countryName);
350 bool countryIsRegion = countryName == regionIter->second
353 fullCountryID << "/" << countryName; local
371 timeZoneName = countryName;
388 countryItem = new TimeZoneListItem(countryName.String(),

Completed in 58 milliseconds