Searched refs:UDateFormat (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/ |
H A D | udat.h | 37 * structure UDateFormat, which can handle pretty much all normal
51 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status);
70 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status);
94 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, -1, NULL, 0, &status);
110 * UDateFormat* df = udat_open(UDAT_SHORT, UDAT_SHORT, "fr_FR", NULL, -1, NULL, 0, &status);
145 * as pattern letters representing calendar fields. <code>UDateFormat</code> supports
157 typedef void* UDateFormat;
typedef 455 * defined by DateFormat and UDateFormat.
787 * Open a new UDateFormat for formatting and parsing dates and times.
788 * A UDateFormat ma [all...] |
Completed in 2 milliseconds