HomeSort by relevance Sort by last modified time
    Searched refs:UDate (Results 251 - 275 of 305) sorted by null

<<111213

  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 220 UDate
228 UDate
japancal.cpp 466 UDate JapaneseCalendar::defaultCenturyStart() const
smpdtfmt.cpp 724 void SimpleDateFormat::parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status)
774 UDate t = cal.getTime(status);
    [all...]
fmtable.cpp 115 Formattable::Formattable(UDate date, ISDATE /*isDate*/)
542 Formattable::setDate(UDate d)
gregoimp.cpp 63 // crashing. For example, UDate values above a ~10^25
134 void Grego::timeToFields(UDate time, int32_t& year, int32_t& month,
  /external/chromium_org/third_party/icu/source/test/cintltst/
utmstest.c 449 UDate icuDate;
456 ucal_setGregorianChange(cal, -1000000 * (dayMillis * (UDate)1), &errorCode);
  /external/icu4c/test/cintltst/
utmstest.c 449 UDate icuDate;
456 ucal_setGregorianChange(cal, -1000000 * (dayMillis * (UDate)1), &errorCode);
  /external/icu4c/test/intltest/
tmsgfmt.cpp 251 Formattable("Disk"), Formattable(UDate((int32_t)1000000000L), Formattable::kIsDate)
394 Formattable(UDate(8.71068e+011), Formattable::kIsDate),
430 Formattable(UDate(8.71068e+011), Formattable::kIsDate),
    [all...]
miscdtfm.cpp 158 UDate d = Calendar::getNow();
tzoffloc.cpp 78 // Expected offsets by void getOffset(UDate date, UBool local, int32_t& rawOffset,
80 // or void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
99 // Expected offsets by void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt,
183 UDate MILLIS[NUM_DATES];
219 // Test getOffset(UDate date, UBool local, int32_t& rawOffset,
238 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
259 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
280 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
301 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc 252 UDate now = icu::Calendar::getNow();
  /external/chromium_org/third_party/icu/source/common/unicode/
utypes.h 307 typedef double UDate;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 291 void T_CTEST_EXPORT2 str_timeDelta(char *str, UDate deltaTime) {
306 static void print_timeDelta(UDate deltaTime) {
332 UDate allStartTime = -1, allStopTime = -1;
370 UDate startTime, stopTime;
    [all...]
  /external/icu4c/common/unicode/
utypes.h 205 typedef double UDate;
217 * Maximum UDate value
223 * Minimum UDate value
  /external/icu4c/i18n/
japancal.cpp 466 UDate JapaneseCalendar::defaultCenturyStart() const
smpdtfmt.cpp 799 void SimpleDateFormat::parseAmbiguousDatesAsAfter(UDate startDate, UErrorCode& status)
854 UDate t = cal.getTime(status);
    [all...]
tzgnames.cpp 278 UDate date, UnicodeString& name) const;
310 UDate date, UnicodeString& name) const;
470 TZGNCore::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const {
621 TZGNCore::formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const {
    [all...]
calendar.cpp 1027 UDate U_EXPORT2
    [all...]
fmtable.cpp 118 Formattable::Formattable(UDate date, ISDATE /*isDate*/)
562 Formattable::setDate(UDate d)
reldtfmt.cpp 296 UDate
304 UDate
gregoimp.cpp 63 // crashing. For example, UDate values above a ~10^25
134 void Grego::timeToFields(UDate time, int32_t& year, int32_t& month,
  /external/icu4c/tools/ctestfw/
ctest.c 291 void T_CTEST_EXPORT2 str_timeDelta(char *str, UDate deltaTime) {
306 static void print_timeDelta(UDate deltaTime) {
332 UDate allStartTime = -1, allStopTime = -1;
370 UDate startTime, stopTime;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
miscdtfm.cpp 158 UDate d = Calendar::getNow();
tzoffloc.cpp 78 // Expected offsets by void getOffset(UDate date, UBool local, int32_t& rawOffset,
80 // or void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
99 // Expected offsets by void getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt,
183 UDate MILLIS[NUM_DATES];
219 // Test getOffset(UDate date, UBool local, int32_t& rawOffset,
238 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
259 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
280 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
301 // Test getOffsetFromLocal(UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 165 UDate date;

Completed in 1373 milliseconds

<<111213