Searched refs:sDf (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1554 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1562 sDf = ucal.fieldDifference(targetDate, SECOND); in TestFieldDifference() 1563 …|| dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff || sDf != tfdItem.sDiff ) { in TestFieldDifference() 1566 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1585 sDf = ucal.fieldDifference(targetDate, SECOND); in TestFieldDifference() 1586 if ( sDf != 0x7FFFFFFF && sDf != tfdItem.sDiff ) { in TestFieldDifference() 1588 tfdItem.sDiff + ", got " + sDf); in TestFieldDifference()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 1551 int yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1559 sDf = ucal.fieldDifference(targetDate, SECOND); in TestFieldDifference() 1560 …|| dDf != tfdItem.dDiff || HDf != tfdItem.HDiff || mDf != tfdItem.mDiff || sDf != tfdItem.sDiff ) { in TestFieldDifference() 1563 yDf +","+ MDf +","+ dDf +","+ HDf +","+ mDf +","+ sDf); in TestFieldDifference() 1582 sDf = ucal.fieldDifference(targetDate, SECOND); in TestFieldDifference() 1583 if ( sDf != 0x7FFFFFFF && sDf != tfdItem.sDiff ) { in TestFieldDifference() 1585 tfdItem.sDiff + ", got " + sDf); in TestFieldDifference()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1894 int32_t yDf, MDf, dDf, HDf, mDf, sDf; in TestFieldDifference() local 1902 sDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_SECOND, &status); in TestFieldDifference() 1911 sDf != tfdItemPtr->sDiff ) { in TestFieldDifference() 1915 yDf, MDf, dDf, HDf, mDf, sDf); in TestFieldDifference() 1942 sDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_SECOND, &status); in TestFieldDifference() 1947 } else if (sDf != tfdItemPtr->sDiff) { in TestFieldDifference() 1949 … tfdItemPtr->locale, tfdItemPtr->start, tfdItemPtr->target, tfdItemPtr->sDiff, sDf); in TestFieldDifference()
|