/external/icu/icu4c/source/test/intltest/ |
D | incaltst.cpp | 227 UDate timeA = Calendar::getNow(); in TestGregorian() 243 UDate timeB = Calendar::getNow(); in TestGregorian() 267 UDate timeA = Calendar::getNow(); in TestBuddhist() 296 UDate timeB = Calendar::getNow(); in TestBuddhist() 317 UDate timeA = Calendar::getNow(); in TestTaiwan() 347 UDate timeB = Calendar::getNow(); in TestTaiwan() 368 UDate timeA = Calendar::getNow(); in TestJapanese() 400 UDate timeB = Calendar::getNow(); in TestJapanese() 762 UDate timeA = Calendar::getNow(); in TestPersian() 769 UDate timeB = Calendar::getNow(); in TestPersian()
|
D | dtfmapts.cpp | 99 UDate start = Calendar::getNow(); in TestEquals() 100 while (Calendar::getNow() == start) ; // Wait for time to change in TestEquals()
|
D | tzfmttst.cpp | 584 timer = Calendar::getNow(); in RunTimeRoundTripTests() 708 UDate elapsedTime = Calendar::getNow() - timer; in RunTimeRoundTripTests() 997 UDate d = Calendar::getNow(); in TestISOFormat() 1276 UDate now = Calendar::getNow(); in TestFormatCustomZone() 1310 UDate now = Calendar::getNow(); in TestFormatTZDBNamesAllZoneCoverage()
|
D | tsdate.cpp | 124 UDate now = Calendar::getNow(); in testFormat()
|
D | dadrfmt.cpp | 124 UDate now = Calendar::getNow(); in testConvertDate()
|
D | miscdtfm.cpp | 157 UDate d = Calendar::getNow(); in test4099975()
|
/external/icu/icu4c/source/i18n/ |
D | buddhcal.cpp | 38 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in BuddhistCalendar() 153 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | taiwncal.cpp | 38 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in TaiwanCalendar() 159 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | gregocal.cpp | 160 setTimeInMillis(getNow(), status); in GregorianCalendar() 171 setTimeInMillis(getNow(), status); in GregorianCalendar() 182 setTimeInMillis(getNow(), status); in GregorianCalendar() 193 setTimeInMillis(getNow(), status); in GregorianCalendar() 205 setTimeInMillis(getNow(), status); in GregorianCalendar() 217 setTimeInMillis(getNow(), status); in GregorianCalendar() 1294 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | persncal.cpp | 84 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in PersianCalendar() 268 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | indiancal.cpp | 45 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in IndianCalendar() 376 calendar.setTime ( Calendar::getNow(), status ); in initializeSystemDefaultCentury()
|
D | cecal.cpp | 54 setTimeInMillis(getNow(), success); in CECalendar()
|
D | coptccal.cpp | 113 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | hebrwcal.cpp | 161 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in HebrewCalendar() 703 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | reldtfmt.cpp | 258 cal.setTime(Calendar::getNow(),status); in parse() 290 tempCal->setTime(Calendar::getNow(),status); in parse() 582 nowCal->setTime(Calendar::getNow(), status); in dayDifference()
|
D | chnsecal.cpp | 131 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in ChineseCalendar() 141 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in ChineseCalendar() 872 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | islamcal.cpp | 238 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in IslamicCalendar() 745 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | ethpccal.cpp | 153 calendar.setTime(Calendar::getNow(), status); in initializeSystemDefaultCentury()
|
D | japancal.cpp | 118 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in JapaneseCalendar()
|
D | astro.cpp | 245 …fTime(Calendar::getNow()), fLongitude(0.0), fLatitude(0.0), fGmtOffset(0.0), moonPosition(0,0), mo… in CalendarAstronomer() 275 fTime(Calendar::getNow()), moonPosition(0,0), moonPositionSet(FALSE) { in CalendarAstronomer()
|
D | ucal.cpp | 124 UDate d = Calendar::getNow(); in ucal_getDSTSavings() 145 return Calendar::getNow(); in ucal_getNow()
|
/external/icu/icu4c/source/samples/msgfmt/answers/ |
D | main_2.cpp | 38 msgArgs[1].setDate(Calendar::getNow()); in main()
|
D | main_3.cpp | 38 msgArgs[1].setDate(Calendar::getNow()); in main()
|
/external/icu/icu4c/source/samples/msgfmt/ |
D | main.cpp | 38 msgArgs[1].setDate(Calendar::getNow()); in main()
|
D | README.TXT | 64 arguments (use argc-1), and d is the date (use Calendar::getNow()).
|