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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 202 char *dayofweek[7]; member in struct:_Locale_time
714 int size, month, dayofweek; local
748 for (dayofweek = LOCALE_SDAYNAME1; dayofweek <= LOCALE_SDAYNAME7; ++dayofweek) {
749 int dayindex = ( dayofweek != LOCALE_SDAYNAME7 ) ? dayofweek - LOCALE_SDAYNAME1 + 1 : 0;
750 size = GetLocaleInfoA(ltime->lc.id, dayofweek, NULL, 0);
751 ltime->dayofweek[dayindex] = (char*)malloc(size);
752 if (!ltime->dayofweek[dayindex]
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 202 char *dayofweek[7]; member in struct:_Locale_time
714 int size, month, dayofweek; local
748 for (dayofweek = LOCALE_SDAYNAME1; dayofweek <= LOCALE_SDAYNAME7; ++dayofweek) {
749 int dayindex = ( dayofweek != LOCALE_SDAYNAME7 ) ? dayofweek - LOCALE_SDAYNAME1 + 1 : 0;
750 size = GetLocaleInfoA(ltime->lc.id, dayofweek, NULL, 0);
751 ltime->dayofweek[dayindex] = (char*)malloc(size);
752 if (!ltime->dayofweek[dayindex]
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_monthcalendar.h 80 int32_t dayofweek,
cfwl_monthcalendar.cpp 891 int32_t dayofweek,
896 iDayOfWeek(dayofweek),
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 211 milliseconds