Home
last modified time | relevance | path

Searched refs:lc_time_t (Results 1 – 8 of 8) sorted by relevance

/haiku/headers/private/libroot/locale/
H A DICUTimeData.h28 struct lc_time_t& lcTimeInfo,
66 struct lc_time_t& fLCTimeInfo;
H A DLocaleBackend.h16 struct lc_time_t;
98 const struct lc_time_t* const posixLCTimeInfo;
147 virtual const struct lc_time_t* LCTimeInfo() = 0;
H A DICULocaleBackend.h38 virtual const struct lc_time_t* LCTimeInfo();
90 struct lc_time_t fLCTimeInfo;
/haiku/headers/private/libroot/time/
H A DPosixLCTimeInfo.h16 extern const struct lc_time_t gPosixLCTimeInfo;
H A Dtimelocal.h36 struct lc_time_t { struct
/haiku/src/system/libroot/posix/locale/
H A DLocaleData.cpp227 const struct lc_time_t gPosixLCTimeInfo = {
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp141 const struct lc_time_t*
H A DICUTimeData.cpp29 ICUTimeData::ICUTimeData(pthread_key_t tlsKey, struct lc_time_t& lcTimeInfo, in ICUTimeData()