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

/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h31 * structure UDateFormat, which can handle pretty much all normal
45 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status);
64 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status);
88 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, -1, NULL, 0, &status);
104 * UDateFormat* df = udat_open(UDAT_SHORT, UDAT_SHORT, "fr_FR", NULL, -1, NULL, 0, &status);
139 * as pattern letters representing calendar fields. <code>UDateFormat</code> supports
151 typedef void* UDateFormat; typedef
485 * defined by DateFormat and UDateFormat.
775 * DateFormat and UDateFormat.
799 * Open a new UDateFormat fo
[all...]

Completed in 97 milliseconds