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

/haiku/src/preferences/time/
H A DZoneView.cpp355 BString timeZoneName; local
361 timeZoneName = timeZone->Name();
362 int32 openParenthesisPos = timeZoneName.FindFirst('(');
364 timeZoneName.Remove(0, openParenthesisPos + 1);
365 int32 closeParenthesisPos = timeZoneName.FindLast(')');
367 timeZoneName.Truncate(closeParenthesisPos);
369 fullZoneID << "/" << timeZoneName; local
371 timeZoneName = countryName;
396 zoneItem = new TimeZoneListItem(timeZoneName.String(),
400 zoneItem = new TimeZoneListItem(timeZoneName
[all...]

Completed in 77 milliseconds