Home | History | Annotate | Download | only in unicode

Lines Matching refs:skeleton

23  * in a locale-sensitive way, using a skeleton that specifies the precision and
25 * specified by the skeleton, a single date format will be produced. If the range
26 * is larger than the format specified by the skeleton, a locale-specific fallback
27 * will be used to format the items missing from the skeleton.
30 * - The skeleton jm will produce
33 * - The skeleton MMMd will produce
37 * - The skeleton jm will produce
40 * - The skeleton MMMd will produce
52 * relevant). Note that a skeleton involving h or H generally explicitly requests
53 * that time style (12- or 24-hour time respectively). For a skeleton that
84 * given locale plus a specified skeleton.
88 * @param skeleton
92 * The length of skeleton; may be -1 if the skeleton is zero-terminated.
108 const UChar* skeleton,