HomeSort by relevance Sort by last modified time
    Searched refs:ucal_getNow (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/test/intltest/
callimts.cpp 366 UDate millis = ucal_getNow();
372 : ucal_getNow() < millis;
374 if (ucal_getNow() >= mark) {
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/samples/date/
date.c 343 return ucal_getNow();
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 93 ucal_setMillis(cal, ucal_getNow(), &status);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 665 ucal_getNow(void);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 212 date1 = ucal_getNow();
udatpg_test.c 364 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
368 /* cannot use the result from ucal_getNow() because the value change evreyday. */
cdtrgtst.c 63 today = ucal_getNow();
cdattst.c 402 run right at midnight Pacific time and the call to ucal_getNow() is before midnight
430 ucal_setMillis(ucal, ucal_getNow(), &status);
    [all...]
ccaltst.c 340 /*Testing the current time and date using ucal_getnow()*/
341 log_verbose("\nTesting the ucal_getNow function to check if it is fetching tbe current time\n");
342 now=ucal_getNow();
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 125 ucal_getNow()
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 1068 milliseconds