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

/external/icu4c/i18n/unicode/
H A Dudat.h29 * 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; typedef
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 ma
[all...]

Completed in 72 milliseconds