Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c201 char *abbrev_month[12]; member
742 ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1] = (char*)malloc(size); in _Locale_time_create()
743 if (!ltime->abbrev_month[month - LOCALE_SABBREVMONTHNAME1]) in _Locale_time_create()
745 …__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, month, ltime->abbrev_month[month - LOCALE_SABBREV… in _Locale_time_create()
955 if (ltime->abbrev_month[i]) free(ltime->abbrev_month[i]); in _Locale_time_destroy()
1270 const char **names = (const char**)ltime->abbrev_month; in _Locale_abbrev_monthname()