Home
last modified time | relevance | path

Searched refs:LC_TIME (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/posix/
H A Dlocale.h44 #define LC_TIME 5 macro
56 #define LC_TIME_MASK (1 << (LC_TIME - 1))
/haiku/src/system/libroot/posix/glibc/locale/
H A Dxlocale.c41 [LC_TIME] = &_nl_C_LC_TIME,
H A Dlocale.h38 #define LC_TIME __LC_TIME macro
H A Dcategories.def207 LC_TIME, "LC_TIME",
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp121 case LC_TIME: in SetLocale()
407 case LC_TIME: in _QueryLocale()
449 case LC_TIME: in _SetPosixLocale()
/haiku/data/etc/
H A Dprofile75 export LC_TIME=`locale --time`
/haiku/data/system/boot/
H A DSetupEnvironment42 export LC_TIME=`locale --time`
/haiku/src/bin/network/telnetd/
H A Dutility.c469 setlocale(LC_TIME, ""); in putf()
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp534 setlocale(LC_TIME, locale); in test_strftime()
659 setlocale(LC_TIME, locale); in test_strptime()
H A Dwcs_test.cpp2611 setlocale(LC_TIME, locale); in test_wcsftime()