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

/haiku/headers/private/locale/
H A DTimeZonePrivate.h14 Private(const BTimeZone* timeZone = NULL)
16 fTimeZone(timeZone)
21 SetTo(const BTimeZone* timeZone) argument
23 fTimeZone = timeZone;
/haiku/src/preferences/time/
H A DTimeZoneListItem.h23 BCountry* country, BTimeZone* timeZone);
40 void SetTimeZone(BTimeZone* timeZone);
H A DTimeZoneListItem.cpp30 BTimeZone* timeZone)
34 fTimeZone(timeZone),
101 TimeZoneListItem::SetTimeZone(BTimeZone* timeZone) argument
104 fTimeZone = timeZone;
29 TimeZoneListItem(const char* text, BCountry* country, BTimeZone* timeZone) argument
H A DZoneView.cpp308 for (int tz = 0; zoneList.FindString("timeZone", tz, &zoneID) == B_OK
326 BTimeZone* timeZone local
328 if (timeZone == NULL)
361 timeZoneName = timeZone->Name();
378 delete timeZone;
397 NULL, timeZone);
401 country, timeZone);
407 if (timeZone->ID() == defaultTimeZone.ID()) {
542 const BTimeZone& timeZone = item->TimeZone(); local
544 MutableLocaleRoster::Default()->SetDefaultTimeZone(timeZone);
556 _FormatTime(const BTimeZone& timeZone) argument
[all...]
H A DZoneView.h49 BString _FormatTime(const BTimeZone& timeZone);
/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp35 const char* timeZone; member in struct:Test
68 BTimeZone timeZone(tests[i].timeZone);
78 B_SHORT_TIME_FORMAT, &timeZone);
91 B_SHORT_TIME_FORMAT, &timeZone);
104 B_SHORT_TIME_FORMAT, &timeZone);
119 const char* timeZone; member in struct:Value
146 BTimeZone timeZone(values[i].timeZone);
152 &timeZone);
[all...]
/haiku/src/kits/locale/
H A DDurationFormat.cpp100 BDurationFormat::SetTimeZone(const BTimeZone* timeZone) argument
106 if (timeZone == NULL) {
114 zonePrivate.SetTo(timeZone);
H A DDateTimeFormat.cpp126 const BTimeZone* timeZone) const
134 if (timeZone != NULL) {
136 TimeZone::createTimeZone(timeZone->ID().String()));
H A DDateFormat.cpp104 const BDateFormatStyle style, const BTimeZone* timeZone) const
110 if (timeZone != NULL) {
112 TimeZone::createTimeZone(timeZone->ID().String()));
131 const BDateFormatStyle style, const BTimeZone* timeZone) const
145 if (timeZone != NULL) {
147 TimeZone::createTimeZone(timeZone->ID().String()));
H A DTimeFormat.cpp88 const BTimeFormatStyle style, const BTimeZone* timeZone) const
94 if (timeZone != NULL) {
96 TimeZone::createTimeZone(timeZone->ID().String()));
H A DLocaleRosterData.cpp596 TimeZone* timeZone = TimeZone::createTimeZone(newZone.ID().String()); local
597 if (timeZone == NULL)
599 TimeZone::adoptDefault(timeZone);
/haiku/headers/os/locale/
H A DDurationFormat.h39 status_t SetTimeZone(const BTimeZone* timeZone);
H A DDateTimeFormat.h52 const BTimeZone* timeZone = NULL) const;
H A DDateFormat.h60 const BTimeZone* timeZone = NULL) const;
63 const BTimeZone* timeZone = NULL) const;
H A DTimeFormat.h36 const BTimeZone* timeZone = NULL) const;

Completed in 262 milliseconds