Searched refs:ucal_getNow (Results 1 - 16 of 16) sorted by relevance

/external/icu4c/samples/date/
H A Ddate.c207 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/
H A Dcallimts.cpp329 UDate millis = ucal_getNow();
335 : ucal_getNow() < millis;
337 if (ucal_getNow() >= mark) {
H A Dtztest.cpp857 UBool isDateBeforeReferenceYear = ucal_getNow() < cal.getTime(status);
/external/icu4c/i18n/unicode/
H A Ducal.h661 ucal_getNow(void);
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp76 ucal_setMillis(cal, ucal_getNow(), &status);
/external/icu4c/test/cintltst/
H A Dcdtdptst.c208 date1 = ucal_getNow();
H A Dudatpg_test.c338 resultLen=udat_format(formatter, ucal_getNow(), formatted, formattedCapacity,
342 /* cannot use the result from ucal_getNow() because the value change evreyday. */
H A Dcdtrgtst.c61 today = ucal_getNow();
H A Dcdattst.c380 run right at midnight Pacific time and the call to ucal_getNow() is before midnight
405 ucal_setMillis(ucal, ucal_getNow(), &status);
H A Dccaltst.c322 log_verbose("\nTesting the ucal_getNow function to check if it is fetching tbe current time\n");
323 now=ucal_getNow();
/external/icu4c/i18n/
H A Ducal.cpp121 ucal_getNow() function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h379 #define ucal_getNow ucal_getNow_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h379 #define ucal_getNow ucal_getNow_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h379 #define ucal_getNow ucal_getNow_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h379 #define ucal_getNow ucal_getNow_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h525 #define ucal_getNow U_ICU_ENTRY_POINT_RENAME(ucal_getNow) macro

Completed in 165 milliseconds