Home | History | Annotate | Download | only in unicode

Lines Matching full:dates

23  * Date Format C API  consists of functions that convert dates and
31 * Date Format helps you to format and parse dates for any locale. Your code can
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 },
500 * and to parse dates in calls to {@link #udat_parse }.
504 dates; one of UDAT_FULL, UDAT_LONG,
514 * @return A pointer to a UDateFormat to use for formatting dates and times, or 0 if