Home | History | Annotate | Download | only in unicode

Lines Matching refs:skeleton

39  * formatter when user pass in skeleton and locale.
48 * from (skeleton, the_largest_different_calendar_field)
52 * A skeleton
69 * letter length in skeleton.
85 * There is a set of pre-defined static skeleton strings.
88 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is "yMMMd",
98 * For date skeleton, the interval patterns when year, or month, or date is
100 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
116 * but for skeleton "yMMMd", the interval pattern when day is different is
118 * pattern is the earlier date. But for skeleton "yMMMd", when day is different,
251 * @param skeleton the skeleton on which interval pattern based
261 void setIntervalPattern(const UnicodeString& skeleton,
267 * Get the interval pattern given skeleton and
269 * @param skeleton the skeleton
276 UnicodeString& getIntervalPattern(const UnicodeString& skeleton,
384 * @param skeleton skeleton on which the interval pattern based
391 void setIntervalPatternInternally(const UnicodeString& skeleton,
397 /**given an input skeleton, get the best match skeleton
399 * Also return the difference between the input skeleton
400 * and the best match skeleton.
404 * @param skeleton input skeleton
405 * @param bestMatchDistanceInfo the difference between input skeleton
406 * and best match skeleton.
407 * 0, if there is exact match for input skeleton
409 * the best match and the input skeleton
412 * the best match and the input skeleton
413 * @return best match skeleton
416 const UnicodeString* getBestSkeleton(const UnicodeString& skeleton,
421 * Parse skeleton, save each field's width.
422 * It is used for looking for best match skeleton,
424 * @param skeleton skeleton to be parsed
425 * @param skeletonFieldWidth parsed skeleton field width
428 static void U_EXPORT2 parseSkeleton(const UnicodeString& skeleton,
456 * We reserve only 4 interval patterns for a skeleton.
506 // HashMap( skeleton, pattern[largest_different_field] )