Home
last modified time | relevance | path

Searched refs:yDf (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1459 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1462 yDf = ucal.fieldDifference(targetDate, YEAR); in TestFieldDifference()
1468 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference()
1471 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference()
1475 yDf = ucal.fieldDifference(targetDate, YEAR); in TestFieldDifference()
1484 …if ( yDf != tfdItem.yDiff || MDf != tfdItem.MDiff || dDf != tfdItem.dDiff || HDf != tfdItem.HDiff … in TestFieldDifference()
1487 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf); in TestFieldDifference()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1886 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1889 yDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_YEAR, &status); in TestFieldDifference()
1898 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference()
1907 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference()
1911 yDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_YEAR, &status); in TestFieldDifference()
1923 } else if ( yDf != tfdItemPtr->yDiff || in TestFieldDifference()
1931 yDf, MDf, dDf, HDf, mDf); in TestFieldDifference()