Home
last modified time | relevance | path

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

12

/external/libcups/cups/
Dlangprintf.c263 #ifdef LC_TIME in _cupsSetLocale()
281 #ifdef LC_TIME in _cupsSetLocale()
282 if ((lc_time = setlocale(LC_TIME, NULL)) == NULL) in _cupsSetLocale()
296 setlocale(LC_TIME, new_lc_time); in _cupsSetLocale()
/external/python/cpython2/Lib/test/
Dtest_strftime.py63 from locale import setlocale, LC_TIME
64 saved_locale = setlocale(LC_TIME)
65 setlocale(LC_TIME, 'C')
66 self.addCleanup(setlocale, LC_TIME, saved_locale)
Dtest_strptime.py17 self.assertEqual(_strptime._getlang(), locale.getlocale(locale.LC_TIME))
556 locale_info = locale.getlocale(locale.LC_TIME)
558 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8'))
567 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
581 locale.setlocale(locale.LC_TIME, locale_info)
Dtest_calendar.py548 oldlocale = locale.getlocale(locale.LC_TIME)
550 locale.setlocale(locale.LC_TIME, (lang, enc))
552 locale.setlocale(locale.LC_TIME, oldlocale)
/external/python/cpython3/Lib/test/
Dtest_strftime.py61 from locale import setlocale, LC_TIME
62 saved_locale = setlocale(LC_TIME)
63 setlocale(LC_TIME, 'C')
64 self.addCleanup(setlocale, LC_TIME, saved_locale)
Dtest_strptime.py17 self.assertEqual(_strptime._getlang(), locale.getlocale(locale.LC_TIME))
668 locale_info = locale.getlocale(locale.LC_TIME)
670 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8'))
679 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
693 locale.setlocale(locale.LC_TIME, locale_info)
Dtest_calendar.py842 oldlocale = locale.getlocale(locale.LC_TIME)
844 locale.setlocale(locale.LC_TIME, (lang, enc))
846 locale.setlocale(locale.LC_TIME, oldlocale)
/external/libcxx/test/std/depr/depr.c.headers/
Dlocale_h.pass.cpp35 #ifndef LC_TIME
36 #error LC_TIME not defined
/external/libcxx/test/std/localization/c.locales/
Dclocale.pass.cpp37 #ifndef LC_TIME
38 #error LC_TIME not defined
/external/python/cpython2/Modules/_ctypes/libffi/
Dmdate-sh74 LC_TIME=C
75 export LC_TIME
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h40 #define LC_TIME_MASK (1 << LC_TIME)
/external/libcups/filter/
Dcommon.c55 #ifdef LC_TIME in SetCommonOptions()
56 setlocale(LC_TIME, ""); in SetCommonOptions()
/external/e2fsprogs/lib/ss/
Dmk_cmds.sh.in12 LC_TELEPHONE LC_TIME
/external/libcxx/include/
Dclocale24 LC_TIME
/external/python/cpython2/Lib/
Dcalendar.py494 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
495 _locale.setlocale(_locale.LC_TIME, self.locale)
496 return _locale.getlocale(_locale.LC_TIME)[1]
499 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
D_strptime.py29 return locale.getlocale(locale.LC_TIME)
Dlocale.py58 LC_TIME = 2 variable
/external/e2fsprogs/lib/et/
Dcompile_et.sh.in21 LC_TELEPHONE LC_TIME
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
Dcpuhotplug05.sh8 export LC_TIME="POSIX"
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
D2-1.c30 setlocale(LC_TIME, ""); in main()
D1-1.c29 setlocale(LC_TIME, "C"); in main()
/external/e2fsprogs/tests/
Dtest_config5 …ATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
/external/python/cpython3/Lib/
Dcalendar.py551 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
552 _locale.setlocale(_locale.LC_TIME, self.locale)
555 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
/external/e2fsprogs/intl/
Ddcigettext.c1097 #ifdef LC_TIME in category_to_name()
1098 case LC_TIME: in category_to_name()
/external/lua/src/
Dloslib.c363 LC_NUMERIC, LC_TIME}; in os_setlocale()

12