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 集合メンバーシップをテストする