HomeSort by relevance Sort by last modified time
    Searched refs:abbrev_dayofweek (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 36 milliseconds