Home
last modified time | relevance | path

Searched refs:LC_TIME (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/include/
Dlanginfo.h43 #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 …]
Dlocale.h48 #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/
Dlocale_h.pass.cpp35 #ifndef LC_TIME
36 #error LC_TIME not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/c.locales/
Dclocale.pass.cpp35 #ifndef LC_TIME
36 #error LC_TIME not defined
/ndk/sources/host-tools/make-3.81/config/
Dmdate-sh59 LC_TIME=C
60 export LC_TIME
/ndk/sources/android/support/src/musl-locale/
Dlanginfo.c42 case LC_TIME: in nl_langinfo_l()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dclocale24 LC_TIME
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c177 return ((locale_t)__loc)->__names[LC_TIME]; in _Locale_time_name()