Searched refs:month (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | mdate-sh | 98 month= 100 until test $month 106 Jan) month=January; nummonth=1;; 107 Feb) month=February; nummonth=2;; 108 Mar) month=March; nummonth=3;; 109 Apr) month=April; nummonth=4;; 110 May) month=May; nummonth=5;; 111 Jun) month=June; nummonth=6;; 112 Jul) month=July; nummonth=7;; 113 Aug) month=August; nummonth=8;; [all …]
|
D | texinfo.tex | 3264 \ifcase\month
|
/ndk/sources/host-tools/make-3.81/config/ |
D | mdate-sh | 95 month= 97 until test $month 103 Jan) month=January; nummonth=1;; 104 Feb) month=February; nummonth=2;; 105 Mar) month=March; nummonth=3;; 106 Apr) month=April; nummonth=4;; 107 May) month=May; nummonth=5;; 108 Jun) month=June; nummonth=6;; 109 Jul) month=July; nummonth=7;; 110 Aug) month=August; nummonth=8;; [all …]
|
D | texinfo.tex | 2375 \ifcase\month
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 200 char *month[12]; member 714 int size, month, dayofweek; in _Locale_time_create() local 732 for (month = LOCALE_SMONTHNAME1; month <= LOCALE_SMONTHNAME12; ++month) { /* Small hack :-) */ in _Locale_time_create() 733 size = GetLocaleInfoA(ltime->lc.id, month, NULL, 0); in _Locale_time_create() 734 ltime->month[month - LOCALE_SMONTHNAME1] = (char*)malloc(size); in _Locale_time_create() 735 if (!ltime->month[month - LOCALE_SMONTHNAME1]) in _Locale_time_create() 737 …__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, month, ltime->month[month - LOCALE_SMONTHNAME1], … in _Locale_time_create() 740 for (month = LOCALE_SABBREVMONTHNAME1; month <= LOCALE_SABBREVMONTHNAME12; ++month) { in _Locale_time_create() 741 size = GetLocaleInfoA(ltime->lc.id, month, NULL, 0); in _Locale_time_create() 742 ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1] = (char*)malloc(size); in _Locale_time_create() [all …]
|
D | c_wlocale_win32.c | 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month, in _WLocale_full_monthname() argument 294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; } in _WLocale_full_monthname() 296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month, in _WLocale_abbrev_monthname() argument 298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; } in _WLocale_abbrev_monthname()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | locale-fr.m4 | 48 /* Check whether in the abbreviation of the second month, the second 142 /* Check whether in the abbreviation of the second month, the second
|
D | locale-zh.m4 | 51 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
|
D | locale-ja.m4 | 54 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 5662 /* Check whether in the abbreviation of the second month, the second 9229 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. 9340 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. 9439 /* Check whether in the abbreviation of the second month, the second
|