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

/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c201 char *abbrev_month[12]; member in struct:_Locale_time
742 ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1] = (char*)malloc(size);
743 if (!ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1])
745 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, month, ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1], size, wbuf80, 80);
955 if (ltime->abbrev_month[i]) free(ltime->abbrev_month[i]);
1270 const char **names = (const char**)ltime->abbrev_month;

Completed in 69 milliseconds