Searched refs:ucal_getNow (Results 1 - 16 of 16) sorted by relevance
/external/icu4c/samples/date/ |
H A D | 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/ |
H A D | callimts.cpp | 329 UDate millis = ucal_getNow(); 335 : ucal_getNow() < millis; 337 if (ucal_getNow() >= mark) {
|
H A D | tztest.cpp | 857 UBool isDateBeforeReferenceYear = ucal_getNow() < cal.getTime(status);
|
/external/icu4c/i18n/unicode/ |
H A D | ucal.h | 661 ucal_getNow(void);
|
/external/icu4c/tools/toolutil/ |
H A D | toolutil.cpp | 76 ucal_setMillis(cal, ucal_getNow(), &status);
|
/external/icu4c/test/cintltst/ |
H A D | cdtdptst.c | 208 date1 = ucal_getNow();
|
H A D | 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. */
|
H A D | cdtrgtst.c | 61 today = ucal_getNow();
|
H A D | 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);
|
H A D | ccaltst.c | 322 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 D | ucal.cpp | 121 ucal_getNow() function
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
H A D | urename.h | 379 #define ucal_getNow ucal_getNow_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
H A D | urename.h | 379 #define ucal_getNow ucal_getNow_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
H A D | urename.h | 379 #define ucal_getNow ucal_getNow_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
H A D | urename.h | 379 #define ucal_getNow ucal_getNow_3_2 macro
|
/external/icu4c/common/unicode/ |
H A D | urename.h | 525 #define ucal_getNow U_ICU_ENTRY_POINT_RENAME(ucal_getNow) macro
|
Completed in 165 milliseconds