Searched refs:month (Results 1 – 6 of 6) sorted by relevance
/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/third_party/googletest/googletest/test/ |
D | gtest_xml_output_unittest.py | 181 year=int(match.group(1)), month=int(match.group(2)),
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | png.h | 686 png_byte month; /* month of year, 1 - 12 */ member
|