HomeSort by relevance Sort by last modified time
    Searched refs:UDateFormat (Results 1 - 18 of 18) 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 81 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day);
83 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 57 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat;
58 UDateFormat *any;
59 UDateFormat *copy;
418 UDateFormat* fmtRelDateTime;
419 UDateFormat* fmtRelDate;
420 UDateFormat* fmtTime;
530 UDateFormat *def, *fr;
768 UDateFormat *date=0, *time=0, *full=0;
    [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 92 UDateFormat *datdef = 0;
468 /*closing the UDateFormat used */
484 UDateFormat *datdef = 0;
673 UDateFormat *datdef = 0;
    [all...]
cmsgtst.c 376 UDateFormat *def1;
478 UDateFormat *def1;
572 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 29 * structure UDateFormat, which can handle pretty much all normal
43 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status);
62 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status);
86 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, -1, NULL, 0, &status);
102 * UDateFormat* df = udat_open(UDAT_SHORT, UDAT_SHORT, "fr_FR", NULL, -1, NULL, 0, &status);
139 typedef void* UDateFormat;
258 * defined by DateFormat and UDateFormat.
489 * DateFormat and UDateFormat.
513 * Open a new UDateFormat for formatting and parsing dates and times.
514 * A UDateFormat may be used to format dates in calls to {@link #udat_format }
    [all...]
  /external/icu4c/i18n/
udat.cpp 31 * @param fmt the UDateFormat, definitely a DateFormat, maybe something else
34 static void verifyIsSimpleDateFormat(const UDateFormat* fmt, UErrorCode *status) {
85 U_CAPI UDateFormat* U_EXPORT2
136 return (UDateFormat*)fmt;
141 udat_close(UDateFormat* format)
146 U_CAPI UDateFormat* U_EXPORT2
147 udat_clone(const UDateFormat *fmt,
159 return (UDateFormat*) res;
163 udat_format( const UDateFormat* format,
195 udat_parse( 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 199 UDateFormat *fmt;

Completed in 501 milliseconds