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

  /external/chromium/third_party/icu/public/i18n/unicode/
udat.h 28 * structure UDateFormat, which can handle pretty much all normal
42 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, -1, &status);
61 * UDateFormat* df = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, NULL, -1, NULL, 0, &status);
85 * UDateFormat* dfmt = udat_open(UDAT_DEFAULT, UDAT_DEFAULT, NULL, -1, NULL, 0, &status);
101 * UDateFormat* df = udat_open(UDAT_SHORT, UDAT_SHORT, "fr_FR", NULL, -1, NULL, 0, &status);
138 typedef void* UDateFormat;
256 * defined by DateFormat and UDateFormat.
487 * DateFormat and UDateFormat.
498 * Open a new UDateFormat for formatting and parsing dates and times.
499 * A UDateFormat may be used to format dates in calls to {@link #udat_format }
    [all...]
  /external/icu4c/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...]

Completed in 99 milliseconds