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

  /external/icu4c/test/cintltst/
cdattst.h 44 static void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
45 static void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
46 static void VerifygetsetSymbols(UDateFormat*, UDateFormat*, UDateFormatSymbolType, int32_t);
cformtst.h 29 UChar* myDateFormat(UDateFormat *dat, UDate d);
cdtrgtst.h 42 void aux917(UDateFormat *fmt, UChar* str );
47 UChar* myFormatit(UDateFormat* datdef, UDate d1);
cdtdptst.h 53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
ccaltst.h 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
87 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
cdtdptst.c 49 UDateFormat *fullFmt, *fmt;
114 UDateFormat *f;
155 void tryPat994(UDateFormat* format, const char* pattern, const char* s, UDate expected)
198 UDateFormat *format;
232 UDateFormat *fmt;
303 UDateFormat *format;
cformtst.c 57 UChar* myDateFormat(UDateFormat* dat, UDate d1)
cdattst.c 60 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat;
61 UDateFormat *any;
62 UDateFormat *copy;
424 UDateFormat* fmtRelDateTime;
425 UDateFormat* fmtRelDate;
426 UDateFormat* fmtTime;
554 UDateFormat *def, *fr;
    [all...]
cdtrgtst.c 56 UDateFormat *df;
129 UDateFormat *def;
204 UDateFormat* def;
239 void aux917( UDateFormat *fmt, UChar* str)
276 UDateFormat *formatter, *fmt;
323 UDateFormat *df;
377 UDateFormat *fmt;
444 UDateFormat *df;
473 UDateFormat *fmt;
564 UDateFormat * dtfmt = udat_open(UDAT_LONG, UDAT_LONG, "en", zonePST, -1, NULL, 0, &status)
    [all...]
ccaltst.c 97 UDateFormat *datdef = 0;
473 /*closing the UDateFormat used */
489 UDateFormat *datdef = 0;
729 UDateFormat *datdef = 0;
    [all...]
cmsgtst.c 378 UDateFormat *def1;
480 UDateFormat *def1;
574 UDateFormat *def1;
    [all...]
udatpg_test.c 229 UDateFormat *formatter;
331 log_err("Failed to initialize the UDateFormat of the sample code in Userguide.\n");
cloctst.c     [all...]
  /external/icu4c/i18n/unicode/
udat.h 30 * structure UDateFormat, which can handle pretty much all normal
44 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status);
63 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status);
87 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, -1, NULL, 0, &status);
103 * UDateFormat* df = udat_open(UDAT_SHORT, UDAT_SHORT, "fr_FR", NULL, -1, NULL, 0, &status);
140 typedef void* UDateFormat;
470 * defined by DateFormat and UDateFormat.
718 * DateFormat and UDateFormat.
742 * Open a new UDateFormat for formatting and parsing dates and times.
743 * A UDateFormat may be used to format dates in calls to {@link #udat_format }
    [all...]
  /external/icu4c/i18n/
udat.cpp 33 * @param fmt the UDateFormat, definitely a DateFormat, maybe something else
36 static void verifyIsSimpleDateFormat(const UDateFormat* fmt, UErrorCode *status) {
122 U_CAPI UDateFormat* U_EXPORT2
139 return (UDateFormat*)fmt;
179 return (UDateFormat*)fmt;
184 udat_close(UDateFormat* format)
189 U_CAPI UDateFormat* U_EXPORT2
190 udat_clone(const UDateFormat *fmt,
202 return (UDateFormat*) res;
206 udat_format( const UDateFormat* format
    [all...]
  /external/icu4c/samples/cal/
cal.c 46 static void get_symbols(const UDateFormat *fmt,
57 static void get_days(const UDateFormat *fmt,
63 static void get_months(const UDateFormat *fmt,
286 static void get_symbols(const UDateFormat *fmt,
333 get_days(const UDateFormat *fmt,
358 get_months(const UDateFormat *fmt,
428 UDateFormat *dfmt;
545 UDateFormat *dfmt;
  /external/icu4c/test/compat/
tzdate.c 74 UDateFormat *fmt;
  /external/icu4c/samples/date/
date.c 248 UDateFormat *fmt;
293 UDateFormat *fmt = NULL;
  /external/icu4c/test/perf/howExpensiveIs/
howExpensiveIs.cpp 634 UDateFormat *DateFormatTest_fmt = NULL;

Completed in 242 milliseconds