Searched refs:dDf (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1549 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1554 dDf = ucal.fieldDifference(targetDate, DATE); in TestFieldDifference() 1558 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1561 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1569 dDf = ucal.fieldDifference(targetDate, DATE); in TestFieldDifference() 1574 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1577 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1548 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1553 dDf = ucal.fieldDifference(targetDate, DATE); in TestFieldDifference() 1557 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1560 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1568 dDf = ucal.fieldDifference(targetDate, DATE); in TestFieldDifference() 1573 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference() 1576 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1894 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1899 dDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_DATE, &status); in TestFieldDifference() 1908 dDf != tfdItemPtr->dDiff || in TestFieldDifference() 1915 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference() 1923 dDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_DATE, &status); in TestFieldDifference() 1933 dDf != tfdItemPtr->dDiff || in TestFieldDifference() 1939 yDf, MDf, dDf, HDf, mDf); in TestFieldDifference()
|