Contents

CFCharacterSetIsLongCharacterMember(_:_:)

Reports whether or not a given UTF-32 character is in a character set.

Declaration

func CFCharacterSetIsLongCharacterMember(_ theSet: CFCharacterSet!, _ theChar: UTF32Char) -> Bool

Parameters

  • theSet:

    The character set to examine.

  • theChar:

    The UTF-32 character for which to test against the character set.

Return Value

true if theSet contains theChar, otherwise false.

See Also

Querying Character Sets