Home | History | Annotate | Download | only in unicode

Lines Matching refs:format

21  * <h2> Date Format C API</h2>
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
33 * week, or even the calendar format: lunar vs. solar.
35 * To format a date for the current Locale with default time and date style,
52 * format and use it multiple times so that the system doesn't have to fetch the
92 * printf("date format: %s\n", u_austrcpy(buffer, myString));
97 * To format a date for a different Locale, specify it in the call to
123 * You can also set the time zone on the format if you wish.
125 * You can also use forms of the parse and format methods with Parse Position and
140 /** The possible date/time format styles
221 * Users are encouraged to use them in date interval format factory methods.
255 * FieldPosition and UFieldPosition selectors for format fields
499 * A UDateFormat may be used to format dates in calls to {@link #udat_format },
501 * @param timeStyle The style used to format times; one of UDAT_FULL, UDAT_LONG,
504 format dates; one of UDAT_FULL, UDAT_LONG,
511 * @param pattern A pattern specifying the format to use.
532 * @param format The formatter to close.
536 udat_close(UDateFormat* format);
541 * @param fmt The format to copy
551 * Format a date using an UDateFormat.
553 * @param format The formatter to use
554 * @param dateToFormat The date to format
569 udat_format( const UDateFormat* format,
579 * @param format The formatter to use.
590 udat_parse( const UDateFormat* format,
599 * @param format The formatter to use.
610 udat_parseCalendar(const UDateFormat* format,
669 * A UDateFormat uses a UNumberFormat to format numbers within a date,
672 * @return A pointer to the UNumberFormat used by fmt to format numbers.
681 * A UDateFormat uses a UNumberFormat to format numbers within a date,
684 * @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
766 * @param format The formatter to set.
774 udat_applyPattern( UDateFormat *format,
780 * The possible types of date format symbols
823 /** Date format symbols.
873 * @param format The formatter to set
885 udat_setSymbols( UDateFormat *format,
893 * Get the locale for this date format object.
943 * @param format The formatter to set.
953 udat_applyPatternRelative(UDateFormat *format,