Home
last modified time | relevance | path

Searched refs:testDate (Results 1 – 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Ddtptngts.cpp508 UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59); in testAPI() local
528 resultDate = sdf.format(testDate, resultDate); in testAPI()
546 testDate= LocaleTest::date(99, 9, 13, 23, 58, 59); in testAPI()
571 resultDate = enFormat->format(testDate, resultDate); in testAPI()
694 testDate= LocaleTest::date(99, 0, 13, 23, 58, 59); in testAPI()
695 formatted = formatter.format(testDate, formatted, status); in testAPI()
Dtzregts.cpp395 UDate testDate = testCal->getTime(status); in checkCalendar314() local
397 UBool inDaylightTime = testTZ->inDaylightTime(testDate, status); in checkCalendar314()
417 output = testTZ->getID(output) + " " + sdf->format(testDate, output, pos) + in checkCalendar314()
Ddtfmttst.cpp1057 UDate testDate = date(97, UCAL_SEPTEMBER, 15); in TestLocaleDateFormat() local
1066 logln((UnicodeString)"Date set to : " + dateToString(testDate)); in TestLocaleDateFormat()
1075 dfFrench->format(testDate, out); in TestLocaleDateFormat()
1080 dfUS->format(testDate, out); in TestLocaleDateFormat()
/external/icu4c/test/intltest/
Ddtptngts.cpp509 UDate testDate= LocaleTest::date(99, 0, 13, 23, 58, 59); in testAPI() local
529 resultDate = sdf.format(testDate, resultDate); in testAPI()
547 testDate= LocaleTest::date(99, 9, 13, 23, 58, 59); in testAPI()
572 resultDate = enFormat->format(testDate, resultDate); in testAPI()
695 testDate= LocaleTest::date(99, 0, 13, 23, 58, 59); in testAPI()
696 formatted = formatter.format(testDate, formatted, status); in testAPI()
Dtzregts.cpp395 UDate testDate = testCal->getTime(status); in checkCalendar314() local
397 UBool inDaylightTime = testTZ->inDaylightTime(testDate, status); in checkCalendar314()
417 output = testTZ->getID(output) + " " + sdf->format(testDate, output, pos) + in checkCalendar314()
Ddtfmttst.cpp1103 UDate testDate = date(97, UCAL_SEPTEMBER, 15); in TestLocaleDateFormat() local
1112 logln((UnicodeString)"Date set to : " + dateToString(testDate)); in TestLocaleDateFormat()
1121 dfFrench->format(testDate, out); in TestLocaleDateFormat()
1126 dfUS->format(testDate, out); in TestLocaleDateFormat()
/external/chromium/third_party/icu/source/i18n/
Dcalendar.cpp2706 int32_t testDate = date; in handleComputeJulianDay() local
2708 testDate += 7; in handleComputeJulianDay()
2712 testDate += 7 * (woy - 1); in handleComputeJulianDay()
2716 … __FILE__, __LINE__, year, year-1, testDate, julianDay+testDate, nextJulianDay); in handleComputeJulianDay()
2718 …if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+… in handleComputeJulianDay()
/external/icu4c/i18n/
Dcalendar.cpp2823 int32_t testDate = date; in handleComputeJulianDay() local
2825 testDate += 7; in handleComputeJulianDay()
2829 testDate += 7 * (woy - 1); in handleComputeJulianDay()
2833 … __FILE__, __LINE__, year, year-1, testDate, julianDay+testDate, nextJulianDay); in handleComputeJulianDay()
2835 …if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+… in handleComputeJulianDay()