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

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

Completed in 17 milliseconds