Instance Method
インスタンスメソッド
hasMemberInPlane:
Returns a Boolean value that indicates whether the receiver has at least one member in a given character plane.
レシーバが少なくとも1つのメンバをある与えられた文字面に持つかどうかを指し示すブール値を返します。
Declaration
宣言
- (BOOL)hasMemberInPlane:(uint8_t
)thePlane;
Parameters
パラメータ
thePlane
A character plane.
ある文字面。
Return Value
戻り値
YES
if the receiver has at least one member in thePlane
, otherwise NO
.
YES
、レシーバが少なくとも1つのメンバーをthePlane
の中に持つならば、そうでなければNO
。
Discussion
議論
This method makes it easier to find the plane containing the members of the current character set. The Basic Multilingual Plane (BMP) is plane 0
.
このメソッドは、現在の文字集合のメンバーを含んでいる面を見つけるのを容易にします。基本多言語面 (BMP) は、0
面です。
See Also
参照
Testing Set Membership
集合メンバーシップをテストする
- characterIsMember:
Returns a Boolean value that indicates whether a given character is in the receiver.
与えられた文字がレシーバの中にあるかどうかを指し示すブール値を返します。
- isSupersetOfSet:
Returns a Boolean value that indicates whether the receiver is a superset of another given character set.
レシーバが別の与えられた文字集合のスーパーセットであるかどうかを指し示すブール値を返します。
- longCharacterIsMember:
Returns a Boolean value that indicates whether a given long character is a member of the receiver.
与えられたロング文字がレシーバのメンバであるかどうかを指し示すブール値を返します。