Home | History | Annotate | Download | only in unicode

Lines Matching refs:format

23  * <h2> Date Format C API</h2>
25 * Date Format C API consists of functions that convert dates and
33 * Date Format helps you to format and parse dates for any locale. Your code can
35 * week, or even the calendar format: lunar vs. solar.
37 * To format a date for the current Locale with default time and date style,
54 * format and use it multiple times so that the system doesn't have to fetch the
94 * printf("date format: %s\n", u_austrcpy(buffer, myString));
99 * To format a date for a different Locale, specify it in the call to
125 * You can also set the time zone on the format if you wish.
127 * You can also use forms of the parse and format methods with Parse Position and
142 /** The possible date/time format styles
331 * Constant for date skeleton with hour, with the locale's preferred hour format (12 or 24).
346 * Constant for date skeleton with hour and minute, with the locale's preferred hour format (12 or 24).
364 * with the locale's preferred hour format (12 or 24).
386 * Constant for <i>generic location format</i>, such as Los Angeles Time;
388 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
394 * Constant for <i>generic non-location format</i>, such as Pacific Time;
396 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
402 * Constant for <i>generic non-location format</i>, abbreviated if possible, such as PT;
404 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
410 * Constant for <i>specific non-location format</i>, such as Pacific Daylight Time;
412 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
418 * Constant for <i>specific non-location format</i>, abbreviated if possible, such as PDT;
420 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
426 * Constant for <i>localized GMT/UTC format</i>, such as GMT+8:00 or HPG-8:00;
428 * @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</a>
469 * FieldPosition and UFieldPosition selectors for format fields
743 * A UDateFormat may be used to format dates in calls to {@link #udat_format },
745 * @param timeStyle The style used to format times; one of UDAT_FULL, UDAT_LONG,
749 * @param dateStyle The style used to format dates; one of UDAT_FULL, UDAT_LONG,
762 * @param pattern A pattern specifying the format to use.
783 * @param format The formatter to close.
787 udat_close(UDateFormat* format);
811 * @param fmt The format to copy
821 * Format a date using an UDateFormat.
823 * @param format The formatter to use
824 * @param dateToFormat The date to format
839 udat_format( const UDateFormat* format,
855 * UCAL_ERA field of the UCalendar object) is not normally part of the format,
859 * should be assumed if absent in the format.
861 * @param format The formatter to use.
872 udat_parse(const UDateFormat* format,
881 * @param format The formatter to use.
900 udat_parseCalendar(const UDateFormat* format,
959 * A UDateFormat uses a UNumberFormat to format numbers within a date,
962 * @return A pointer to the UNumberFormat used by fmt to format numbers.
971 * A UDateFormat uses a UNumberFormat to format numbers within a date,
974 * @param numberFormatToSet A pointer to the UNumberFormat to be used by fmt to format numbers.
1056 * @param format The formatter to set.
1064 udat_applyPattern( UDateFormat *format,
1070 * The possible types of date format symbols
1113 /** Date format symbols.
1163 * @param format The formatter to set
1175 udat_setSymbols( UDateFormat *format,
1183 * Get the locale for this date format object.
1260 * @param format The formatter to set.
1270 udat_applyPatternRelative(UDateFormat *format,