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

/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/posix/time/
H A Dlocaltime.cpp52 GetCurrentLocaleBackend()->TZSet(timeZoneID, getenv("TZ"));
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp328 ICULocaleBackend::TZSet(const char* timeZoneID, const char* tz) function in class:BPrivate::Libroot::ICULocaleBackend
332 return fTimeConversion.TZSet(timeZoneID, tz);
H A DICUTimeConversion.cpp47 ICUTimeConversion::TZSet(const char* timeZoneID, const char* tz) function in class:BPrivate::Libroot::ICUTimeConversion
106 // in the first TZSet, causing problems for future

Completed in 75 milliseconds