Instance Method
インスタンスメソッド
longCharacterIsMember:
Returns a Boolean value that indicates whether a given long character is a member of the receiver.
与えられたロング文字がレシーバのメンバであるかどうかを指し示すブール値を返します。
Declaration
宣言
- (BOOL)longCharacterIsMember:(UTF32Char)theLongChar;
Parameters
パラメータ
theLongChar
A UTF32 character.
あるUTF32文字。
Return Value
戻り値
YES
if theLongChar
is in the receiver, otherwise NO
.
YES
、もしtheLongChar
がレシーバの中にあるならば、そうでなければNO
。
Discussion
議論
This method supports the specification of 32-bit characters.
このメソッドは、32ビット文字の仕様をサポートします。
See Also
参照
Testing Set Membership
集合メンバーシップをテストする
- characterIsMember:
Returns a Boolean value that indicates whether a given character is in the receiver.
与えられた文字がレシーバの中にあるかどうかを指し示すブール値を返します。
- hasMemberInPlane:
Returns a Boolean value that indicates whether the receiver has at least one member in a given character plane.
レシーバが少なくとも1つのメンバをある与えられた文字面に持つかどうかを指し示すブール値を返します。
- isSupersetOfSet:
Returns a Boolean value that indicates whether the receiver is a superset of another given character set.
レシーバが別の与えられた文字集合のスーパーセットであるかどうかを指し示すブール値を返します。