HomeSort by relevance Sort by last modified time
    Searched defs:UDateFormat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
udat.h 29 * 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;
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 may be used to format dates in calls to {@link #udat_format }
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udat.h 30 * 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;
484 * defined by DateFormat and UDateFormat.
765 * DateFormat and UDateFormat.
789 * Open a new UDateFormat for formatting and parsing dates and times
    [all...]

Completed in 469 milliseconds