Home | History | Annotate | Download | only in unicode

Lines Matching refs:skeleton

47  * formatter when user pass in skeleton and locale.
56 * from (skeleton, the_largest_different_calendar_field)
60 * A skeleton
77 * letter length in skeleton.
93 * There is a set of pre-defined static skeleton strings.
96 * For example, for a skeleton UDAT_YEAR_ABBR_MONTH_DAY, which is "yMMMd",
106 * For date skeleton, the interval patterns when year, or month, or date is
108 * For time skeleton, the interval patterns when am/pm, or hour, or minute is
124 * but for skeleton "yMMMd", the interval pattern when day is different is
126 * pattern is the earlier date. But for skeleton "yMMMd", when day is different,
257 * @param skeleton the skeleton on which interval pattern based
267 void setIntervalPattern(const UnicodeString& skeleton,
273 * Get the interval pattern given skeleton and
275 * @param skeleton the skeleton
282 UnicodeString& getIntervalPattern(const UnicodeString& skeleton,
388 * @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
420 const UnicodeString* getBestSkeleton(const UnicodeString& skeleton,
425 * Parse skeleton, save each field's width.
426 * It is used for looking for best match skeleton,
428 * @param skeleton skeleton to be parsed
429 * @param skeletonFieldWidth parsed skeleton field width
432 static void U_EXPORT2 parseSkeleton(const UnicodeString& skeleton,
460 * We reserve only 4 interval patterns for a skeleton.
510 // HashMap( skeleton, pattern[largest_different_field] )