Searched refs:D_FMT (Results 1 – 22 of 22) sorted by relevance
/third_party/musl/ndk_musl_include/ |
D | langinfo.h | 76 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/linux/user/include/ |
D | langinfo.h | 76 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/include/ |
D | langinfo.h | 61 #define D_FMT 0x20029 macro
|
/third_party/musl/libc-test/src/api/ |
D | langinfo.c | 10 C(D_FMT) in f()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
D | strftime.c | 156 item = D_FMT; in __strftime_fmt_1()
|
/third_party/musl/porting/linux/user/src/time/ |
D | strftime.c | 216 item = D_FMT; in __strftime_fmt_1()
|
D | strptime.c | 352 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
|
/third_party/python/Modules/ |
D | _localemodule.c | 553 LANGINFO(D_FMT),
|
/third_party/python/Doc/library/ |
D | locale.rst | 180 .. data:: D_FMT
|
/third_party/glib/glib/ |
D | gdatetime.c | 195 #define PREFERRED_DATE_FMT nl_langinfo (D_FMT)
|
/third_party/glib/ |
D | meson.build | 1111 str = nl_langinfo (D_FMT);
|