JavaScript ECMAScript Intl
JavaScript ECMAScript のIntlに関する言語リファレンス情報をまとめたカテゴリです。
Intlクラス
constructor
Intl.Collator() constructor
Intl.DateTimeFormat() constructor
Intl.DisplayNames() constructor
Intl.DurationFormat() constructor
Intl.ListFormat() constructor
Intl.Locale() constructor
Intl.NumberFormat() constructor
Intl.PluralRules() constructor
Intl.RelativeTimeFormat() constructor
Intl.Segmenter() constructor
instance-method
Intl.Collator.prototype.compare()
Intl.Collator.prototype.resolvedOptions()
Intl.DateTimeFormat.prototype.format()
Intl.DateTimeFormat.prototype.formatRange()
Intl.DateTimeFormat.prototype.formatRangeToParts()
Intl.DateTimeFormat.prototype.formatToParts()
Intl.DateTimeFormat.prototype.resolvedOptions()
Intl.DisplayNames.prototype.of()
Intl.DisplayNames.prototype.resolvedOptions()
Intl.DurationFormat.prototype.format()
Intl.DurationFormat.prototype.formatToParts()
Intl.DurationFormat.prototype.resolvedOptions()
Intl.ListFormat.prototype.format()
Intl.ListFormat.prototype.formatToParts()
Intl.ListFormat.prototype.resolvedOptions()
Intl.Locale.prototype.getCalendars()
Intl.Locale.prototype.getCollations()
Intl.Locale.prototype.getHourCycles()
Intl.Locale.prototype.getNumberingSystems()
Intl.Locale.prototype.getTextInfo()
Intl.Locale.prototype.getTimeZones()
Intl.Locale.prototype.getWeekInfo()
Intl.Locale.prototype.maximize()
Intl.Locale.prototype.minimize()
Intl.Locale.prototype.toString()
Intl.NumberFormat.prototype.format()
Intl.NumberFormat.prototype.formatRange()
Intl.NumberFormat.prototype.formatRangeToParts()
Intl.NumberFormat.prototype.formatToParts()
Intl.NumberFormat.prototype.resolvedOptions()
Intl.PluralRules.prototype.resolvedOptions()
Intl.PluralRules.prototype.select()
Intl.PluralRules.prototype.selectRange()
Intl.RelativeTimeFormat.prototype.format()
Intl.RelativeTimeFormat.prototype.formatToParts()
Intl.RelativeTimeFormat.prototype.resolvedOptions()
Intl.Segmenter.prototype.resolvedOptions()
Intl.Segmenter.prototype.segment()
Segments.prototype.containing()
Segments.prototype[Symbol.iterator]()
static-method
Intl.Collator.supportedLocalesOf()
Intl.DateTimeFormat.supportedLocalesOf()
Intl.DisplayNames.supportedLocalesOf()
Intl.DurationFormat.supportedLocalesOf()
Intl.getCanonicalLocales()
Intl.ListFormat.supportedLocalesOf()
Intl.NumberFormat.supportedLocalesOf()
Intl.PluralRules.supportedLocalesOf()
Intl.RelativeTimeFormat.supportedLocalesOf()
Intl.Segmenter.supportedLocalesOf()
Intl.supportedValuesOf()
instance-accessor-property
Intl.Locale.prototype.baseName
Intl.Locale.prototype.calendar
Intl.Locale.prototype.caseFirst
Intl.Locale.prototype.collation
Intl.Locale.prototype.hourCycle
Intl.Locale.prototype.language
Intl.Locale.prototype.numberingSystem
Intl.Locale.prototype.numeric
Intl.Locale.prototype.region
Intl.Locale.prototype.script
Intl.Locale.prototype.variants