Searched defs:dayofweek (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c202 char *dayofweek[7]; member in struct:_Locale_time
714 int size, month, dayofweek; local
748 for (dayofweek = LOCALE_SDAYNAME1; dayofweek <= LOCALE_SDAYNAME7; ++dayofweek) {
749 int dayindex = ( dayofweek != LOCALE_SDAYNAME7 ) ? dayofweek - LOCALE_SDAYNAME1 + 1 : 0;
750 size = GetLocaleInfoA(ltime->lc.id, dayofweek, NULL, 0);
751 ltime->dayofweek[dayindex] = (char*)malloc(size);
752 if (!ltime->dayofweek[dayinde
[all...]

Completed in 55 milliseconds