Home | History | Annotate | Download | only in unicode

Lines Matching refs:skeleton

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