Home
last modified time | relevance | path

Searched refs:sDf (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
1467 sDf = ucal.fieldDifference(targetDate, SECOND); in TestFieldDifference()
1468 …|| dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff || sDf != tfdItem.sDiff ) { in TestFieldDifference()
1471 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference()
1490 sDf = ucal.fieldDifference(targetDate, SECOND); in TestFieldDifference()
1491 if ( sDf != 0x7FFFFFFF && sDf != tfdItem.sDiff ) { in TestFieldDifference()
1493 tfdItem.sDiff + ", got " + sDf); in TestFieldDifference()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1886 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local
1894 sDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_SECOND, &status); in TestFieldDifference()
1903 sDf != tfdItemPtr->sDiff ) { in TestFieldDifference()
1907 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference()
1934 sDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_SECOND, &status); in TestFieldDifference()
1939 } else if (sDf != tfdItemPtr->sDiff) { in TestFieldDifference()
1941 … tfdItemPtr->locale, tfdItemPtr->start, tfdItemPtr->target, tfdItemPtr->sDiff, sDf); in TestFieldDifference()