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

  /external/icu4c/samples/date/
date.c 207 len = udat_format(fmt, ucal_getNow(), 0, len, 0, status);
212 udat_format(fmt, ucal_getNow(), s, len + 1, 0, status);
  /external/icu4c/test/intltest/
callimts.cpp 329 UDate millis = ucal_getNow();
335 : ucal_getNow() < millis;
337 if (ucal_getNow() >= mark) {
tztest.cpp 857 UBool isDateBeforeReferenceYear = ucal_getNow() < cal.getTime(status);
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 661 ucal_getNow(void);
    [all...]
  /external/icu4c/tools/toolutil/
toolutil.cpp 76 ucal_setMillis(cal, ucal_getNow(), &status);
  /external/icu4c/test/cintltst/
cdtdptst.c 208 date1 = ucal_getNow();
udatpg_test.c 338 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
342 /* cannot use the result from ucal_getNow() because the value change evreyday. */
cdtrgtst.c 61 today = ucal_getNow();
cdattst.c 380 run right at midnight Pacific time and the call to ucal_getNow() is before midnight
405 ucal_setMillis(ucal, ucal_getNow(), &status);
    [all...]
ccaltst.c 321 /*Testing the current time and date using ucal_getnow()*/
322 log_verbose("\nTesting the ucal_getNow function to check if it is fetching tbe current time\n");
323 now=ucal_getNow();
    [all...]
  /external/icu4c/i18n/
ucal.cpp 121 ucal_getNow()
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 379 #define ucal_getNow ucal_getNow_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 379 #define ucal_getNow ucal_getNow_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 379 #define ucal_getNow ucal_getNow_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 379 #define ucal_getNow ucal_getNow_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 689 milliseconds