Lines Matching defs:skeleton
315 icu::UnicodeString skeleton = icu::DateTimePatternGenerator::staticGetSkeleton(pattern, status);
320 skeleton = ReplaceSkeleton(skeleton, hc);
321 pattern = generator->getBestPattern(skeleton, UDATPG_MATCH_HOUR_FIELD_LENGTH, status);
528 std::string skeleton;
540 skeleton.append(secondDigitsString, 'S');
555 skeleton += item.map.find(value)->second;
595 ToDateTimeSkeleton(thread, skeletonOpts, skeleton, hc, RequiredOption::ANY, DefaultsOption::DATE);
616 icu::UnicodeString dtfSkeleton(skeleton.c_str());
824 std::string &skeleton, HourCycleOption hc,
884 // skeleton += "year", "month", "day"
886 skeleton += "yMd";
890 // skeleton += "hour", "minute", "second"
894 skeleton += "hms";
898 skeleton += "Hms";
901 skeleton += "Kms";
904 skeleton += "kms";
1514 const icu::UnicodeString &skeleton,
1521 gn->getBestPattern(skeleton, UDATPG_MATCH_HOUR_FIELD_LENGTH, status), hc);
1820 // Utility to return a unique skeleton from a given pattern.
1821 icu::UnicodeString skeleton = icu::DateTimePatternGenerator::staticGetSkeleton(pattern, status);
1822 // Construct a DateIntervalFormat from skeleton and a given locale.
1824 icu::DateIntervalFormat::createInstance(skeleton, locale, status));