Searched refs:UDateFormat (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.h47 static void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
48 static void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
49 static void VerifygetsetSymbols(UDateFormat*, UDateFormat*, UDateFormatSymbolType, int32_t);
H A Dcformtst.h31 UChar* myDateFormat(UDateFormat *dat, UDate d);
H A Dcdtrgtst.h45 void aux917(UDateFormat *fmt, UChar* str );
50 UChar* myFormatit(UDateFormat* datdef, UDate d1);
H A Dcdtdptst.h56 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
H A Dccaltst.h89 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
91 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
H A Dcformtst.c67 UChar* myDateFormat(UDateFormat* dat, UDate d1)
H A Dcdtdptst.c53 UDateFormat *fullFmt, *fmt;
118 UDateFormat *f;
159 void tryPat994(UDateFormat* format, const char* pattern, const char* s, UDate expected)
202 UDateFormat *format;
236 UDateFormat *fmt;
307 UDateFormat *format;
361 UDateFormat *en;
H A Dcdtrgtst.c58 UDateFormat *df;
131 UDateFormat *def;
206 UDateFormat* def;
241 void aux917( UDateFormat *fmt, UChar* str)
278 UDateFormat *formatter, *fmt;
326 UDateFormat *df;
381 UDateFormat *fmt;
448 UDateFormat *df;
478 UDateFormat *fmt;
569 UDateFormat * dtfm
[all...]
H A Dcdattst.c68 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat;
69 UDateFormat *any;
70 UDateFormat *copy;
443 UDateFormat* fmtRelDateTime;
444 UDateFormat* fmtRelDate;
445 UDateFormat* fmtTime;
573 UDateFormat *def, *fr, *zhChiCal;
833 UDateFormat *date=0, *time=0, *full=0;
963 UDateFormat* simpleDateFormat = 0;
1055 static void VerifygetSymbols(UDateFormat* datfo
[all...]
H A Dcmsgtst.c383 UDateFormat *def1;
485 UDateFormat *def1;
579 UDateFormat *def1;
H A Dudatpg_test.c255 UDateFormat *formatter;
357 log_err("Failed to initialize the UDateFormat of the sample code in Userguide.\n");
H A Dccaltst.c111 UDateFormat *datdef = 0;
487 /*closing the UDateFormat used */
503 UDateFormat *datdef = 0;
764 UDateFormat *datdef = 0;
1214 UDateFormat *datfor = 0;
1289 UDateFormat *datfor = 0;
1435 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day)
1469 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
1752 UDateFormat * fmt = udat_open(UDAT_NONE, UDAT_NONE, "en", NULL, 0, NULL, 0, &fmtStatus);
1756 log_data_err("Unable to create UDateFormat
[all...]
H A Dcloctst.c2499 UDateFormat *obj;
2934 UDateFormat* df1 = NULL;
2935 UDateFormat* df2 = NULL;
/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h33 * structure UDateFormat, which can handle pretty much all normal
47 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status);
66 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status);
90 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, -1, NULL, 0, &status);
106 * UDateFormat* df = udat_open(UDAT_SHORT, UDAT_SHORT, "fr_FR", NULL, -1, NULL, 0, &status);
141 * as pattern letters representing calendar fields. <code>UDateFormat</code> supports
153 typedef void* UDateFormat; typedef
487 * defined by DateFormat and UDateFormat.
795 * DateFormat and UDateFormat.
827 * Open a new UDateFormat fo
[all...]
/external/icu/icu4c/source/i18n/
H A Dudat.cpp36 * @param fmt the UDateFormat, definitely a DateFormat, maybe something else
39 static void verifyIsSimpleDateFormat(const UDateFormat* fmt, UErrorCode *status) {
128 U_CAPI UDateFormat* U_EXPORT2
145 return (UDateFormat*)fmt;
185 return (UDateFormat*)fmt;
190 udat_close(UDateFormat* format)
195 U_CAPI UDateFormat* U_EXPORT2
196 udat_clone(const UDateFormat *fmt,
208 return (UDateFormat*) res;
212 udat_format( const UDateFormat* forma
[all...]
/external/icu/icu4c/source/samples/cal/
H A Dcal.c50 static void get_symbols(const UDateFormat *fmt,
61 static void get_days(const UDateFormat *fmt,
67 static void get_months(const UDateFormat *fmt,
290 static void get_symbols(const UDateFormat *fmt,
337 get_days(const UDateFormat *fmt,
362 get_months(const UDateFormat *fmt,
432 UDateFormat *dfmt;
549 UDateFormat *dfmt;
/external/icu/icu4c/source/test/compat/
H A Dtzdate.c76 UDateFormat *fmt;
/external/icu/icu4c/source/samples/date/
H A Ddate.c252 UDateFormat *fmt;
297 UDateFormat *fmt = NULL;
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp703 UDateFormat *DateFormatTest_fmt = NULL;

Completed in 1428 milliseconds