Home | History | Annotate | Download | only in unicode

Lines Matching full:skeleton

25  * in a locale-sensitive way, using a skeleton that specifies the precision and
27 * specified by the skeleton, a single date format will be produced. If the range
28 * is larger than the format specified by the skeleton, a locale-specific fallback
29 * will be used to format the items missing from the skeleton.
32 * - The skeleton jm will produce
35 * - The skeleton MMMd will produce
39 * - The skeleton jm will produce
42 * - The skeleton MMMd will produce
54 * relevant). Note that a skeleton involving h or H generally explicitly requests
55 * that time style (12- or 24-hour time respectively). For a skeleton that
86 * given locale plus a specified skeleton.
90 * @param skeleton
94 * The length of skeleton; may be -1 if the skeleton is zero-terminated.
110 const UChar* skeleton,