Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/time/
Dasctime_r.c10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
Dstrptime.c36 min = ABDAY_1; in strptime()
Dstrftime.c55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dasctime_r.c10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
Dstrptime.c36 min = ABDAY_1; in strptime()
Dstrftime.c55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dasctime_r.c10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
Dstrptime.c36 min = ABDAY_1; in strptime()
Dstrftime.c55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
/third_party/musl/src/time/
Dasctime_r.c10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
Dstrptime.c36 min = ABDAY_1; in strptime()
Dstrftime.c55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
/third_party/musl/ndk_musl_include/
Dlanginfo.h30 #define ABDAY_1 0x20000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlanginfo.h15 #define ABDAY_1 0x20000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlanginfo.h15 #define ABDAY_1 0x20000 macro
/third_party/musl/porting/linux/user/include/
Dlanginfo.h30 #define ABDAY_1 0x20000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dlanginfo.h15 #define ABDAY_1 0x20000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlanginfo.h15 #define ABDAY_1 0x20000 macro
/third_party/musl/include/
Dlanginfo.h15 #define ABDAY_1 0x20000 macro
/third_party/musl/libc-test/src/api/
Dlanginfo.c22 C(ABDAY_1) in f()
/third_party/musl/porting/linux/user/src/time/
Dstrftime.c83 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
Dstrptime.c164 min = ABDAY_1; in strptime()
/third_party/python/Modules/
D_localemodule.c504 LANGINFO(ABDAY_1),
/third_party/python/Doc/library/
Dlocale.rst205 .. data:: ABDAY_1 ... ABDAY_7
/third_party/glib/glib/
Dgdatetime.c201 { ABDAY_2, ABDAY_3, ABDAY_4, ABDAY_5, ABDAY_6, ABDAY_7, ABDAY_1 },