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

/haiku/src/servers/launch/
H A DInitRealTimeClockJob.cpp88 BString timeZoneID; local
89 if (settings.FindString("timezone", &timeZoneID) != B_OK) {
93 int32 timeZoneOffset = BTimeZone(timeZoneID.String()).OffsetFromGMT();
95 _kern_set_timezone(timeZoneOffset, timeZoneID.String(),
96 timeZoneID.Length());
98 timeZoneID.String(), timeZoneOffset);
/haiku/src/system/libroot/posix/time/
H A Dlocaltime.cpp49 char timeZoneID[B_FILE_NAME_LENGTH] = { "GMT" }; local
50 _kern_get_timezone(NULL, timeZoneID, sizeof(timeZoneID));
52 GetCurrentLocaleBackend()->TZSet(timeZoneID, getenv("TZ"));
/haiku/headers/private/libroot/locale/
H A DICUTimeConversion.h29 status_t TZSet(const char* timeZoneID, const char* tz);
H A DICULocaleBackend.h69 virtual status_t TZSet(const char* timeZoneID, const char* tz);
H A DLocaleBackend.h179 virtual status_t TZSet(const char* timeZoneID,
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp47 ICUTimeConversion::TZSet(const char* timeZoneID, const char* tz) argument
96 if (strcasecmp(fTimeZoneID, timeZoneID) == 0) {
101 strlcpy(fTimeZoneID, timeZoneID, sizeof(fTimeZoneID));
H A DICULocaleBackend.cpp328 ICULocaleBackend::TZSet(const char* timeZoneID, const char* tz) argument
332 return fTimeConversion.TZSet(timeZoneID, tz);
/haiku/src/kits/locale/
H A DLocaleRosterData.cpp501 BString timeZoneID; local
502 if (settings.FindString(kTimezoneField, &timeZoneID) == B_OK)
503 _SetDefaultTimeZone(BTimeZone(timeZoneID.String()));

Completed in 65 milliseconds