/external/chromium/third_party/icu/source/test/intltest/ |
D | dtptngts.cpp | 508 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()
|
D | tzregts.cpp | 395 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()
|
D | dtfmttst.cpp | 1057 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/ |
D | dtptngts.cpp | 509 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()
|
D | tzregts.cpp | 395 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()
|
D | dtfmttst.cpp | 1103 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/ |
D | calendar.cpp | 2706 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/ |
D | calendar.cpp | 2823 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()
|