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

  /external/stlport/src/c_locale_win32/
c_locale_win32.c 201 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);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 201 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);
    [all...]

Completed in 753 milliseconds