Home
last modified time | relevance | path

Searched refs:skeleton (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp380 std::string skeleton; in InitializeDateTimeFormat() local
388 skeleton.append(secondDigitsString, 'S'); in InitializeDateTimeFormat()
395 skeleton += item.map.find(value)->second; in InitializeDateTimeFormat()
446 icu::UnicodeString dtfSkeleton(skeleton.c_str()); in InitializeDateTimeFormat()
1237 … const icu::UnicodeString &skeleton, in CreateICUSimpleDateFormat() argument
1244 gn->getBestPattern(skeleton, UDATPG_MATCH_HOUR_FIELD_LENGTH, status), hc); in CreateICUSimpleDateFormat()
1529 icu::UnicodeString skeleton = icu::DateTimePatternGenerator::staticGetSkeleton(pattern, status); in ConstructDateIntervalFormat() local
1532 icu::DateIntervalFormat::createInstance(skeleton, locale, status)); in ConstructDateIntervalFormat()
Djs_date_time_format.h194 const icu::UnicodeString &skeleton,
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js55283 get skeleton() { getter
55286 set skeleton(t) {
55428 this.skeleton = t.skeleton;
55506 get skeleton() {
55507 return super.skeleton;
55509 set skeleton(t) {
55510 super.skeleton = t;
55573 if (!s || !s.skeleton) continue;
55574 const n = s.skeleton;
55589 this.skeleton = s;
[all …]