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

  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 330 UDate millis = ucal_getNow();
336 : ucal_getNow() < millis;
338 if (ucal_getNow() >= mark) {
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 330 UDate millis = ucal_getNow();
336 : ucal_getNow() < millis;
338 if (ucal_getNow() >= mark) {
numfmtst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/samples/date/
date.c 339 return ucal_getNow();
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 90 ucal_setMillis(cal, ucal_getNow(), &status);
  /external/icu/icu4c/source/samples/date/
date.c 339 return ucal_getNow();
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 91 ucal_setMillis(cal, ucal_getNow(), &status);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h 661 ucal_getNow(void);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtdptst.c 208 date1 = ucal_getNow();
udatpg_test.c 361 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
365 /* cannot use the result from ucal_getNow() because the value change evreyday. */
cdtrgtst.c 61 today = ucal_getNow();
cdattst.c 385 run right at midnight Pacific time and the call to ucal_getNow() is before midnight
413 ucal_setMillis(ucal, ucal_getNow(), &status);
    [all...]
ccaltst.c 331 /*Testing the current time and date using ucal_getnow()*/
332 log_verbose("\nTesting the ucal_getNow function to check if it is fetching tbe current time\n");
333 now=ucal_getNow();
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 661 ucal_getNow(void);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 208 date1 = ucal_getNow();
udatpg_test.c 361 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
365 /* cannot use the result from ucal_getNow() because the value change evreyday. */
cdattst.c 385 run right at midnight Pacific time and the call to ucal_getNow() is before midnight
413 ucal_setMillis(ucal, ucal_getNow(), &status);
    [all...]
cdtrgtst.c 61 today = ucal_getNow();
ccaltst.c 332 /*Testing the current time and date using ucal_getnow()*/
333 log_verbose("\nTesting the ucal_getNow function to check if it is fetching tbe current time\n");
334 now=ucal_getNow();
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 122 ucal_getNow()
  /external/icu/icu4c/source/i18n/
ucal.cpp 122 ucal_getNow()
  /external/icu/icu4c/source/common/unicode/
urename.h 515 #define ucal_getNow U_ICU_ENTRY_POINT_RENAME(ucal_getNow)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 525 #define ucal_getNow U_ICU_ENTRY_POINT_RENAME(ucal_getNow)
    [all...]

Completed in 223 milliseconds