Home | History | Annotate | Download | only in unicode

Lines Matching full:skeleton

41  * formatter when user pass in skeleton and locale.
50 * from (skeleton, the_largest_different_calendar_field)
54 * A skeleton
71 * letter length in skeleton.
87 * There is a set of pre-defined static skeleton strings.
90 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is "yMMMd",
100 * For date skeleton, the interval patterns when year, or month, or date is
102 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
118 * but for skeleton "yMMMd", the interval pattern when day is different is
120 * 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,
389 * @param skeleton skeleton on which the interval pattern based
395 void setIntervalPatternInternally(const UnicodeString& skeleton,
401 /**given an input skeleton, get the best match skeleton
403 * Also return the difference between the input skeleton
404 * and the best match skeleton.
408 * @param skeleton input skeleton
409 * @param bestMatchDistanceInfo the difference between input skeleton
410 * and best match skeleton.
411 * 0, if there is exact match for input skeleton
413 * the best match and the input skeleton
416 * the best match and the input skeleton
417 * @return best match skeleton
419 const UnicodeString* getBestSkeleton(const UnicodeString& skeleton,
424 * Parse skeleton, save each field's width.
425 * It is used for looking for best match skeleton,
427 * @param skeleton skeleton to be parsed
428 * @param skeletonFieldWidth parsed skeleton field width
430 static void U_EXPORT2 parseSkeleton(const UnicodeString& skeleton,
457 * We reserve only 4 interval patterns for a skeleton.
503 // HashMap( skeleton, pattern[largest_different_field] )