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

/external/chromium_org/third_party/icu/source/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);
138 * as pattern letters representing calendar fields. <code>UDateFormat</code> supports
150 typedef void* UDateFormat; typedef
492 * defined by DateFormat and UDateFormat.
766 * DateFormat and UDateFormat.
790 * Open a new UDateFormat fo
[all...]
/external/icu/icu4c/source/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);
138 * as pattern letters representing calendar fields. <code>UDateFormat</code> supports
150 typedef void* UDateFormat; typedef
484 * defined by DateFormat and UDateFormat.
765 * DateFormat and UDateFormat.
789 * Open a new UDateFormat fo
[all...]

Completed in 281 milliseconds