Searched refs:LC_TIME (Results 1 – 14 of 14) 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 | 47 #define LC_TIME LC_TIME macro 66 #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/sed-4.2.1/m4/ |
D | locale-fr.m4 | 62 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 63 # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the 67 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 71 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 75 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 79 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 83 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 159 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 160 # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the 164 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then [all …]
|
D | locale-ja.m4 | 66 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 67 # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the 71 if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 75 if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 79 if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 83 if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 87 if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
|
D | locale-zh.m4 | 67 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because 68 # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the 72 if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 76 if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
|
/ndk/sources/host-tools/make-3.81/config/ |
D | mdate-sh | 59 LC_TIME=C 60 export LC_TIME
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | mdate-sh | 58 LC_TIME=C 59 export LC_TIME
|
D | help2man | 189 setlocale LC_TIME, 'C';
|
/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()
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 5685 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 5689 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 5693 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 5697 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 5701 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 9250 if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 9254 if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 9258 if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 9262 if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then 9266 if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then [all …]
|