Instance Property インスタンスプロパティ

changesWhenCaseMapped

A Boolean value indicating whether the scalar may change when it undergoes case mapping. このスカラーがケースマッピングを受ける時に変化するかもしれないかどうかを指し示すブール値。

Declaration 宣言

var changesWhenCaseMapped: Bool { get }

Discussion 解説

This property is true whenever one or more of changesWhenLowercased, changesWhenUppercased, or changesWhenTitlecased are true. このプロパティはtrueです、1つ以上のchangesWhenLowercasedchangesWhenUppercased、またはchangesWhenTitlecasedtrueである時はいつでも。

This property corresponds to the “Changes_When_Casemapped” property in the Unicode Standard. このプロパティは、ユニコード標準における “Changes_When_Casemapped” に相当します。