/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 203 char *abbrev_dayofweek[7]; member in struct:_Locale_time 760 ltime->abbrev_dayofweek[dayindex] = (char*)malloc(size); 761 if (!ltime->abbrev_dayofweek[dayindex]) 763 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, dayofweek, ltime->abbrev_dayofweek[dayindex], size, wbuf80, 80); [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 203 char *abbrev_dayofweek[7]; member in struct:_Locale_time 760 ltime->abbrev_dayofweek[dayindex] = (char*)malloc(size); 761 if (!ltime->abbrev_dayofweek[dayindex]) 763 __GetLocaleInfoUsingACP(ltime->lc.id, ltime->cp, dayofweek, ltime->abbrev_dayofweek[dayindex], size, wbuf80, 80); [all...] |