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

  /external/icu4c/i18n/
wintzimpl.cpp 36 static UBool getSystemTimeInformation(TimeZone *tz, SYSTEMTIME &daylightDate, SYSTEMTIME &standardDate, int32_t &bias, int32_t &daylightBias, int32_t &standardBias) {
50 standardDate.wYear = standardDate.wMonth = standardDate.wDayOfWeek = standardDate.wDay =
51 standardDate.wHour = standardDate.wMinute = standardDate.wSecond = standardDate.wMilliseconds = 0;
63 standardDate.wYear = 0
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_TimeZones.cpp 70 UDate standardDate;
158 row.standardDate = date2;
161 row.standardDate = date1;
165 longFormat.format(row.standardDate, row.longStd);
166 shortFormat.format(row.standardDate, row.shortStd);
191 allShortFormat.format(row.standardDate, uncommonStd);
  /external/icu4c/common/
wintz.c 38 SYSTEMTIME standardDate;
244 uprv_memcpy((char *)&tziKey.standardDate, (char*)&apiTZI.StandardDate,
245 sizeof(apiTZI.StandardDate));
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 371 milliseconds