Searched refs:LC_TIME (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/android/support/include/ |
D | langinfo.h | 43 #define ABDAY_1 _NL_ITEM(LC_TIME,1) 44 #define ABDAY_2 _NL_ITEM(LC_TIME,2) 45 #define ABDAY_3 _NL_ITEM(LC_TIME,3) 46 #define ABDAY_4 _NL_ITEM(LC_TIME,4) 47 #define ABDAY_5 _NL_ITEM(LC_TIME,5) 48 #define ABDAY_6 _NL_ITEM(LC_TIME,6) 49 #define ABDAY_7 _NL_ITEM(LC_TIME,7) 52 #define DAY_1 _NL_ITEM(LC_TIME,11) 53 #define DAY_2 _NL_ITEM(LC_TIME,12) 54 #define DAY_3 _NL_ITEM(LC_TIME,13) [all …]
|
D | locale.h | 48 #define LC_TIME LC_TIME macro 67 #define LC_TIME_MASK (1 << LC_TIME)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 35 #ifndef LC_TIME 36 #error LC_TIME not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/ |
D | clocale.pass.cpp | 35 #ifndef LC_TIME 36 #error LC_TIME not defined
|
/ndk/sources/host-tools/make-3.81/config/ |
D | mdate-sh | 59 LC_TIME=C 60 export LC_TIME
|
/ndk/sources/android/support/src/musl-locale/ |
D | langinfo.c | 42 case LC_TIME: in nl_langinfo_l()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | clocale | 24 LC_TIME
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 177 return ((locale_t)__loc)->__names[LC_TIME]; in _Locale_time_name()
|