Home
last modified time | relevance | path

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

/external/stlport/src/c_locale_win32/
Dc_locale_win32.c203 char *abbrev_dayofweek[7]; member
760 ltime->abbrev_dayofweek[dayindex] = (char*)malloc(size); in _Locale_time_create()
761 if (!ltime->abbrev_dayofweek[dayindex]) in _Locale_time_create()
763 …__GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, dayofweek, ltime->abbrev_dayofweek[dayindex], siz… in _Locale_time_create()
960 if (ltime->abbrev_dayofweek[i]) free(ltime->abbrev_dayofweek[i]); in _Locale_time_destroy()
1280 const char **names = (const char**)ltime->abbrev_dayofweek; in _Locale_abbrev_dayofweek()