Searched refs:ABDAY_1 (Results 1 – 25 of 25) sorted by relevance
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | asctime_r.c | 10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
|
D | strptime.c | 36 min = ABDAY_1; in strptime()
|
D | strftime.c | 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | asctime_r.c | 10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
|
D | strptime.c | 36 min = ABDAY_1; in strptime()
|
D | strftime.c | 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | asctime_r.c | 10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
|
D | strptime.c | 36 min = ABDAY_1; in strptime()
|
D | strftime.c | 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
|
/third_party/musl/src/time/ |
D | asctime_r.c | 10 __nl_langinfo_l(ABDAY_1+tm->tm_wday, C_LOCALE), in __asctime_r()
|
D | strptime.c | 36 min = ABDAY_1; in strptime()
|
D | strftime.c | 55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
|
/third_party/musl/ndk_musl_include/ |
D | langinfo.h | 30 #define ABDAY_1 0x20000 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | langinfo.h | 15 #define ABDAY_1 0x20000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | langinfo.h | 15 #define ABDAY_1 0x20000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | langinfo.h | 30 #define ABDAY_1 0x20000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | langinfo.h | 15 #define ABDAY_1 0x20000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | langinfo.h | 15 #define ABDAY_1 0x20000 macro
|
/third_party/musl/include/ |
D | langinfo.h | 15 #define ABDAY_1 0x20000 macro
|
/third_party/musl/libc-test/src/api/ |
D | langinfo.c | 22 C(ABDAY_1) in f()
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 83 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
|
D | strptime.c | 164 min = ABDAY_1; in strptime()
|
/third_party/python/Modules/ |
D | _localemodule.c | 504 LANGINFO(ABDAY_1),
|
/third_party/python/Doc/library/ |
D | locale.rst | 205 .. data:: ABDAY_1 ... ABDAY_7
|
/third_party/glib/glib/ |
D | gdatetime.c | 201 { ABDAY_2, ABDAY_3, ABDAY_4, ABDAY_5, ABDAY_6, ABDAY_7, ABDAY_1 },
|