Uses of Class
org.robovm.apple.corefoundation.CFCharacterSet
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFCharacterSet in org.robovm.apple.corefoundation
Subclasses of CFCharacterSet in org.robovm.apple.corefoundation Modifier and Type Class Description classCFMutableCharacterSetMethods in org.robovm.apple.corefoundation that return CFCharacterSet Modifier and Type Method Description static CFCharacterSetCFCharacterSet. create(String theString)static CFCharacterSetCFCharacterSet. create(CFAllocator alloc, String theString)static CFCharacterSetCFCharacterSet. create(CFAllocator alloc, CFData theData)static CFCharacterSetCFCharacterSet. create(CFAllocator alloc, CFRange theRange)static CFCharacterSetCFCharacterSet. create(CFData theData)static CFCharacterSetCFCharacterSet. create(CFRange theRange)static CFCharacterSetCFCharacterSet. createCopy(CFAllocator alloc, CFCharacterSet theSet)static CFCharacterSetCFCharacterSet. createInvertedSet(CFAllocator alloc, CFCharacterSet theSet)CFCharacterSetCFCharacterSet. getInvertedSet()static CFCharacterSetCFCharacterSet. getPredefined(CFCharacterSetPredefinedSet theSetIdentifier)Methods in org.robovm.apple.corefoundation with parameters of type CFCharacterSet Modifier and Type Method Description static CFCharacterSetCFCharacterSet. createCopy(CFAllocator alloc, CFCharacterSet theSet)static CFMutableCharacterSetCFMutableCharacterSet. createCopy(CFAllocator alloc, CFCharacterSet theSet)static CFMutableCharacterSetCFMutableCharacterSet. createCopy(CFCharacterSet theSet)static CFCharacterSetCFCharacterSet. createInvertedSet(CFAllocator alloc, CFCharacterSet theSet)booleanCFString. find(CFCharacterSet theSet, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFRange result)voidCFMutableCharacterSet. intersect(CFCharacterSet theOtherSet)booleanCFCharacterSet. isSupersetOf(CFCharacterSet theOtherset)voidCFMutableCharacterSet. union(CFCharacterSet theOtherSet)