Searched refs:day (Results 1 - 7 of 7) sorted by relevance

/ndk/sources/host-tools/make-3.81/config/
H A Dmdate-sh131 # $3 = day
138 # $1 = day
160 ???*) day=$1;;
161 *) day=$3; shift;;
165 # the time of day or the year.
192 echo $day $month $year
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dmdate-sh134 # $3 = day
141 # $1 = day
163 ???*) day=$1;;
164 *) day=$3; shift;;
168 # the time of day or the year.
195 echo $day $month $year
H A Dtexinfo.tex3263 \number\day\space
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c300 const wchar_t * _WLocale_full_dayofweek(_Locale_time_t * ltime, int day, argument
302 { GetLocaleInfoW(ltime->lc.id, LOCALE_SDAYNAME1 + day, buf, (int)bufSize); return buf; }
304 const wchar_t * _WLocale_abbrev_dayofweek(_Locale_time_t * ltime, int day, argument
306 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVDAYNAME1 + day, buf, (int)bufSize); return buf; }
H A Dc_locale_win32.c1274 const char * _Locale_full_dayofweek(_Locale_time_t * ltime, int day) { argument
1276 return names[day];
1279 const char * _Locale_abbrev_dayofweek(_Locale_time_t * ltime, int day) { argument
1281 return names[day];
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_xml_output_unittest.py182 day=int(match.group(3)), hour=int(match.group(4)),
/ndk/tests/build/issue20862-libpng-O0/jni/
H A Dpng.h687 png_byte day; /* day of month, 1 - 31 */ member in struct:png_time_struct
688 png_byte hour; /* hour of day, 0 - 23 */

Completed in 463 milliseconds