Home
last modified time | relevance | path

Searched refs:LC_TIME (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dlanginfo_sup.c33 char *lo = setlocale(LC_TIME, ""); in langinfo_0100()
38 lo = setlocale(LC_TIME, "zh_CN.UTF-8"); in langinfo_0100()
51 char *lo = setlocale(LC_TIME, ""); in nl_langinfo_0200()
64 * @tc.desc : Assert whether the LC_TIME data type is set to zh_CN.UTF-8 through setlocale, and whether the
70 char *lo = setlocale(LC_TIME, ""); in nl_langinfo_0300()
75 lo = setlocale(LC_TIME, "zh_CN.UTF-8"); in nl_langinfo_0300()
109 lo = setlocale(LC_TIME, ""); in nl_langinfo_0500()
/third_party/musl/libc-test/src/functionalext/locale/
H A Dlanginfo.c33 char *lo = setlocale(LC_TIME, ""); in langinfo_0100()
38 lo = setlocale(LC_TIME, "zh_CN.UTF-8"); in langinfo_0100()
51 char *lo = setlocale(LC_TIME, ""); in nl_langinfo_0200()
64 * @tc.desc : Assert whether the LC_TIME data type is set to zh_CN.UTF-8 through setlocale,
71 char *lo = setlocale(LC_TIME, ""); in nl_langinfo_0300()
76 lo = setlocale(LC_TIME, "zh_CN.UTF-8"); in nl_langinfo_0300()
111 lo = setlocale(LC_TIME, ""); in nl_langinfo_0500()
/third_party/python/Lib/test/
H A Dtest_strftime.py61 from locale import setlocale, LC_TIME namespace
62 saved_locale = setlocale(LC_TIME)
63 setlocale(LC_TIME, 'C')
64 self.addCleanup(setlocale, LC_TIME, saved_locale)
H A Dtest_strptime.py18 self.assertEqual(_strptime._getlang(), locale.getlocale(locale.LC_TIME))
683 locale_info = locale.getlocale(locale.LC_TIME)
685 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8'))
694 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
708 locale.setlocale(locale.LC_TIME, locale_info)
H A Dtest_calendar.py892 oldlocale = locale.getlocale(locale.LC_TIME)
894 locale.setlocale(locale.LC_TIME, (lang, enc))
896 locale.setlocale(locale.LC_TIME, oldlocale)
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlocale.h18 #define LC_TIME 2 macro
68 #define LC_TIME_MASK (1<<LC_TIME)
/third_party/musl/porting/uniproton/kernel/include/
H A Dlocale.h18 #define LC_TIME 2 macro
68 #define LC_TIME_MASK (1<<LC_TIME)
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlocale.h20 #define LC_TIME 2 macro
70 #define LC_TIME_MASK (1<<LC_TIME)
/third_party/musl/porting/linux/user/include/
H A Dlocale.h35 #define LC_TIME 2 macro
89 #define LC_TIME_MASK (1<<LC_TIME)
/third_party/musl/include/
H A Dlocale.h20 #define LC_TIME 2 macro
80 #define LC_TIME_MASK (1<<LC_TIME)
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dmdate-sh74 LC_TIME=C
75 export LC_TIME
/third_party/musl/porting/uniproton/kernel/src/locale/
H A Dlanginfo.c46 case LC_TIME: in __nl_langinfo_l()
/third_party/musl/porting/linux/user/src/locale/
H A Dlanginfo.c66 case LC_TIME: in __nl_langinfo_l()
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A Dlanginfo.c46 case LC_TIME: in __nl_langinfo_l()
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Dlanginfo.c46 case LC_TIME: in __nl_langinfo_l()
/third_party/musl/src/locale/
H A Dlanginfo.c47 case LC_TIME: in __nl_langinfo_l()
/third_party/python/Lib/
H A Dcalendar.py554 self.oldlocale = _locale.setlocale(_locale.LC_TIME, None)
555 _locale.setlocale(_locale.LC_TIME, self.locale)
560 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
564 locale = _locale.setlocale(_locale.LC_TIME, None)
567 # The LC_TIME locale does not seem to be configured:
569 locale = _locale.setlocale(_locale.LC_TIME, None)
H A D_strptime.py28 return locale.getlocale(locale.LC_TIME)
/third_party/musl/Benchmark/musl/
H A Dlibc_locale.cpp84 benchmark::DoNotOptimize(setlocale(LC_TIME, nullptr)); in Bm_function_Setlocale_Time()
/third_party/musl/libc-test/src/api/
H A Dlocale.c44 C(LC_TIME) in f()
/third_party/cups-filters/filter/
H A Dcommon.c63 #ifdef LC_TIME in SetCommonOptions()
64 setlocale(LC_TIME, ""); in SetCommonOptions()
65 #endif /* LC_TIME */ in SetCommonOptions()
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug05.sh8 export LC_TIME="POSIX"
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
H A D2-1.c30 setlocale(LC_TIME, ""); in main()
H A D1-1.c29 setlocale(LC_TIME, "C"); in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs158 pub const LC_TIME: ::c_int = 3; consts

Completed in 12 milliseconds

12