org.rococoa.cocoa.corefoundation
Interface CoreFoundationLibrary
- All Superinterfaces:
- Library
public interface CoreFoundationLibrary
- extends Library
JNA Wrapper for library CoreFoundation
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Method Summary |
CFRange.ByValue |
__CFRangeMake(NativeLong loc,
NativeLong len)
|
double |
CFAbsoluteTimeAddGregorianUnits(double at,
CoreFoundationLibrary.__CFTimeZone tz,
CFGregorianUnits.ByValue units)
|
double |
CFAbsoluteTimeGetCurrent()
|
int |
CFAbsoluteTimeGetDayOfWeek(double at,
CoreFoundationLibrary.__CFTimeZone tz)
|
int |
CFAbsoluteTimeGetDayOfYear(double at,
CoreFoundationLibrary.__CFTimeZone tz)
|
CFGregorianUnits.ByValue |
CFAbsoluteTimeGetDifferenceAsGregorianUnits(double at1,
double at2,
CoreFoundationLibrary.__CFTimeZone tz,
NativeLong unitFlags)
|
CFGregorianDate.ByValue |
CFAbsoluteTimeGetGregorianDate(double at,
CoreFoundationLibrary.__CFTimeZone tz)
|
int |
CFAbsoluteTimeGetWeekOfYear(double at,
CoreFoundationLibrary.__CFTimeZone tz)
|
Pointer |
CFAllocatorAllocate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong size,
NativeLong hint)
|
CoreFoundationLibrary.__CFAllocator |
CFAllocatorCreate(CoreFoundationLibrary.__CFAllocator allocator,
CFAllocatorContext context)
|
void |
CFAllocatorDeallocate(CoreFoundationLibrary.__CFAllocator allocator,
Pointer ptr)
|
void |
CFAllocatorGetContext(CoreFoundationLibrary.__CFAllocator allocator,
CFAllocatorContext context)
|
CoreFoundationLibrary.__CFAllocator |
CFAllocatorGetDefault()
|
NativeLong |
CFAllocatorGetPreferredSizeForSize(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong size,
NativeLong hint)
|
NativeLong |
CFAllocatorGetTypeID()
|
Pointer |
CFAllocatorReallocate(CoreFoundationLibrary.__CFAllocator allocator,
Pointer ptr,
NativeLong newsize,
NativeLong hint)
|
void |
CFAllocatorSetDefault(CoreFoundationLibrary.__CFAllocator allocator)
|
void |
CFArrayAppendArray(HIServicesLibrary.__CFArray theArray,
HIServicesLibrary.__CFArray otherArray,
CFRange.ByValue otherRange)
|
void |
CFArrayAppendValue(HIServicesLibrary.__CFArray theArray,
Pointer value)
|
void |
CFArrayApplyFunction(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
CoreFoundationLibrary.CFArrayApplierFunction applier,
Pointer context)
|
NativeLong |
CFArrayBSearchValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value,
CoreFoundationLibrary.CFComparatorFunction comparator,
Pointer context)
|
boolean |
CFArrayContainsValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
|
HIServicesLibrary.__CFArray |
CFArrayCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference values,
NativeLong numValues,
CFArrayCallBacks callBacks)
|
HIServicesLibrary.__CFArray |
CFArrayCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
HIServicesLibrary.__CFArray theArray)
|
HIServicesLibrary.__CFArray |
CFArrayCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFArrayCallBacks callBacks)
|
HIServicesLibrary.__CFArray |
CFArrayCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
HIServicesLibrary.__CFArray theArray)
|
void |
CFArrayExchangeValuesAtIndices(HIServicesLibrary.__CFArray theArray,
NativeLong idx1,
NativeLong idx2)
|
NativeLong |
CFArrayGetCount(HIServicesLibrary.__CFArray theArray)
|
NativeLong |
CFArrayGetCountOfValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
|
NativeLong |
CFArrayGetFirstIndexOfValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
|
NativeLong |
CFArrayGetLastIndexOfValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
|
NativeLong |
CFArrayGetTypeID()
|
Pointer |
CFArrayGetValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx)
|
void |
CFArrayGetValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
PointerByReference values)
|
void |
CFArrayInsertValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx,
Pointer value)
|
void |
CFArrayRemoveAllValues(HIServicesLibrary.__CFArray theArray)
|
void |
CFArrayRemoveValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx)
|
void |
CFArrayReplaceValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
PointerByReference newValues,
NativeLong newCount)
|
void |
CFArraySetValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx,
Pointer value)
|
void |
CFArraySortValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
CoreFoundationLibrary.CFComparatorFunction comparator,
Pointer context)
|
void |
CFAttributedStringBeginEditing(CoreFoundationLibrary.__CFAttributedString aStr)
|
CoreFoundationLibrary.__CFAttributedString |
CFAttributedStringCreateCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFAttributedString aStr)
|
CoreFoundationLibrary.__CFAttributedString |
CFAttributedStringCreateMutable(CoreFoundationLibrary.__CFAllocator alloc,
NativeLong maxLength)
|
CoreFoundationLibrary.__CFAttributedString |
CFAttributedStringCreateMutableCopy(CoreFoundationLibrary.__CFAllocator alloc,
NativeLong maxLength,
CoreFoundationLibrary.__CFAttributedString aStr)
|
CoreFoundationLibrary.__CFAttributedString |
CFAttributedStringCreateWithSubstring(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFAttributedString aStr,
CFRange.ByValue range)
|
void |
CFAttributedStringEndEditing(CoreFoundationLibrary.__CFAttributedString aStr)
|
HIServicesLibrary.__CFDictionary |
CFAttributedStringGetAttributes(CoreFoundationLibrary.__CFAttributedString aStr,
NativeLong loc,
CFRange effectiveRange)
|
HIServicesLibrary.__CFDictionary |
CFAttributedStringGetAttributesAndLongestEffectiveRange(CoreFoundationLibrary.__CFAttributedString aStr,
NativeLong loc,
CFRange.ByValue inRange,
CFRange longestEffectiveRange)
|
NativeLong |
CFAttributedStringGetLength(CoreFoundationLibrary.__CFAttributedString aStr)
|
CoreFoundationLibrary.__CFString |
CFAttributedStringGetMutableString(CoreFoundationLibrary.__CFAttributedString aStr)
|
NativeLong |
CFAttributedStringGetTypeID()
|
void |
CFAttributedStringReplaceAttributedString(CoreFoundationLibrary.__CFAttributedString aStr,
CFRange.ByValue range,
CoreFoundationLibrary.__CFAttributedString replacement)
|
void |
CFAttributedStringSetAttributes(CoreFoundationLibrary.__CFAttributedString aStr,
CFRange.ByValue range,
HIServicesLibrary.__CFDictionary replacement,
boolean clearOtherAttributes)
|
void |
CFBagAddValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
|
void |
CFBagApplyFunction(CoreFoundationLibrary.__CFBag theBag,
CoreFoundationLibrary.CFBagApplierFunction applier,
Pointer context)
|
boolean |
CFBagContainsValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
|
CoreFoundationLibrary.__CFBag |
CFBagCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference values,
NativeLong numValues,
CFBagCallBacks callBacks)
|
CoreFoundationLibrary.__CFBag |
CFBagCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFBag theBag)
|
CoreFoundationLibrary.__CFBag |
CFBagCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFBagCallBacks callBacks)
|
CoreFoundationLibrary.__CFBag |
CFBagCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFBag theBag)
|
NativeLong |
CFBagGetCount(CoreFoundationLibrary.__CFBag theBag)
|
NativeLong |
CFBagGetCountOfValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
|
NativeLong |
CFBagGetTypeID()
|
Pointer |
CFBagGetValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
|
boolean |
CFBagGetValueIfPresent(CoreFoundationLibrary.__CFBag theBag,
Pointer candidate,
PointerByReference value)
|
void |
CFBagGetValues(CoreFoundationLibrary.__CFBag theBag,
PointerByReference values)
|
void |
CFBagRemoveAllValues(CoreFoundationLibrary.__CFBag theBag)
|
void |
CFBagRemoveValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
|
void |
CFBagReplaceValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
|
void |
CFBagSetValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
|
void |
CFBinaryHeapAddValue(CoreFoundationLibrary.__CFBinaryHeap heap,
Pointer value)
|
void |
CFBinaryHeapApplyFunction(CoreFoundationLibrary.__CFBinaryHeap heap,
CoreFoundationLibrary.CFBinaryHeapApplierFunction applier,
Pointer context)
|
boolean |
CFBinaryHeapContainsValue(CoreFoundationLibrary.__CFBinaryHeap heap,
Pointer value)
|
CoreFoundationLibrary.__CFBinaryHeap |
CFBinaryHeapCreate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFBinaryHeapCallBacks callBacks,
CFBinaryHeapCompareContext compareContext)
|
CoreFoundationLibrary.__CFBinaryHeap |
CFBinaryHeapCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFBinaryHeap heap)
|
NativeLong |
CFBinaryHeapGetCount(CoreFoundationLibrary.__CFBinaryHeap heap)
|
NativeLong |
CFBinaryHeapGetCountOfValue(CoreFoundationLibrary.__CFBinaryHeap heap,
Pointer value)
|
Pointer |
CFBinaryHeapGetMinimum(CoreFoundationLibrary.__CFBinaryHeap heap)
|
boolean |
CFBinaryHeapGetMinimumIfPresent(CoreFoundationLibrary.__CFBinaryHeap heap,
PointerByReference value)
|
NativeLong |
CFBinaryHeapGetTypeID()
|
void |
CFBinaryHeapGetValues(CoreFoundationLibrary.__CFBinaryHeap heap,
PointerByReference values)
|
void |
CFBinaryHeapRemoveAllValues(CoreFoundationLibrary.__CFBinaryHeap heap)
|
void |
CFBinaryHeapRemoveMinimumValue(CoreFoundationLibrary.__CFBinaryHeap heap)
|
boolean |
CFBitVectorContainsBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
|
CoreFoundationLibrary.__CFBitVector |
CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator allocator,
byte[] bytes,
NativeLong numBits)
|
CoreFoundationLibrary.__CFBitVector |
CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer bytes,
NativeLong numBits)
|
CoreFoundationLibrary.__CFBitVector |
CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference bytes,
NativeLong numBits)
Deprecated. use the safer methods CFBitVectorCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong) and CFBitVectorCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
CoreFoundationLibrary.__CFBitVector |
CFBitVectorCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFBitVector bv)
|
CoreFoundationLibrary.__CFBitVector |
CFBitVectorCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity)
|
CoreFoundationLibrary.__CFBitVector |
CFBitVectorCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFBitVector bv)
|
void |
CFBitVectorFlipBitAtIndex(CoreFoundationLibrary.__CFBitVector bv,
NativeLong idx)
|
void |
CFBitVectorFlipBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range)
|
int |
CFBitVectorGetBitAtIndex(CoreFoundationLibrary.__CFBitVector bv,
NativeLong idx)
|
void |
CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
ByteBuffer bytes)
|
void |
CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
ByteByReference bytes)
Deprecated. use the safer method CFBitVectorGetBits(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBitVector, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ByteBuffer) instead |
NativeLong |
CFBitVectorGetCount(CoreFoundationLibrary.__CFBitVector bv)
|
NativeLong |
CFBitVectorGetCountOfBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
|
NativeLong |
CFBitVectorGetFirstIndexOfBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
|
NativeLong |
CFBitVectorGetLastIndexOfBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
|
NativeLong |
CFBitVectorGetTypeID()
|
void |
CFBitVectorSetAllBits(CoreFoundationLibrary.__CFBitVector bv,
int value)
|
void |
CFBitVectorSetBitAtIndex(CoreFoundationLibrary.__CFBitVector bv,
NativeLong idx,
int value)
|
void |
CFBitVectorSetBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
|
void |
CFBitVectorSetCount(CoreFoundationLibrary.__CFBitVector bv,
NativeLong count)
|
NativeLong |
CFBooleanGetTypeID()
|
boolean |
CFBooleanGetValue(CoreFoundationLibrary.__CFBoolean boolean_)
|
void |
CFBundleCloseBundleResourceMap(CoreFoundationLibrary.__CFBundle bundle,
short refNum)
|
AudioUnitLibrary.__CFURL |
CFBundleCopyBuiltInPlugInsURL(CoreFoundationLibrary.__CFBundle bundle)
|
HIServicesLibrary.__CFArray |
CFBundleCopyBundleLocalizations(CoreFoundationLibrary.__CFBundle bundle)
|
AudioUnitLibrary.__CFURL |
CFBundleCopyBundleURL(CoreFoundationLibrary.__CFBundle bundle)
|
HIServicesLibrary.__CFArray |
CFBundleCopyExecutableArchitectures(CoreFoundationLibrary.__CFBundle bundle)
|
HIServicesLibrary.__CFArray |
CFBundleCopyExecutableArchitecturesForURL(AudioUnitLibrary.__CFURL url)
|
AudioUnitLibrary.__CFURL |
CFBundleCopyExecutableURL(CoreFoundationLibrary.__CFBundle bundle)
|
HIServicesLibrary.__CFDictionary |
CFBundleCopyInfoDictionaryForURL(AudioUnitLibrary.__CFURL url)
|
HIServicesLibrary.__CFDictionary |
CFBundleCopyInfoDictionaryInDirectory(AudioUnitLibrary.__CFURL bundleURL)
|
HIServicesLibrary.__CFArray |
CFBundleCopyLocalizationsForPreferences(HIServicesLibrary.__CFArray locArray,
HIServicesLibrary.__CFArray prefArray)
|
HIServicesLibrary.__CFArray |
CFBundleCopyLocalizationsForURL(AudioUnitLibrary.__CFURL url)
|
HIServicesLibrary.__CFArray |
CFBundleCopyPreferredLocalizationsFromArray(HIServicesLibrary.__CFArray locArray)
|
AudioUnitLibrary.__CFURL |
CFBundleCopyPrivateFrameworksURL(CoreFoundationLibrary.__CFBundle bundle)
|
AudioUnitLibrary.__CFURL |
CFBundleCopyResourcesDirectoryURL(CoreFoundationLibrary.__CFBundle bundle)
|
AudioUnitLibrary.__CFURL |
CFBundleCopySharedFrameworksURL(CoreFoundationLibrary.__CFBundle bundle)
|
AudioUnitLibrary.__CFURL |
CFBundleCopySharedSupportURL(CoreFoundationLibrary.__CFBundle bundle)
|
AudioUnitLibrary.__CFURL |
CFBundleCopySupportFilesDirectoryURL(CoreFoundationLibrary.__CFBundle bundle)
|
CoreFoundationLibrary.__CFBundle |
CFBundleCreate(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL bundleURL)
|
HIServicesLibrary.__CFArray |
CFBundleGetAllBundles()
|
void |
CFBundleGetDataPointersForNames(CoreFoundationLibrary.__CFBundle bundle,
HIServicesLibrary.__CFArray symbolNames,
PointerByReference stbl)
|
void |
CFBundleGetFunctionPointersForNames(CoreFoundationLibrary.__CFBundle bundle,
HIServicesLibrary.__CFArray functionNames,
PointerByReference ftbl)
|
HIServicesLibrary.__CFDictionary |
CFBundleGetInfoDictionary(CoreFoundationLibrary.__CFBundle bundle)
|
HIServicesLibrary.__CFDictionary |
CFBundleGetLocalInfoDictionary(CoreFoundationLibrary.__CFBundle bundle)
|
CoreFoundationLibrary.__CFBundle |
CFBundleGetMainBundle()
|
void |
CFBundleGetPackageInfo(CoreFoundationLibrary.__CFBundle bundle,
IntBuffer packageType,
IntBuffer packageCreator)
|
void |
CFBundleGetPackageInfo(CoreFoundationLibrary.__CFBundle bundle,
IntByReference packageType,
IntByReference packageCreator)
Deprecated. use the safer method CFBundleGetPackageInfo(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBundle, java.nio.IntBuffer, java.nio.IntBuffer) instead |
boolean |
CFBundleGetPackageInfoInDirectory(AudioUnitLibrary.__CFURL url,
IntBuffer packageType,
IntBuffer packageCreator)
|
boolean |
CFBundleGetPackageInfoInDirectory(AudioUnitLibrary.__CFURL url,
IntByReference packageType,
IntByReference packageCreator)
Deprecated. use the safer method CFBundleGetPackageInfoInDirectory(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.IntBuffer, java.nio.IntBuffer) instead |
CoreFoundationLibrary.__CFBundle |
CFBundleGetPlugIn(CoreFoundationLibrary.__CFBundle bundle)
|
NativeLong |
CFBundleGetTypeID()
|
int |
CFBundleGetVersionNumber(CoreFoundationLibrary.__CFBundle bundle)
|
boolean |
CFBundleIsExecutableLoaded(CoreFoundationLibrary.__CFBundle bundle)
|
boolean |
CFBundleLoadExecutable(CoreFoundationLibrary.__CFBundle bundle)
|
boolean |
CFBundleLoadExecutableAndReturnError(CoreFoundationLibrary.__CFBundle bundle,
PointerByReference error)
|
int |
CFBundleOpenBundleResourceFiles(CoreFoundationLibrary.__CFBundle bundle,
ShortBuffer refNum,
ShortBuffer localizedRefNum)
|
int |
CFBundleOpenBundleResourceFiles(CoreFoundationLibrary.__CFBundle bundle,
ShortByReference refNum,
ShortByReference localizedRefNum)
Deprecated. use the safer method CFBundleOpenBundleResourceFiles(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBundle, java.nio.ShortBuffer, java.nio.ShortBuffer) instead |
short |
CFBundleOpenBundleResourceMap(CoreFoundationLibrary.__CFBundle bundle)
|
boolean |
CFBundlePreflightExecutable(CoreFoundationLibrary.__CFBundle bundle,
PointerByReference error)
|
void |
CFBundleUnloadExecutable(CoreFoundationLibrary.__CFBundle bundle)
|
boolean |
CFCalendarAddComponents(CoreFoundationLibrary.__CFCalendar calendar,
DoubleBuffer at,
NativeLong options,
String componentDesc,
Object... varargs)
Original signature : Boolean CFCalendarAddComponents(CFCalendarRef, CFAbsoluteTime*, CFOptionFlags, const char*, null)
|
boolean |
CFCalendarAddComponents(CoreFoundationLibrary.__CFCalendar calendar,
DoubleByReference at,
NativeLong options,
ByteByReference componentDesc,
Object... varargs)
Deprecated. use the safer method #CFCalendarAddComponents(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, com.sun.jna.NativeLong, java.lang.String, java.lang.Object) instead |
boolean |
CFCalendarComposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
DoubleBuffer at,
String componentDesc,
Object... varargs)
Original signature : Boolean CFCalendarComposeAbsoluteTime(CFCalendarRef, CFAbsoluteTime*, const char*, null)
|
boolean |
CFCalendarComposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
DoubleByReference at,
ByteByReference componentDesc,
Object... varargs)
Deprecated. use the safer method #CFCalendarComposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, java.lang.String, java.lang.Object) instead |
CoreFoundationLibrary.__CFCalendar |
CFCalendarCopyCurrent()
|
CoreFoundationLibrary.__CFLocale |
CFCalendarCopyLocale(CoreFoundationLibrary.__CFCalendar calendar)
|
CoreFoundationLibrary.__CFTimeZone |
CFCalendarCopyTimeZone(CoreFoundationLibrary.__CFCalendar calendar)
|
boolean |
CFCalendarDecomposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
double at,
ByteByReference componentDesc,
Object... varargs)
Deprecated. use the safer method #CFCalendarDecomposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, java.lang.String, java.lang.Object) instead |
boolean |
CFCalendarDecomposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
double at,
String componentDesc,
Object... varargs)
|
boolean |
CFCalendarGetComponentDifference(CoreFoundationLibrary.__CFCalendar calendar,
double startingAT,
double resultAT,
NativeLong options,
ByteByReference componentDesc,
Object... varargs)
Deprecated. use the safer method #CFCalendarGetComponentDifference(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, double, com.sun.jna.NativeLong, java.lang.String, java.lang.Object) instead |
boolean |
CFCalendarGetComponentDifference(CoreFoundationLibrary.__CFCalendar calendar,
double startingAT,
double resultAT,
NativeLong options,
String componentDesc,
Object... varargs)
|
NativeLong |
CFCalendarGetFirstWeekday(CoreFoundationLibrary.__CFCalendar calendar)
|
CFRange.ByValue |
CFCalendarGetMaximumRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit)
|
NativeLong |
CFCalendarGetMinimumDaysInFirstWeek(CoreFoundationLibrary.__CFCalendar calendar)
|
CFRange.ByValue |
CFCalendarGetMinimumRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit)
|
NativeLong |
CFCalendarGetOrdinalityOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong smallerUnit,
NativeLong biggerUnit,
double at)
|
CFRange.ByValue |
CFCalendarGetRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong smallerUnit,
NativeLong biggerUnit,
double at)
|
boolean |
CFCalendarGetTimeRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit,
double at,
DoubleBuffer startp,
DoubleBuffer tip)
|
boolean |
CFCalendarGetTimeRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit,
double at,
DoubleByReference startp,
DoubleByReference tip)
Deprecated. use the safer method CFCalendarGetTimeRangeOfUnit(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, com.sun.jna.NativeLong, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer) instead |
NativeLong |
CFCalendarGetTypeID()
|
void |
CFCalendarSetFirstWeekday(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong wkdy)
|
void |
CFCalendarSetLocale(CoreFoundationLibrary.__CFCalendar calendar,
CoreFoundationLibrary.__CFLocale locale)
|
void |
CFCalendarSetMinimumDaysInFirstWeek(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong mwd)
|
void |
CFCalendarSetTimeZone(CoreFoundationLibrary.__CFCalendar calendar,
CoreFoundationLibrary.__CFTimeZone tz)
|
void |
CFCharacterSetAddCharactersInRange(CoreFoundationLibrary.__CFCharacterSet theSet,
CFRange.ByValue theRange)
|
CoreFoundationLibrary.__CFCharacterSet |
CFCharacterSetCreateCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFCharacterSet theSet)
|
CoreFoundationLibrary.__CFCharacterSet |
CFCharacterSetCreateInvertedSet(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFCharacterSet theSet)
|
CoreFoundationLibrary.__CFCharacterSet |
CFCharacterSetCreateMutable(CoreFoundationLibrary.__CFAllocator alloc)
|
CoreFoundationLibrary.__CFCharacterSet |
CFCharacterSetCreateMutableCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFCharacterSet theSet)
|
CoreFoundationLibrary.__CFCharacterSet |
CFCharacterSetCreateWithCharactersInRange(CoreFoundationLibrary.__CFAllocator alloc,
CFRange.ByValue theRange)
|
CoreFoundationLibrary.__CFCharacterSet |
CFCharacterSetGetPredefined(int theSetIdentifier)
Original signature : CFCharacterSetRef CFCharacterSetGetPredefined(CFCharacterSetPredefinedSet)
|
NativeLong |
CFCharacterSetGetTypeID()
|
boolean |
CFCharacterSetHasMemberInPlane(CoreFoundationLibrary.__CFCharacterSet theSet,
NativeLong thePlane)
|
void |
CFCharacterSetIntersect(CoreFoundationLibrary.__CFCharacterSet theSet,
CoreFoundationLibrary.__CFCharacterSet theOtherSet)
|
void |
CFCharacterSetInvert(CoreFoundationLibrary.__CFCharacterSet theSet)
|
boolean |
CFCharacterSetIsCharacterMember(CoreFoundationLibrary.__CFCharacterSet theSet,
short theChar)
|
boolean |
CFCharacterSetIsLongCharacterMember(CoreFoundationLibrary.__CFCharacterSet theSet,
char theChar)
|
boolean |
CFCharacterSetIsSupersetOfSet(CoreFoundationLibrary.__CFCharacterSet theSet,
CoreFoundationLibrary.__CFCharacterSet theOtherset)
|
void |
CFCharacterSetRemoveCharactersInRange(CoreFoundationLibrary.__CFCharacterSet theSet,
CFRange.ByValue theRange)
|
void |
CFCharacterSetUnion(CoreFoundationLibrary.__CFCharacterSet theSet,
CoreFoundationLibrary.__CFCharacterSet theOtherSet)
|
void |
CFDataAppendBytes(CoreFoundationLibrary.__CFData theData,
byte[] bytes,
NativeLong length)
|
void |
CFDataAppendBytes(CoreFoundationLibrary.__CFData theData,
ByteBuffer bytes,
NativeLong length)
|
void |
CFDataAppendBytes(CoreFoundationLibrary.__CFData theData,
ByteByReference bytes,
NativeLong length)
Deprecated. use the safer methods CFDataAppendBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, byte[], com.sun.jna.NativeLong) and CFDataAppendBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
CoreFoundationLibrary.__CFData |
CFDataCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity)
|
void |
CFDataDeleteBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range)
|
ByteByReference |
CFDataGetMutableBytePtr(CoreFoundationLibrary.__CFData theData)
|
NativeLong |
CFDataGetTypeID()
|
void |
CFDataIncreaseLength(CoreFoundationLibrary.__CFData theData,
NativeLong extraLength)
|
void |
CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range,
byte[] newBytes,
NativeLong newLength)
|
void |
CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range,
ByteBuffer newBytes,
NativeLong newLength)
|
void |
CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range,
ByteByReference newBytes,
NativeLong newLength)
Deprecated. use the safer methods CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, byte[], com.sun.jna.NativeLong) and CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
void |
CFDataSetLength(CoreFoundationLibrary.__CFData theData,
NativeLong length)
|
int |
CFDateCompare(CoreFoundationLibrary.__CFDate theDate,
CoreFoundationLibrary.__CFDate otherDate,
Pointer context)
|
CoreFoundationLibrary.__CFDate |
CFDateCreate(CoreFoundationLibrary.__CFAllocator allocator,
double at)
|
CoreFoundationLibrary.__CFDateFormatter |
CFDateFormatterCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFLocale locale,
int dateStyle,
int timeStyle)
Original signature : CFDateFormatterRef CFDateFormatterCreate(CFAllocatorRef, CFLocaleRef, CFDateFormatterStyle, CFDateFormatterStyle)
|
int |
CFDateFormatterGetDateStyle(CoreFoundationLibrary.__CFDateFormatter formatter)
|
CoreFoundationLibrary.__CFLocale |
CFDateFormatterGetLocale(CoreFoundationLibrary.__CFDateFormatter formatter)
|
int |
CFDateFormatterGetTimeStyle(CoreFoundationLibrary.__CFDateFormatter formatter)
|
NativeLong |
CFDateFormatterGetTypeID()
|
double |
CFDateGetAbsoluteTime(CoreFoundationLibrary.__CFDate theDate)
|
double |
CFDateGetTimeIntervalSinceDate(CoreFoundationLibrary.__CFDate theDate,
CoreFoundationLibrary.__CFDate otherDate)
|
NativeLong |
CFDateGetTypeID()
|
void |
CFDictionaryAddValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
Pointer value)
|
void |
CFDictionaryApplyFunction(HIServicesLibrary.__CFDictionary theDict,
CoreFoundationLibrary.CFDictionaryApplierFunction applier,
Pointer context)
|
boolean |
CFDictionaryContainsKey(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
|
boolean |
CFDictionaryContainsValue(HIServicesLibrary.__CFDictionary theDict,
Pointer value)
|
HIServicesLibrary.__CFDictionary |
CFDictionaryCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference keys,
PointerByReference values,
NativeLong numValues,
CFDictionaryKeyCallBacks keyCallBacks,
CFDictionaryValueCallBacks valueCallBacks)
|
HIServicesLibrary.__CFDictionary |
CFDictionaryCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
HIServicesLibrary.__CFDictionary theDict)
|
HIServicesLibrary.__CFDictionary |
CFDictionaryCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFDictionaryKeyCallBacks keyCallBacks,
CFDictionaryValueCallBacks valueCallBacks)
|
HIServicesLibrary.__CFDictionary |
CFDictionaryCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
HIServicesLibrary.__CFDictionary theDict)
|
NativeLong |
CFDictionaryGetCount(HIServicesLibrary.__CFDictionary theDict)
|
NativeLong |
CFDictionaryGetCountOfKey(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
|
NativeLong |
CFDictionaryGetCountOfValue(HIServicesLibrary.__CFDictionary theDict,
Pointer value)
|
void |
CFDictionaryGetKeysAndValues(HIServicesLibrary.__CFDictionary theDict,
PointerByReference keys,
PointerByReference values)
|
NativeLong |
CFDictionaryGetTypeID()
|
Pointer |
CFDictionaryGetValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
|
boolean |
CFDictionaryGetValueIfPresent(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
PointerByReference value)
|
void |
CFDictionaryRemoveAllValues(HIServicesLibrary.__CFDictionary theDict)
|
void |
CFDictionaryRemoveValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
|
void |
CFDictionaryReplaceValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
Pointer value)
|
void |
CFDictionarySetValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
Pointer value)
|
boolean |
CFEqual(Pointer cf1,
Pointer cf2)
|
HIServicesLibrary.__CFDictionary |
CFErrorCopyUserInfo(CoreFoundationLibrary.__CFError err)
|
NativeLong |
CFErrorGetCode(CoreFoundationLibrary.__CFError err)
|
NativeLong |
CFErrorGetTypeID()
|
CoreFoundationLibrary.__CFAllocator |
CFGetAllocator(Pointer cf)
|
NativeLong |
CFGetRetainCount(Pointer cf)
|
NativeLong |
CFGetTypeID(Pointer cf)
|
double |
CFGregorianDateGetAbsoluteTime(CFGregorianDate.ByValue gdate,
CoreFoundationLibrary.__CFTimeZone tz)
|
boolean |
CFGregorianDateIsValid(CFGregorianDate.ByValue gdate,
NativeLong unitFlags)
|
HIServicesLibrary.__CFArray |
CFLocaleCopyAvailableLocaleIdentifiers()
|
HIServicesLibrary.__CFArray |
CFLocaleCopyCommonISOCurrencyCodes()
|
CoreFoundationLibrary.__CFLocale |
CFLocaleCopyCurrent()
|
HIServicesLibrary.__CFArray |
CFLocaleCopyISOCountryCodes()
|
HIServicesLibrary.__CFArray |
CFLocaleCopyISOCurrencyCodes()
|
HIServicesLibrary.__CFArray |
CFLocaleCopyISOLanguageCodes()
|
HIServicesLibrary.__CFArray |
CFLocaleCopyPreferredLanguages()
|
CoreFoundationLibrary.__CFLocale |
CFLocaleCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFLocale locale)
|
CoreFoundationLibrary.__CFLocale |
CFLocaleGetSystem()
|
NativeLong |
CFLocaleGetTypeID()
|
CoreFoundationLibrary.__CFMachPort |
CFMachPortCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.CFMachPortCallBack callout,
CFMachPortContext context,
boolean shouldFreeInfo)
|
HIServicesLibrary.__CFRunLoopSource |
CFMachPortCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFMachPort port,
NativeLong order)
|
void |
CFMachPortGetContext(CoreFoundationLibrary.__CFMachPort port,
CFMachPortContext context)
|
CoreFoundationLibrary.CFMachPortInvalidationCallBack |
CFMachPortGetInvalidationCallBack(CoreFoundationLibrary.__CFMachPort port)
|
NativeLong |
CFMachPortGetTypeID()
|
void |
CFMachPortInvalidate(CoreFoundationLibrary.__CFMachPort port)
|
boolean |
CFMachPortIsValid(CoreFoundationLibrary.__CFMachPort port)
|
void |
CFMachPortSetInvalidationCallBack(CoreFoundationLibrary.__CFMachPort port,
CoreFoundationLibrary.CFMachPortInvalidationCallBack callout)
|
Pointer |
CFMakeCollectable(Pointer cf)
|
HIServicesLibrary.__CFRunLoopSource |
CFMessagePortCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFMessagePort local,
NativeLong order)
|
void |
CFMessagePortGetContext(CoreFoundationLibrary.__CFMessagePort ms,
CFMessagePortContext context)
|
CoreFoundationLibrary.CFMessagePortInvalidationCallBack |
CFMessagePortGetInvalidationCallBack(CoreFoundationLibrary.__CFMessagePort ms)
|
NativeLong |
CFMessagePortGetTypeID()
|
void |
CFMessagePortInvalidate(CoreFoundationLibrary.__CFMessagePort ms)
|
boolean |
CFMessagePortIsRemote(CoreFoundationLibrary.__CFMessagePort ms)
|
boolean |
CFMessagePortIsValid(CoreFoundationLibrary.__CFMessagePort ms)
|
void |
CFMessagePortSetInvalidationCallBack(CoreFoundationLibrary.__CFMessagePort ms,
CoreFoundationLibrary.CFMessagePortInvalidationCallBack callout)
|
CoreFoundationLibrary.__CFNotificationCenter |
CFNotificationCenterGetDarwinNotifyCenter()
|
CoreFoundationLibrary.__CFNotificationCenter |
CFNotificationCenterGetDistributedCenter()
|
CoreFoundationLibrary.__CFNotificationCenter |
CFNotificationCenterGetLocalCenter()
|
NativeLong |
CFNotificationCenterGetTypeID()
|
void |
CFNotificationCenterRemoveEveryObserver(CoreFoundationLibrary.__CFNotificationCenter center,
Pointer observer)
|
NativeLong |
CFNullGetTypeID()
|
int |
CFNumberCompare(CoreFoundationLibrary.__CFNumber number,
CoreFoundationLibrary.__CFNumber otherNumber,
Pointer context)
|
CoreFoundationLibrary.__CFNumber |
CFNumberCreate(CoreFoundationLibrary.__CFAllocator allocator,
int theType,
Pointer valuePtr)
Original signature : CFNumberRef CFNumberCreate(CFAllocatorRef, CFNumberType, const void*)
|
CoreFoundationLibrary.__CFNumberFormatter |
CFNumberFormatterCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFLocale locale,
int style)
Original signature : CFNumberFormatterRef CFNumberFormatterCreate(CFAllocatorRef, CFLocaleRef, CFNumberFormatterStyle)
|
CoreFoundationLibrary.__CFLocale |
CFNumberFormatterGetLocale(CoreFoundationLibrary.__CFNumberFormatter formatter)
|
int |
CFNumberFormatterGetStyle(CoreFoundationLibrary.__CFNumberFormatter formatter)
|
NativeLong |
CFNumberFormatterGetTypeID()
|
NativeLong |
CFNumberGetByteSize(CoreFoundationLibrary.__CFNumber number)
|
int |
CFNumberGetType(CoreFoundationLibrary.__CFNumber number)
|
NativeLong |
CFNumberGetTypeID()
|
boolean |
CFNumberGetValue(CoreFoundationLibrary.__CFNumber number,
int theType,
Pointer valuePtr)
Original signature : Boolean CFNumberGetValue(CFNumberRef, CFNumberType, void*)
|
boolean |
CFNumberIsFloatType(CoreFoundationLibrary.__CFNumber number)
|
void |
CFPlugInAddInstanceForFactory(CoreFoundationLibrary.__CFUUID factoryID)
|
CoreFoundationLibrary.__CFBundle |
CFPlugInCreate(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL plugInURL)
|
HIServicesLibrary.__CFArray |
CFPlugInFindFactoriesForPlugInType(CoreFoundationLibrary.__CFUUID typeUUID)
|
HIServicesLibrary.__CFArray |
CFPlugInFindFactoriesForPlugInTypeInPlugIn(CoreFoundationLibrary.__CFUUID typeUUID,
CoreFoundationLibrary.__CFBundle plugIn)
|
CoreFoundationLibrary.__CFBundle |
CFPlugInGetBundle(CoreFoundationLibrary.__CFBundle plugIn)
|
NativeLong |
CFPlugInGetTypeID()
|
Pointer |
CFPlugInInstanceCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.__CFUUID typeUUID)
|
Pointer |
CFPlugInInstanceGetInstanceData(CoreFoundationLibrary.__CFPlugInInstance instance)
|
NativeLong |
CFPlugInInstanceGetTypeID()
|
boolean |
CFPlugInIsLoadOnDemand(CoreFoundationLibrary.__CFBundle plugIn)
|
boolean |
CFPlugInRegisterFactoryFunction(CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.CFPlugInFactoryFunction func)
|
boolean |
CFPlugInRegisterPlugInType(CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.__CFUUID typeUUID)
|
void |
CFPlugInRemoveInstanceForFactory(CoreFoundationLibrary.__CFUUID factoryID)
|
void |
CFPlugInSetLoadOnDemand(CoreFoundationLibrary.__CFBundle plugIn,
boolean flag)
|
boolean |
CFPlugInUnregisterFactory(CoreFoundationLibrary.__CFUUID factoryUUID)
|
boolean |
CFPlugInUnregisterPlugInType(CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.__CFUUID typeUUID)
|
void |
CFReadStreamClose(CoreFoundationLibrary.__CFReadStream stream)
|
CoreFoundationLibrary.__CFError |
CFReadStreamCopyError(CoreFoundationLibrary.__CFReadStream stream)
|
CoreFoundationLibrary.__CFReadStream |
CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
byte[] bytes,
NativeLong length,
CoreFoundationLibrary.__CFAllocator bytesDeallocator)
|
CoreFoundationLibrary.__CFReadStream |
CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ByteBuffer bytes,
NativeLong length,
CoreFoundationLibrary.__CFAllocator bytesDeallocator)
|
CoreFoundationLibrary.__CFReadStream |
CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ByteByReference bytes,
NativeLong length,
CoreFoundationLibrary.__CFAllocator bytesDeallocator)
Deprecated. use the safer methods CFReadStreamCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) and CFReadStreamCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) instead |
CoreFoundationLibrary.__CFReadStream |
CFReadStreamCreateWithFile(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL fileURL)
|
ByteByReference |
CFReadStreamGetBuffer(CoreFoundationLibrary.__CFReadStream stream,
NativeLong maxBytesToRead,
NativeLongByReference numBytesRead)
|
CFStreamError.ByValue |
CFReadStreamGetError(CoreFoundationLibrary.__CFReadStream stream)
|
int |
CFReadStreamGetStatus(CoreFoundationLibrary.__CFReadStream stream)
|
NativeLong |
CFReadStreamGetTypeID()
|
boolean |
CFReadStreamHasBytesAvailable(CoreFoundationLibrary.__CFReadStream stream)
|
boolean |
CFReadStreamOpen(CoreFoundationLibrary.__CFReadStream stream)
|
NativeLong |
CFReadStreamRead(CoreFoundationLibrary.__CFReadStream stream,
ByteBuffer buffer,
NativeLong bufferLength)
|
NativeLong |
CFReadStreamRead(CoreFoundationLibrary.__CFReadStream stream,
ByteByReference buffer,
NativeLong bufferLength)
Deprecated. use the safer method CFReadStreamRead(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
boolean |
CFReadStreamSetClient(CoreFoundationLibrary.__CFReadStream stream,
NativeLong streamEvents,
CoreFoundationLibrary.CFReadStreamClientCallBack clientCB,
CFStreamClientContext clientContext)
|
void |
CFRelease(Pointer cf)
|
Pointer |
CFRetain(Pointer cf)
|
HIServicesLibrary.__CFArray |
CFRunLoopCopyAllModes(CoreFoundationLibrary.__CFRunLoop rl)
|
CoreFoundationLibrary.__CFRunLoop |
CFRunLoopGetCurrent()
|
CoreFoundationLibrary.__CFRunLoop |
CFRunLoopGetMain()
|
NativeLong |
CFRunLoopGetTypeID()
|
boolean |
CFRunLoopIsWaiting(CoreFoundationLibrary.__CFRunLoop rl)
|
CoreFoundationLibrary.__CFRunLoopObserver |
CFRunLoopObserverCreate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong activities,
boolean repeats,
NativeLong order,
CoreFoundationLibrary.CFRunLoopObserverCallBack callout,
CFRunLoopObserverContext context)
|
boolean |
CFRunLoopObserverDoesRepeat(CoreFoundationLibrary.__CFRunLoopObserver observer)
|
NativeLong |
CFRunLoopObserverGetActivities(CoreFoundationLibrary.__CFRunLoopObserver observer)
|
void |
CFRunLoopObserverGetContext(CoreFoundationLibrary.__CFRunLoopObserver observer,
CFRunLoopObserverContext context)
|
NativeLong |
CFRunLoopObserverGetOrder(CoreFoundationLibrary.__CFRunLoopObserver observer)
|
NativeLong |
CFRunLoopObserverGetTypeID()
|
void |
CFRunLoopObserverInvalidate(CoreFoundationLibrary.__CFRunLoopObserver observer)
|
boolean |
CFRunLoopObserverIsValid(CoreFoundationLibrary.__CFRunLoopObserver observer)
|
void |
CFRunLoopRun()
|
HIServicesLibrary.__CFRunLoopSource |
CFRunLoopSourceCreate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong order,
CFRunLoopSourceContext context)
|
void |
CFRunLoopSourceGetContext(HIServicesLibrary.__CFRunLoopSource source,
CFRunLoopSourceContext context)
|
NativeLong |
CFRunLoopSourceGetOrder(HIServicesLibrary.__CFRunLoopSource source)
|
NativeLong |
CFRunLoopSourceGetTypeID()
|
void |
CFRunLoopSourceInvalidate(HIServicesLibrary.__CFRunLoopSource source)
|
boolean |
CFRunLoopSourceIsValid(HIServicesLibrary.__CFRunLoopSource source)
|
void |
CFRunLoopSourceSignal(HIServicesLibrary.__CFRunLoopSource source)
|
void |
CFRunLoopStop(CoreFoundationLibrary.__CFRunLoop rl)
|
CoreFoundationLibrary.__CFRunLoopTimer |
CFRunLoopTimerCreate(CoreFoundationLibrary.__CFAllocator allocator,
double fireDate,
double interval,
NativeLong flags,
NativeLong order,
CoreFoundationLibrary.CFRunLoopTimerCallBack callout,
CFRunLoopTimerContext context)
|
boolean |
CFRunLoopTimerDoesRepeat(CoreFoundationLibrary.__CFRunLoopTimer timer)
|
void |
CFRunLoopTimerGetContext(CoreFoundationLibrary.__CFRunLoopTimer timer,
CFRunLoopTimerContext context)
|
double |
CFRunLoopTimerGetInterval(CoreFoundationLibrary.__CFRunLoopTimer timer)
|
double |
CFRunLoopTimerGetNextFireDate(CoreFoundationLibrary.__CFRunLoopTimer timer)
|
NativeLong |
CFRunLoopTimerGetOrder(CoreFoundationLibrary.__CFRunLoopTimer timer)
|
NativeLong |
CFRunLoopTimerGetTypeID()
|
void |
CFRunLoopTimerInvalidate(CoreFoundationLibrary.__CFRunLoopTimer timer)
|
boolean |
CFRunLoopTimerIsValid(CoreFoundationLibrary.__CFRunLoopTimer timer)
|
void |
CFRunLoopTimerSetNextFireDate(CoreFoundationLibrary.__CFRunLoopTimer timer,
double fireDate)
|
void |
CFRunLoopWakeUp(CoreFoundationLibrary.__CFRunLoop rl)
|
void |
CFSetAddValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
|
void |
CFSetApplyFunction(CoreFoundationLibrary.__CFSet theSet,
CoreFoundationLibrary.CFSetApplierFunction applier,
Pointer context)
|
boolean |
CFSetContainsValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
|
CoreFoundationLibrary.__CFSet |
CFSetCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference values,
NativeLong numValues,
CFSetCallBacks callBacks)
|
CoreFoundationLibrary.__CFSet |
CFSetCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFSet theSet)
|
CoreFoundationLibrary.__CFSet |
CFSetCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFSetCallBacks callBacks)
|
CoreFoundationLibrary.__CFSet |
CFSetCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFSet theSet)
|
NativeLong |
CFSetGetCount(CoreFoundationLibrary.__CFSet theSet)
|
NativeLong |
CFSetGetCountOfValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
|
NativeLong |
CFSetGetTypeID()
|
Pointer |
CFSetGetValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
|
boolean |
CFSetGetValueIfPresent(CoreFoundationLibrary.__CFSet theSet,
Pointer candidate,
PointerByReference value)
|
void |
CFSetGetValues(CoreFoundationLibrary.__CFSet theSet,
PointerByReference values)
|
void |
CFSetRemoveAllValues(CoreFoundationLibrary.__CFSet theSet)
|
void |
CFSetRemoveValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
|
void |
CFSetReplaceValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
|
void |
CFSetSetValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
|
void |
CFShow(Pointer obj)
|
CoreFoundationLibrary.__CFSocket |
CFSocketCreate(CoreFoundationLibrary.__CFAllocator allocator,
int protocolFamily,
int socketType,
int protocol,
NativeLong callBackTypes,
CoreFoundationLibrary.CFSocketCallBack callout,
CFSocketContext context)
|
CoreFoundationLibrary.__CFSocket |
CFSocketCreateConnectedToSocketSignature(CoreFoundationLibrary.__CFAllocator allocator,
CFSocketSignature signature,
NativeLong callBackTypes,
CoreFoundationLibrary.CFSocketCallBack callout,
CFSocketContext context,
double timeout)
|
HIServicesLibrary.__CFRunLoopSource |
CFSocketCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFSocket s,
NativeLong order)
|
CoreFoundationLibrary.__CFSocket |
CFSocketCreateWithSocketSignature(CoreFoundationLibrary.__CFAllocator allocator,
CFSocketSignature signature,
NativeLong callBackTypes,
CoreFoundationLibrary.CFSocketCallBack callout,
CFSocketContext context)
|
void |
CFSocketDisableCallBacks(CoreFoundationLibrary.__CFSocket s,
NativeLong callBackTypes)
|
void |
CFSocketEnableCallBacks(CoreFoundationLibrary.__CFSocket s,
NativeLong callBackTypes)
|
void |
CFSocketGetContext(CoreFoundationLibrary.__CFSocket s,
CFSocketContext context)
|
short |
CFSocketGetDefaultNameRegistryPortNumber()
|
NativeLong |
CFSocketGetSocketFlags(CoreFoundationLibrary.__CFSocket s)
|
NativeLong |
CFSocketGetTypeID()
|
void |
CFSocketInvalidate(CoreFoundationLibrary.__CFSocket s)
|
boolean |
CFSocketIsValid(CoreFoundationLibrary.__CFSocket s)
|
void |
CFSocketSetDefaultNameRegistryPortNumber(short port)
|
void |
CFSocketSetSocketFlags(CoreFoundationLibrary.__CFSocket s,
NativeLong flags)
|
void |
CFStreamCreateBoundPair(CoreFoundationLibrary.__CFAllocator alloc,
PointerByReference readStream,
PointerByReference writeStream,
NativeLong transferBufferSize)
|
void |
CFStreamCreatePairWithPeerSocketSignature(CoreFoundationLibrary.__CFAllocator alloc,
CFSocketSignature signature,
PointerByReference readStream,
PointerByReference writeStream)
|
void |
CFStringAppendCharacters(CoreFoundationLibrary.__CFString theString,
ShortBuffer chars,
NativeLong numChars)
|
void |
CFStringAppendCharacters(CoreFoundationLibrary.__CFString theString,
ShortByReference chars,
NativeLong numChars)
Deprecated. use the safer method CFStringAppendCharacters(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong) instead |
void |
CFStringAppendCString(CoreFoundationLibrary.__CFString theString,
ByteByReference cStr,
int encoding)
Deprecated. use the safer method CFStringAppendCString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.lang.String, int) instead |
void |
CFStringAppendCString(CoreFoundationLibrary.__CFString theString,
String cStr,
int encoding)
|
void |
CFStringAppendPascalString(CoreFoundationLibrary.__CFString theString,
byte[] pStr,
int encoding)
|
void |
CFStringAppendPascalString(CoreFoundationLibrary.__CFString theString,
ByteBuffer pStr,
int encoding)
|
void |
CFStringAppendPascalString(CoreFoundationLibrary.__CFString theString,
ByteByReference pStr,
int encoding)
Deprecated. use the safer methods CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, byte[], int) and CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ByteBuffer, int) instead |
void |
CFStringCapitalize(CoreFoundationLibrary.__CFString theString,
CoreFoundationLibrary.__CFLocale locale)
|
int |
CFStringConvertEncodingToNSStringEncoding(int encoding)
|
int |
CFStringConvertEncodingToWindowsCodepage(int encoding)
|
int |
CFStringConvertNSStringEncodingToEncoding(NativeLong encoding)
|
int |
CFStringConvertWindowsCodepageToEncoding(int codepage)
|
CoreFoundationLibrary.__CFString |
CFStringCreateMutable(CoreFoundationLibrary.__CFAllocator alloc,
NativeLong maxLength)
|
CoreFoundationLibrary.__CFString |
CFStringCreateMutableWithExternalCharactersNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ShortBuffer chars,
NativeLong numChars,
NativeLong capacity,
CoreFoundationLibrary.__CFAllocator externalCharactersAllocator)
|
CoreFoundationLibrary.__CFString |
CFStringCreateMutableWithExternalCharactersNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ShortByReference chars,
NativeLong numChars,
NativeLong capacity,
CoreFoundationLibrary.__CFAllocator externalCharactersAllocator)
Deprecated. use the safer method CFStringCreateMutableWithExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) instead |
void |
CFStringDelete(CoreFoundationLibrary.__CFString theString,
CFRange.ByValue range)
|
void |
CFStringFold(CoreFoundationLibrary.__CFString theString,
NativeLong theFlags,
CoreFoundationLibrary.__CFLocale theLocale)
|
IntByReference |
CFStringGetListOfAvailableEncodings()
|
NativeLong |
CFStringGetMaximumSizeForEncoding(NativeLong length,
int encoding)
Original signature : CFIndex CFStringGetMaximumSizeForEncoding(CFIndex, CFStringEncoding)
|
int |
CFStringGetMostCompatibleMacStringEncoding(int encoding)
|
int |
CFStringGetSystemEncoding()
|
NativeLong |
CFStringGetTypeID()
|
boolean |
CFStringIsEncodingAvailable(int encoding)
|
void |
CFStringLowercase(CoreFoundationLibrary.__CFString theString,
CoreFoundationLibrary.__CFLocale locale)
|
void |
CFStringNormalize(CoreFoundationLibrary.__CFString theString,
int theForm)
Original signature : void CFStringNormalize(CFMutableStringRef, CFStringNormalizationForm)
|
void |
CFStringSetExternalCharactersNoCopy(CoreFoundationLibrary.__CFString theString,
ShortBuffer chars,
NativeLong length,
NativeLong capacity)
Original signature : void CFStringSetExternalCharactersNoCopy(CFMutableStringRef, UniChar*, CFIndex, CFIndex)
|
void |
CFStringSetExternalCharactersNoCopy(CoreFoundationLibrary.__CFString theString,
ShortByReference chars,
NativeLong length,
NativeLong capacity)
Deprecated. use the safer method CFStringSetExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong) instead |
NativeLong |
CFStringTokenizerAdvanceToNextToken(CoreFoundationLibrary.__CFStringTokenizer tokenizer)
|
Pointer |
CFStringTokenizerCopyCurrentTokenAttribute(CoreFoundationLibrary.__CFStringTokenizer tokenizer,
NativeLong attribute)
|
NativeLong |
CFStringTokenizerGetCurrentSubTokens(CoreFoundationLibrary.__CFStringTokenizer tokenizer,
CFRange ranges,
NativeLong maxRangeLength,
HIServicesLibrary.__CFArray derivedSubTokens)
|
CFRange.ByValue |
CFStringTokenizerGetCurrentTokenRange(CoreFoundationLibrary.__CFStringTokenizer tokenizer)
|
NativeLong |
CFStringTokenizerGetTypeID()
|
NativeLong |
CFStringTokenizerGoToTokenAtIndex(CoreFoundationLibrary.__CFStringTokenizer tokenizer,
NativeLong index)
|
void |
CFStringTrimWhitespace(CoreFoundationLibrary.__CFString theString)
|
void |
CFStringUppercase(CoreFoundationLibrary.__CFString theString,
CoreFoundationLibrary.__CFLocale locale)
|
HIServicesLibrary.__CFDictionary |
CFTimeZoneCopyAbbreviationDictionary()
|
CoreFoundationLibrary.__CFTimeZone |
CFTimeZoneCopyDefault()
|
HIServicesLibrary.__CFArray |
CFTimeZoneCopyKnownNames()
|
CoreFoundationLibrary.__CFTimeZone |
CFTimeZoneCopySystem()
|
CoreFoundationLibrary.__CFTimeZone |
CFTimeZoneCreateWithTimeIntervalFromGMT(CoreFoundationLibrary.__CFAllocator allocator,
double ti)
|
double |
CFTimeZoneGetDaylightSavingTimeOffset(CoreFoundationLibrary.__CFTimeZone tz,
double at)
|
double |
CFTimeZoneGetNextDaylightSavingTimeTransition(CoreFoundationLibrary.__CFTimeZone tz,
double at)
|
double |
CFTimeZoneGetSecondsFromGMT(CoreFoundationLibrary.__CFTimeZone tz,
double at)
|
NativeLong |
CFTimeZoneGetTypeID()
|
boolean |
CFTimeZoneIsDaylightSavingTime(CoreFoundationLibrary.__CFTimeZone tz,
double at)
|
void |
CFTimeZoneResetSystem()
|
void |
CFTimeZoneSetAbbreviationDictionary(HIServicesLibrary.__CFDictionary dict)
|
void |
CFTimeZoneSetDefault(CoreFoundationLibrary.__CFTimeZone tz)
|
void |
CFTreeAppendChild(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.__CFTree newChild)
|
void |
CFTreeApplyFunctionToChildren(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.CFTreeApplierFunction applier,
Pointer context)
|
CoreFoundationLibrary.__CFTree |
CFTreeCreate(CoreFoundationLibrary.__CFAllocator allocator,
CFTreeContext context)
|
CoreFoundationLibrary.__CFTree |
CFTreeFindRoot(CoreFoundationLibrary.__CFTree tree)
|
CoreFoundationLibrary.__CFTree |
CFTreeGetChildAtIndex(CoreFoundationLibrary.__CFTree tree,
NativeLong idx)
|
NativeLong |
CFTreeGetChildCount(CoreFoundationLibrary.__CFTree tree)
|
void |
CFTreeGetChildren(CoreFoundationLibrary.__CFTree tree,
PointerByReference children)
|
void |
CFTreeGetContext(CoreFoundationLibrary.__CFTree tree,
CFTreeContext context)
|
CoreFoundationLibrary.__CFTree |
CFTreeGetFirstChild(CoreFoundationLibrary.__CFTree tree)
|
CoreFoundationLibrary.__CFTree |
CFTreeGetNextSibling(CoreFoundationLibrary.__CFTree tree)
|
CoreFoundationLibrary.__CFTree |
CFTreeGetParent(CoreFoundationLibrary.__CFTree tree)
|
NativeLong |
CFTreeGetTypeID()
|
void |
CFTreeInsertSibling(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.__CFTree newSibling)
|
void |
CFTreePrependChild(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.__CFTree newChild)
|
void |
CFTreeRemove(CoreFoundationLibrary.__CFTree tree)
|
void |
CFTreeRemoveAllChildren(CoreFoundationLibrary.__CFTree tree)
|
void |
CFTreeSetContext(CoreFoundationLibrary.__CFTree tree,
CFTreeContext context)
|
void |
CFTreeSortChildren(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.CFComparatorFunction comparator,
Pointer context)
|
boolean |
CFURLCanBeDecomposed(AudioUnitLibrary.__CFURL anURL)
|
AudioUnitLibrary.__CFURL |
CFURLCopyAbsoluteURL(AudioUnitLibrary.__CFURL relativeURL)
|
AudioUnitLibrary.__CFURL |
CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
byte[] relativeURLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL,
boolean useCompatibilityMode)
|
AudioUnitLibrary.__CFURL |
CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
ByteBuffer relativeURLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL,
boolean useCompatibilityMode)
|
AudioUnitLibrary.__CFURL |
CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
ByteByReference relativeURLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL,
boolean useCompatibilityMode)
Deprecated. use the safer methods CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean) and CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean) instead |
AudioUnitLibrary.__CFURL |
CFURLCreateCopyDeletingLastPathComponent(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL url)
|
AudioUnitLibrary.__CFURL |
CFURLCreateCopyDeletingPathExtension(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL url)
|
boolean |
CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL url,
CoreFoundationLibrary.CFDataRef resourceData,
PointerByReference properties,
HIServicesLibrary.__CFArray desiredProperties,
IntBuffer errorCode)
|
boolean |
CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL url,
CoreFoundationLibrary.CFDataRef resourceData,
PointerByReference properties,
HIServicesLibrary.__CFArray desiredProperties,
IntByReference errorCode)
Deprecated. use the safer method CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.IntBuffer) instead |
AudioUnitLibrary.__CFURL |
CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator allocator,
byte[] buffer,
NativeLong bufLen,
boolean isDirectory)
|
AudioUnitLibrary.__CFURL |
CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer buffer,
NativeLong bufLen,
boolean isDirectory)
|
AudioUnitLibrary.__CFURL |
CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference buffer,
NativeLong bufLen,
boolean isDirectory)
Deprecated. use the safer methods CFURLCreateFromFileSystemRepresentation(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, boolean) and CFURLCreateFromFileSystemRepresentation(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, boolean) instead |
AudioUnitLibrary.__CFURL |
CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator allocator,
byte[] buffer,
NativeLong bufLen,
boolean isDirectory,
AudioUnitLibrary.__CFURL baseURL)
|
AudioUnitLibrary.__CFURL |
CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer buffer,
NativeLong bufLen,
boolean isDirectory,
AudioUnitLibrary.__CFURL baseURL)
|
AudioUnitLibrary.__CFURL |
CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference buffer,
NativeLong bufLen,
boolean isDirectory,
AudioUnitLibrary.__CFURL baseURL)
Deprecated. use the safer methods CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) and CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) instead |
AudioUnitLibrary.__CFURL |
CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator allocator,
byte[] URLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL)
|
AudioUnitLibrary.__CFURL |
CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer URLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL)
|
AudioUnitLibrary.__CFURL |
CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference URLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL)
Deprecated. use the safer methods CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) and CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) instead |
boolean |
CFURLDestroyResource(AudioUnitLibrary.__CFURL url,
IntBuffer errorCode)
|
boolean |
CFURLDestroyResource(AudioUnitLibrary.__CFURL url,
IntByReference errorCode)
Deprecated. use the safer method CFURLDestroyResource(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.IntBuffer) instead |
AudioUnitLibrary.__CFURL |
CFURLGetBaseURL(AudioUnitLibrary.__CFURL anURL)
|
CFRange.ByValue |
CFURLGetByteRangeForComponent(AudioUnitLibrary.__CFURL url,
int component,
CFRange rangeIncludingSeparators)
Original signature : CFRange CFURLGetByteRangeForComponent(CFURLRef, CFURLComponentType, CFRange*)
|
NativeLong |
CFURLGetBytes(AudioUnitLibrary.__CFURL url,
ByteBuffer buffer,
NativeLong bufferLength)
|
NativeLong |
CFURLGetBytes(AudioUnitLibrary.__CFURL url,
ByteByReference buffer,
NativeLong bufferLength)
Deprecated. use the safer method CFURLGetBytes(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
boolean |
CFURLGetFileSystemRepresentation(AudioUnitLibrary.__CFURL url,
boolean resolveAgainstBase,
ByteBuffer buffer,
NativeLong maxBufLen)
|
boolean |
CFURLGetFileSystemRepresentation(AudioUnitLibrary.__CFURL url,
boolean resolveAgainstBase,
ByteByReference buffer,
NativeLong maxBufLen)
Deprecated. use the safer method CFURLGetFileSystemRepresentation(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
int |
CFURLGetPortNumber(AudioUnitLibrary.__CFURL anURL)
Original signature : SInt32 CFURLGetPortNumber(CFURLRef)
|
NativeLong |
CFURLGetTypeID()
|
boolean |
CFURLHasDirectoryPath(AudioUnitLibrary.__CFURL anURL)
|
int |
CFUserNotificationCancel(CoreFoundationLibrary.__CFUserNotification userNotification)
|
CoreFoundationLibrary.__CFUserNotification |
CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator allocator,
double timeout,
NativeLong flags,
IntBuffer error,
HIServicesLibrary.__CFDictionary dictionary)
|
CoreFoundationLibrary.__CFUserNotification |
CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator allocator,
double timeout,
NativeLong flags,
IntByReference error,
HIServicesLibrary.__CFDictionary dictionary)
Deprecated. use the safer method CFUserNotificationCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, double, com.sun.jna.NativeLong, java.nio.IntBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary) instead |
HIServicesLibrary.__CFRunLoopSource |
CFUserNotificationCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFUserNotification userNotification,
CoreFoundationLibrary.CFUserNotificationCallBack callout,
NativeLong order)
|
HIServicesLibrary.__CFDictionary |
CFUserNotificationGetResponseDictionary(CoreFoundationLibrary.__CFUserNotification userNotification)
|
NativeLong |
CFUserNotificationGetTypeID()
|
int |
CFUserNotificationReceiveResponse(CoreFoundationLibrary.__CFUserNotification userNotification,
double timeout,
NativeLongByReference responseFlags)
|
int |
CFUserNotificationUpdate(CoreFoundationLibrary.__CFUserNotification userNotification,
double timeout,
NativeLong flags,
HIServicesLibrary.__CFDictionary dictionary)
|
CoreFoundationLibrary.__CFUUID |
CFUUIDCreate(CoreFoundationLibrary.__CFAllocator alloc)
|
CoreFoundationLibrary.__CFUUID |
CFUUIDCreateFromUUIDBytes(CoreFoundationLibrary.__CFAllocator alloc,
CFUUIDBytes.ByValue bytes)
|
CoreFoundationLibrary.__CFUUID |
CFUUIDCreateWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
byte byte0,
byte byte1,
byte byte2,
byte byte3,
byte byte4,
byte byte5,
byte byte6,
byte byte7,
byte byte8,
byte byte9,
byte byte10,
byte byte11,
byte byte12,
byte byte13,
byte byte14,
byte byte15)
|
CoreFoundationLibrary.__CFUUID |
CFUUIDGetConstantUUIDWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
byte byte0,
byte byte1,
byte byte2,
byte byte3,
byte byte4,
byte byte5,
byte byte6,
byte byte7,
byte byte8,
byte byte9,
byte byte10,
byte byte11,
byte byte12,
byte byte13,
byte byte14,
byte byte15)
|
NativeLong |
CFUUIDGetTypeID()
|
CFUUIDBytes.ByValue |
CFUUIDGetUUIDBytes(CoreFoundationLibrary.__CFUUID uuid)
|
boolean |
CFWriteStreamCanAcceptBytes(CoreFoundationLibrary.__CFWriteStream stream)
|
void |
CFWriteStreamClose(CoreFoundationLibrary.__CFWriteStream stream)
|
CoreFoundationLibrary.__CFError |
CFWriteStreamCopyError(CoreFoundationLibrary.__CFWriteStream stream)
|
CoreFoundationLibrary.__CFWriteStream |
CFWriteStreamCreateWithAllocatedBuffers(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFAllocator bufferAllocator)
|
CoreFoundationLibrary.__CFWriteStream |
CFWriteStreamCreateWithBuffer(CoreFoundationLibrary.__CFAllocator alloc,
ByteBuffer buffer,
NativeLong bufferCapacity)
|
CoreFoundationLibrary.__CFWriteStream |
CFWriteStreamCreateWithBuffer(CoreFoundationLibrary.__CFAllocator alloc,
ByteByReference buffer,
NativeLong bufferCapacity)
Deprecated. use the safer method CFWriteStreamCreateWithBuffer(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
CoreFoundationLibrary.__CFWriteStream |
CFWriteStreamCreateWithFile(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL fileURL)
|
CFStreamError.ByValue |
CFWriteStreamGetError(CoreFoundationLibrary.__CFWriteStream stream)
|
int |
CFWriteStreamGetStatus(CoreFoundationLibrary.__CFWriteStream stream)
|
NativeLong |
CFWriteStreamGetTypeID()
|
boolean |
CFWriteStreamOpen(CoreFoundationLibrary.__CFWriteStream stream)
|
boolean |
CFWriteStreamSetClient(CoreFoundationLibrary.__CFWriteStream stream,
NativeLong streamEvents,
CoreFoundationLibrary.CFWriteStreamClientCallBack clientCB,
CFStreamClientContext clientContext)
|
NativeLong |
CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream stream,
byte[] buffer,
NativeLong bufferLength)
|
NativeLong |
CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream stream,
ByteBuffer buffer,
NativeLong bufferLength)
|
NativeLong |
CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream stream,
ByteByReference buffer,
NativeLong bufferLength)
Deprecated. use the safer methods CFWriteStreamWrite(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream, byte[], com.sun.jna.NativeLong) and CFWriteStreamWrite(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead |
CoreFoundationLibrary.__CFXMLNode |
CFXMLNodeCreateCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFXMLNode origNode)
|
Pointer |
CFXMLNodeGetInfoPtr(CoreFoundationLibrary.__CFXMLNode node)
|
int |
CFXMLNodeGetTypeCode(CoreFoundationLibrary.__CFXMLNode node)
|
NativeLong |
CFXMLNodeGetTypeID()
|
NativeLong |
CFXMLNodeGetVersion(CoreFoundationLibrary.__CFXMLNode node)
|
CoreFoundationLibrary.__CFXMLParser |
CFXMLParserCreateWithDataFromURL(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL dataSource,
NativeLong parseOptions,
NativeLong versionOfNodes,
CFXMLParserCallBacks callBacks,
CFXMLParserContext context)
|
void |
CFXMLParserGetCallBacks(CoreFoundationLibrary.__CFXMLParser parser,
CFXMLParserCallBacks callBacks)
|
void |
CFXMLParserGetContext(CoreFoundationLibrary.__CFXMLParser parser,
CFXMLParserContext context)
|
Pointer |
CFXMLParserGetDocument(CoreFoundationLibrary.__CFXMLParser parser)
|
NativeLong |
CFXMLParserGetLineNumber(CoreFoundationLibrary.__CFXMLParser parser)
|
NativeLong |
CFXMLParserGetLocation(CoreFoundationLibrary.__CFXMLParser parser)
|
AudioUnitLibrary.__CFURL |
CFXMLParserGetSourceURL(CoreFoundationLibrary.__CFXMLParser parser)
|
int |
CFXMLParserGetStatusCode(CoreFoundationLibrary.__CFXMLParser parser)
|
NativeLong |
CFXMLParserGetTypeID()
|
boolean |
CFXMLParserParse(CoreFoundationLibrary.__CFXMLParser parser)
|
int |
IUnknown_AddRef()
|
int |
IUnknown_QueryInterface(CFUUIDBytes.ByValue iid,
PointerByReference ppv)
|
int |
IUnknown_Release()
|
INSTANCE
static final CoreFoundationLibrary INSTANCE
kCFNotFound
static final int kCFNotFound
- See Also:
- Constant Field Values
kCFStringEncodingMacRoman
static final int kCFStringEncodingMacRoman
- See Also:
- Constant Field Values
kCFStringEncodingWindowsLatin1
static final int kCFStringEncodingWindowsLatin1
- See Also:
- Constant Field Values
kCFStringEncodingISOLatin1
static final int kCFStringEncodingISOLatin1
- See Also:
- Constant Field Values
kCFStringEncodingNextStepLatin
static final int kCFStringEncodingNextStepLatin
- See Also:
- Constant Field Values
kCFStringEncodingASCII
static final int kCFStringEncodingASCII
- See Also:
- Constant Field Values
kCFStringEncodingUnicode
static final int kCFStringEncodingUnicode
- See Also:
- Constant Field Values
kCFStringEncodingUTF8
static final int kCFStringEncodingUTF8
- See Also:
- Constant Field Values
kCFStringEncodingNonLossyASCII
static final int kCFStringEncodingNonLossyASCII
- See Also:
- Constant Field Values
kCFStringEncodingUTF16
static final int kCFStringEncodingUTF16
- See Also:
- Constant Field Values
kCFStringEncodingUTF16BE
static final int kCFStringEncodingUTF16BE
- See Also:
- Constant Field Values
kCFStringEncodingUTF16LE
static final int kCFStringEncodingUTF16LE
- See Also:
- Constant Field Values
kCFStringEncodingUTF32
static final int kCFStringEncodingUTF32
- See Also:
- Constant Field Values
kCFStringEncodingUTF32BE
static final int kCFStringEncodingUTF32BE
- See Also:
- Constant Field Values
kCFStringEncodingUTF32LE
static final int kCFStringEncodingUTF32LE
- See Also:
- Constant Field Values
kCFCompareCaseInsensitive
static final int kCFCompareCaseInsensitive
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
- See Also:
- Constant Field Values
kCFCompareBackwards
static final int kCFCompareBackwards
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
Starting from the end of the string
- See Also:
- Constant Field Values
kCFCompareAnchored
static final int kCFCompareAnchored
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
Only at the specified starting point
- See Also:
- Constant Field Values
kCFCompareNonliteral
static final int kCFCompareNonliteral
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
If specified, loose equivalence is performed (o-umlaut == o, umlaut)
- See Also:
- Constant Field Values
kCFCompareLocalized
static final int kCFCompareLocalized
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
User's default locale is used for the comparisons
- See Also:
- Constant Field Values
kCFCompareNumerically
static final int kCFCompareNumerically
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
Numeric comparison is used; that is, Foo2.txt < Foo7.txt < Foo25.txt
- See Also:
- Constant Field Values
kCFCompareDiacriticInsensitive
static final int kCFCompareDiacriticInsensitive
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
If specified, ignores diacritics (o-umlaut == o)
- See Also:
- Constant Field Values
kCFCompareWidthInsensitive
static final int kCFCompareWidthInsensitive
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
If specified, ignores width differences ('a' == UFF41)
- See Also:
- Constant Field Values
kCFCompareForcedOrdering
static final int kCFCompareForcedOrdering
- Find and compare flags; these are OR'ed together as compareOptions or searchOptions in the various functions.
This typedef doesn't appear in the functions; instead the argument is CFOptionFlags.
If specified, comparisons are forced to return either kCFCompareLessThan or kCFCompareGreaterThan if the strings are equivalent but not strictly equal, for stability when sorting (e.g. "aaa" > "AAA" with kCFCompareCaseInsensitive specified)
- See Also:
- Constant Field Values
kCFBundleExecutableArchitectureI386
static final int kCFBundleExecutableArchitectureI386
- See Also:
- Constant Field Values
kCFBundleExecutableArchitecturePPC
static final int kCFBundleExecutableArchitecturePPC
- See Also:
- Constant Field Values
kCFBundleExecutableArchitectureX86_64
static final int kCFBundleExecutableArchitectureX86_64
- See Also:
- Constant Field Values
kCFBundleExecutableArchitecturePPC64
static final int kCFBundleExecutableArchitecturePPC64
- See Also:
- Constant Field Values
kCFGregorianUnitsYears
static final int kCFGregorianUnitsYears
- See Also:
- Constant Field Values
kCFGregorianUnitsMonths
static final int kCFGregorianUnitsMonths
- See Also:
- Constant Field Values
kCFGregorianUnitsDays
static final int kCFGregorianUnitsDays
- See Also:
- Constant Field Values
kCFGregorianUnitsHours
static final int kCFGregorianUnitsHours
- See Also:
- Constant Field Values
kCFGregorianUnitsMinutes
static final int kCFGregorianUnitsMinutes
- See Also:
- Constant Field Values
kCFGregorianUnitsSeconds
static final int kCFGregorianUnitsSeconds
- See Also:
- Constant Field Values
kCFGregorianAllUnits
static final int kCFGregorianAllUnits
- See Also:
- Constant Field Values
kCFCalendarUnitEra
static final int kCFCalendarUnitEra
- See Also:
- Constant Field Values
kCFCalendarUnitYear
static final int kCFCalendarUnitYear
- See Also:
- Constant Field Values
kCFCalendarUnitMonth
static final int kCFCalendarUnitMonth
- See Also:
- Constant Field Values
kCFCalendarUnitDay
static final int kCFCalendarUnitDay
- See Also:
- Constant Field Values
kCFCalendarUnitHour
static final int kCFCalendarUnitHour
- See Also:
- Constant Field Values
kCFCalendarUnitMinute
static final int kCFCalendarUnitMinute
- See Also:
- Constant Field Values
kCFCalendarUnitSecond
static final int kCFCalendarUnitSecond
- See Also:
- Constant Field Values
kCFCalendarUnitWeek
static final int kCFCalendarUnitWeek
- See Also:
- Constant Field Values
kCFCalendarUnitWeekday
static final int kCFCalendarUnitWeekday
- See Also:
- Constant Field Values
kCFCalendarUnitWeekdayOrdinal
static final int kCFCalendarUnitWeekdayOrdinal
- See Also:
- Constant Field Values
kCFCalendarComponentsWrap
static final int kCFCalendarComponentsWrap
- See Also:
- Constant Field Values
kCFRunLoopRunFinished
static final int kCFRunLoopRunFinished
- See Also:
- Constant Field Values
kCFRunLoopRunStopped
static final int kCFRunLoopRunStopped
- See Also:
- Constant Field Values
kCFRunLoopRunTimedOut
static final int kCFRunLoopRunTimedOut
- See Also:
- Constant Field Values
kCFRunLoopRunHandledSource
static final int kCFRunLoopRunHandledSource
- See Also:
- Constant Field Values
kCFRunLoopEntry
static final int kCFRunLoopEntry
- See Also:
- Constant Field Values
kCFRunLoopBeforeTimers
static final int kCFRunLoopBeforeTimers
- See Also:
- Constant Field Values
kCFRunLoopBeforeSources
static final int kCFRunLoopBeforeSources
- See Also:
- Constant Field Values
kCFRunLoopBeforeWaiting
static final int kCFRunLoopBeforeWaiting
- See Also:
- Constant Field Values
kCFRunLoopAfterWaiting
static final int kCFRunLoopAfterWaiting
- See Also:
- Constant Field Values
kCFRunLoopExit
static final int kCFRunLoopExit
- See Also:
- Constant Field Values
kCFRunLoopAllActivities
static final int kCFRunLoopAllActivities
- See Also:
- Constant Field Values
kCFMessagePortSuccess
static final int kCFMessagePortSuccess
- See Also:
- Constant Field Values
kCFMessagePortSendTimeout
static final int kCFMessagePortSendTimeout
- See Also:
- Constant Field Values
kCFMessagePortReceiveTimeout
static final int kCFMessagePortReceiveTimeout
- See Also:
- Constant Field Values
kCFMessagePortIsInvalid
static final int kCFMessagePortIsInvalid
- See Also:
- Constant Field Values
kCFMessagePortTransportError
static final int kCFMessagePortTransportError
- See Also:
- Constant Field Values
kCFNumberFormatterParseIntegersOnly
static final int kCFNumberFormatterParseIntegersOnly
- See Also:
- Constant Field Values
kCFSocketNoCallBack
static final int kCFSocketNoCallBack
- See Also:
- Constant Field Values
kCFSocketReadCallBack
static final int kCFSocketReadCallBack
- See Also:
- Constant Field Values
kCFSocketAcceptCallBack
static final int kCFSocketAcceptCallBack
- See Also:
- Constant Field Values
kCFSocketDataCallBack
static final int kCFSocketDataCallBack
- See Also:
- Constant Field Values
kCFSocketConnectCallBack
static final int kCFSocketConnectCallBack
- See Also:
- Constant Field Values
kCFSocketWriteCallBack
static final int kCFSocketWriteCallBack
- See Also:
- Constant Field Values
kCFSocketAutomaticallyReenableReadCallBack
static final int kCFSocketAutomaticallyReenableReadCallBack
- See Also:
- Constant Field Values
kCFSocketAutomaticallyReenableAcceptCallBack
static final int kCFSocketAutomaticallyReenableAcceptCallBack
- See Also:
- Constant Field Values
kCFSocketAutomaticallyReenableDataCallBack
static final int kCFSocketAutomaticallyReenableDataCallBack
- See Also:
- Constant Field Values
kCFSocketAutomaticallyReenableWriteCallBack
static final int kCFSocketAutomaticallyReenableWriteCallBack
- See Also:
- Constant Field Values
kCFSocketCloseOnInvalidate
static final int kCFSocketCloseOnInvalidate
- See Also:
- Constant Field Values
kCFStreamEventNone
static final int kCFStreamEventNone
- See Also:
- Constant Field Values
kCFStreamEventOpenCompleted
static final int kCFStreamEventOpenCompleted
- See Also:
- Constant Field Values
kCFStreamEventHasBytesAvailable
static final int kCFStreamEventHasBytesAvailable
- See Also:
- Constant Field Values
kCFStreamEventCanAcceptBytes
static final int kCFStreamEventCanAcceptBytes
- See Also:
- Constant Field Values
kCFStreamEventErrorOccurred
static final int kCFStreamEventErrorOccurred
- See Also:
- Constant Field Values
kCFStreamEventEndEncountered
static final int kCFStreamEventEndEncountered
- See Also:
- Constant Field Values
kCFPropertyListImmutable
static final int kCFPropertyListImmutable
- See Also:
- Constant Field Values
kCFPropertyListMutableContainers
static final int kCFPropertyListMutableContainers
- See Also:
- Constant Field Values
kCFPropertyListMutableContainersAndLeaves
static final int kCFPropertyListMutableContainersAndLeaves
- See Also:
- Constant Field Values
kCFUserNotificationStopAlertLevel
static final int kCFUserNotificationStopAlertLevel
- See Also:
- Constant Field Values
kCFUserNotificationNoteAlertLevel
static final int kCFUserNotificationNoteAlertLevel
- See Also:
- Constant Field Values
kCFUserNotificationCautionAlertLevel
static final int kCFUserNotificationCautionAlertLevel
- See Also:
- Constant Field Values
kCFUserNotificationPlainAlertLevel
static final int kCFUserNotificationPlainAlertLevel
- See Also:
- Constant Field Values
kCFUserNotificationDefaultResponse
static final int kCFUserNotificationDefaultResponse
- See Also:
- Constant Field Values
kCFUserNotificationAlternateResponse
static final int kCFUserNotificationAlternateResponse
- See Also:
- Constant Field Values
kCFUserNotificationOtherResponse
static final int kCFUserNotificationOtherResponse
- See Also:
- Constant Field Values
kCFUserNotificationCancelResponse
static final int kCFUserNotificationCancelResponse
- See Also:
- Constant Field Values
kCFUserNotificationNoDefaultButtonFlag
static final int kCFUserNotificationNoDefaultButtonFlag
- See Also:
- Constant Field Values
kCFUserNotificationUseRadioButtonsFlag
static final int kCFUserNotificationUseRadioButtonsFlag
- See Also:
- Constant Field Values
kCFXMLNodeCurrentVersion
static final int kCFXMLNodeCurrentVersion
- See Also:
- Constant Field Values
kCFXMLParserValidateDocument
static final int kCFXMLParserValidateDocument
- See Also:
- Constant Field Values
kCFXMLParserSkipMetaData
static final int kCFXMLParserSkipMetaData
- See Also:
- Constant Field Values
kCFXMLParserReplacePhysicalEntities
static final int kCFXMLParserReplacePhysicalEntities
- See Also:
- Constant Field Values
kCFXMLParserSkipWhitespace
static final int kCFXMLParserSkipWhitespace
- See Also:
- Constant Field Values
kCFXMLParserResolveExternalEntities
static final int kCFXMLParserResolveExternalEntities
- See Also:
- Constant Field Values
kCFXMLParserAddImpliedAttributes
static final int kCFXMLParserAddImpliedAttributes
- See Also:
- Constant Field Values
kCFXMLParserAllOptions
static final int kCFXMLParserAllOptions
- See Also:
- Constant Field Values
kCFXMLParserNoOptions
static final int kCFXMLParserNoOptions
- See Also:
- Constant Field Values
kCFNotificationDeliverImmediately
static final int kCFNotificationDeliverImmediately
- See Also:
- Constant Field Values
kCFNotificationPostToAllSessions
static final int kCFNotificationPostToAllSessions
- See Also:
- Constant Field Values
kCFStringTokenizerUnitWord
static final int kCFStringTokenizerUnitWord
- Tokenization options
kCFStringTokenizerUnitWord is not locale sensitive. It doesn't return
space between words as a token.
- See Also:
- Constant Field Values
kCFStringTokenizerUnitSentence
static final int kCFStringTokenizerUnitSentence
- See Also:
- Constant Field Values
kCFStringTokenizerUnitParagraph
static final int kCFStringTokenizerUnitParagraph
- See Also:
- Constant Field Values
kCFStringTokenizerUnitLineBreak
static final int kCFStringTokenizerUnitLineBreak
- See Also:
- Constant Field Values
kCFStringTokenizerUnitWordBoundary
static final int kCFStringTokenizerUnitWordBoundary
- Tokenization options
kCFStringTokenizerUnitWordBoundary can be used in double click detection
and whole word search. It is locale sensitive. If the locale parameter of
CFStringTokenizerCreate is NULL, default locale is used.
kCFStringTokenizerUnitWordBoundary returns space between words as a token.
- See Also:
- Constant Field Values
kCFStringTokenizerAttributeLatinTranscription
static final int kCFStringTokenizerAttributeLatinTranscription
- Tokenization options
Latin Transcription. Used with kCFStringTokenizerUnitWord or
kCFStringTokenizerUnitWordBoundary
- See Also:
- Constant Field Values
kCFStringTokenizerAttributeLanguage
static final int kCFStringTokenizerAttributeLanguage
- Tokenization options
Language in BCP 47 string. Used with kCFStringTokenizerUnitSentence
or kCFStringTokenizerUnitParagraph.
- See Also:
- Constant Field Values
kCFStringTokenizerTokenNone
static final int kCFStringTokenizerTokenNone
- Token type
CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns
the type of current token.
Have no token.
- See Also:
- Constant Field Values
kCFStringTokenizerTokenNormal
static final int kCFStringTokenizerTokenNormal
- Token type
CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns
the type of current token.
Normal token
- See Also:
- Constant Field Values
kCFStringTokenizerTokenHasSubTokensMask
static final int kCFStringTokenizerTokenHasSubTokensMask
- Token type
CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns
the type of current token.
Compound token which may contain subtokens but with no derived subtokens.
Its subtokens can be obtained by calling CFStringTokenizerGetCurrentSubTokens.
- See Also:
- Constant Field Values
kCFStringTokenizerTokenHasDerivedSubTokensMask
static final int kCFStringTokenizerTokenHasDerivedSubTokensMask
- Token type
CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns
the type of current token.
Compound token which may contain derived subtokens.
Its subtokens and derived subtokens can be obtained by calling
CFStringTokenizerGetCurrentSubTokens.
- See Also:
- Constant Field Values
kCFStringTokenizerTokenHasHasNumbersMask
static final int kCFStringTokenizerTokenHasHasNumbersMask
- Token type
CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns
the type of current token.
- See Also:
- Constant Field Values
kCFStringTokenizerTokenHasNonLettersMask
static final int kCFStringTokenizerTokenHasNonLettersMask
- Token type
CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns
the type of current token.
- See Also:
- Constant Field Values
kCFStringTokenizerTokenIsCJWordMask
static final int kCFStringTokenizerTokenIsCJWordMask
- Token type
CFStringTokenizerGoToTokenAtIndex / CFStringTokenizerAdvanceToNextToken returns
the type of current token.
- See Also:
- Constant Field Values
__COREFOUNDATION_CFSOCKET__
static final int __COREFOUNDATION_CFSOCKET__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_5_Intel
static final double kCFCoreFoundationVersionNumber10_4_5_Intel
- See Also:
- Constant Field Values
__COREFOUNDATION__
static final int __COREFOUNDATION__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFBASE__
static final int __COREFOUNDATION_CFBASE__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_6_PowerPC
static final double kCFCoreFoundationVersionNumber10_4_6_PowerPC
- See Also:
- Constant Field Values
__COREFOUNDATION_CFDATE__
static final int __COREFOUNDATION_CFDATE__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFLOCALE__
static final int __COREFOUNDATION_CFLOCALE__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFARRAY__
static final int __COREFOUNDATION_CFARRAY__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFCALENDAR__
static final int __COREFOUNDATION_CFCALENDAR__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFBITVECTOR__
static final int __COREFOUNDATION_CFBITVECTOR__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFTIMEZONE__
static final int __COREFOUNDATION_CFTIMEZONE__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFSET__
static final int __COREFOUNDATION_CFSET__
- See Also:
- Constant Field Values
COREFOUNDATION_CFPLUGINCOM_SEPARATE
static final int COREFOUNDATION_CFPLUGINCOM_SEPARATE
- See Also:
- Constant Field Values
__WIN32__
static final int __WIN32__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFXMLPARSER__
static final int __COREFOUNDATION_CFXMLPARSER__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_4_PowerPC
static final double kCFCoreFoundationVersionNumber10_4_4_PowerPC
- See Also:
- Constant Field Values
__COREFOUNDATION_CFSTRINGENCODINGEXT__
static final int __COREFOUNDATION_CFSTRINGENCODINGEXT__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFFILEDESCRIPTOR__
static final int __COREFOUNDATION_CFFILEDESCRIPTOR__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFBINARYHEAP__
static final int __COREFOUNDATION_CFBINARYHEAP__
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
__COREFOUNDATION_CFNUMBERFORMATTER__
static final int __COREFOUNDATION_CFNUMBERFORMATTER__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFDATEFORMATTER__
static final int __COREFOUNDATION_CFDATEFORMATTER__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFSTREAM__
static final int __COREFOUNDATION_CFSTREAM__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFDICTIONARY__
static final int __COREFOUNDATION_CFDICTIONARY__
- See Also:
- Constant Field Values
__COREFOUNDATION_COREFOUNDATION__
static final int __COREFOUNDATION_COREFOUNDATION__
- See Also:
- Constant Field Values
kCFStringEncodingInvalidId
static final int kCFStringEncodingInvalidId
- See Also:
- Constant Field Values
SEVERITY_SUCCESS
static final int SEVERITY_SUCCESS
- See Also:
- Constant Field Values
__COREFOUNDATION_CFUSERNOTIFICATION__
static final int __COREFOUNDATION_CFUSERNOTIFICATION__
- See Also:
- Constant Field Values
SEVERITY_ERROR
static final int SEVERITY_ERROR
- See Also:
- Constant Field Values
__COREFOUNDATION_CFTREE__
static final int __COREFOUNDATION_CFTREE__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_2
static final double kCFCoreFoundationVersionNumber10_3_2
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_1
static final double kCFCoreFoundationVersionNumber10_3_1
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_4
static final double kCFCoreFoundationVersionNumber10_3_4
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_3
static final double kCFCoreFoundationVersionNumber10_3_3
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_6
static final double kCFCoreFoundationVersionNumber10_3_6
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_5
static final double kCFCoreFoundationVersionNumber10_3_5
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_8
static final double kCFCoreFoundationVersionNumber10_3_8
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_7
static final double kCFCoreFoundationVersionNumber10_3_7
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3_9
static final double kCFCoreFoundationVersionNumber10_3_9
- See Also:
- Constant Field Values
__COREFOUNDATION_CFRUNLOOP__
static final int __COREFOUNDATION_CFRUNLOOP__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_6_Intel
static final double kCFCoreFoundationVersionNumber10_4_6_Intel
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_4_Intel
static final double kCFCoreFoundationVersionNumber10_4_4_Intel
- See Also:
- Constant Field Values
__COREFOUNDATION_CFMACHPORT__
static final int __COREFOUNDATION_CFMACHPORT__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_8
static final double kCFCoreFoundationVersionNumber10_2_8
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_5
static final double kCFCoreFoundationVersionNumber10_2_5
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_4
static final double kCFCoreFoundationVersionNumber10_2_4
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_7
static final double kCFCoreFoundationVersionNumber10_2_7
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_6
static final double kCFCoreFoundationVersionNumber10_2_6
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_1
static final double kCFCoreFoundationVersionNumber10_2_1
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_3
static final double kCFCoreFoundationVersionNumber10_2_3
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2_2
static final double kCFCoreFoundationVersionNumber10_2_2
- See Also:
- Constant Field Values
__COREFOUNDATION_CFMESSAGEPORT__
static final int __COREFOUNDATION_CFMESSAGEPORT__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFPLUGIN__
static final int __COREFOUNDATION_CFPLUGIN__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFPROPERTYLIST__
static final int __COREFOUNDATION_CFPROPERTYLIST__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_5_PowerPC
static final double kCFCoreFoundationVersionNumber10_4_5_PowerPC
- See Also:
- Constant Field Values
__COREFOUNDATION_CFUUID__
static final int __COREFOUNDATION_CFUUID__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFXMLNODE__
static final int __COREFOUNDATION_CFXMLNODE__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_1_1
static final double kCFCoreFoundationVersionNumber10_1_1
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_1_2
static final double kCFCoreFoundationVersionNumber10_1_2
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_1_3
static final double kCFCoreFoundationVersionNumber10_1_3
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_1_4
static final double kCFCoreFoundationVersionNumber10_1_4
- See Also:
- Constant Field Values
__COREFOUNDATION_CFSTRING__
static final int __COREFOUNDATION_CFSTRING__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFATTRIBUTEDSTRING__
static final int __COREFOUNDATION_CFATTRIBUTEDSTRING__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFBUNDLE__
static final int __COREFOUNDATION_CFBUNDLE__
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_11
static final double kCFCoreFoundationVersionNumber10_4_11
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_10
static final double kCFCoreFoundationVersionNumber10_4_10
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_1
static final double kCFCoreFoundationVersionNumber10_4_1
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_8
static final double kCFCoreFoundationVersionNumber10_4_8
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_9
static final double kCFCoreFoundationVersionNumber10_4_9
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_7
static final double kCFCoreFoundationVersionNumber10_4_7
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_2
static final double kCFCoreFoundationVersionNumber10_4_2
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4_3
static final double kCFCoreFoundationVersionNumber10_4_3
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_0_3
static final double kCFCoreFoundationVersionNumber10_0_3
- See Also:
- Constant Field Values
__COREFOUNDATION_CFURL__
static final int __COREFOUNDATION_CFURL__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFNUMBER__
static final int __COREFOUNDATION_CFNUMBER__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFDATA__
static final int __COREFOUNDATION_CFDATA__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFSTRINGTOKENIZER__
static final int __COREFOUNDATION_CFSTRINGTOKENIZER__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFPREFERENCES__
static final int __COREFOUNDATION_CFPREFERENCES__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFPLUGINCOM__
static final int __COREFOUNDATION_CFPLUGINCOM__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFURLACCESS__
static final int __COREFOUNDATION_CFURLACCESS__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFNOTIFICATIONCENTER__
static final int __COREFOUNDATION_CFNOTIFICATIONCENTER__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFERROR__
static final int __COREFOUNDATION_CFERROR__
- See Also:
- Constant Field Values
__COREFOUNDATION_CFBYTEORDER__
static final int __COREFOUNDATION_CFBYTEORDER__
- See Also:
- Constant Field Values
__kCFStringInlineBufferLength
static final int __kCFStringInlineBufferLength
- See Also:
- Constant Field Values
__COREFOUNDATION_CFBAG__
static final int __COREFOUNDATION_CFBAG__
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_1
static final double kCFCoreFoundationVersionNumber10_1
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_2
static final double kCFCoreFoundationVersionNumber10_2
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_0
static final double kCFCoreFoundationVersionNumber10_0
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_3
static final double kCFCoreFoundationVersionNumber10_3
- See Also:
- Constant Field Values
kCFCoreFoundationVersionNumber10_4
static final double kCFCoreFoundationVersionNumber10_4
- See Also:
- Constant Field Values
__COREFOUNDATION_CFCHARACTERSET__
static final int __COREFOUNDATION_CFCHARACTERSET__
- See Also:
- Constant Field Values
__CFRangeMake
CFRange.ByValue __CFRangeMake(NativeLong loc,
NativeLong len)
CFNullGetTypeID
NativeLong CFNullGetTypeID()
CFAllocatorGetTypeID
NativeLong CFAllocatorGetTypeID()
CFAllocatorSetDefault
void CFAllocatorSetDefault(CoreFoundationLibrary.__CFAllocator allocator)
CFAllocatorGetDefault
CoreFoundationLibrary.__CFAllocator CFAllocatorGetDefault()
CFAllocatorCreate
CoreFoundationLibrary.__CFAllocator CFAllocatorCreate(CoreFoundationLibrary.__CFAllocator allocator,
CFAllocatorContext context)
CFAllocatorAllocate
Pointer CFAllocatorAllocate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong size,
NativeLong hint)
CFAllocatorReallocate
Pointer CFAllocatorReallocate(CoreFoundationLibrary.__CFAllocator allocator,
Pointer ptr,
NativeLong newsize,
NativeLong hint)
CFAllocatorDeallocate
void CFAllocatorDeallocate(CoreFoundationLibrary.__CFAllocator allocator,
Pointer ptr)
CFAllocatorGetPreferredSizeForSize
NativeLong CFAllocatorGetPreferredSizeForSize(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong size,
NativeLong hint)
CFAllocatorGetContext
void CFAllocatorGetContext(CoreFoundationLibrary.__CFAllocator allocator,
CFAllocatorContext context)
CFGetTypeID
NativeLong CFGetTypeID(Pointer cf)
CFRetain
Pointer CFRetain(Pointer cf)
CFRelease
void CFRelease(Pointer cf)
CFGetRetainCount
NativeLong CFGetRetainCount(Pointer cf)
CFMakeCollectable
Pointer CFMakeCollectable(Pointer cf)
CFEqual
boolean CFEqual(Pointer cf1,
Pointer cf2)
CFGetAllocator
CoreFoundationLibrary.__CFAllocator CFGetAllocator(Pointer cf)
CFArrayGetTypeID
NativeLong CFArrayGetTypeID()
CFArrayCreate
HIServicesLibrary.__CFArray CFArrayCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference values,
NativeLong numValues,
CFArrayCallBacks callBacks)
CFArrayCreateCopy
HIServicesLibrary.__CFArray CFArrayCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
HIServicesLibrary.__CFArray theArray)
CFArrayCreateMutable
HIServicesLibrary.__CFArray CFArrayCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFArrayCallBacks callBacks)
CFArrayCreateMutableCopy
HIServicesLibrary.__CFArray CFArrayCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
HIServicesLibrary.__CFArray theArray)
CFArrayGetCount
NativeLong CFArrayGetCount(HIServicesLibrary.__CFArray theArray)
CFArrayGetCountOfValue
NativeLong CFArrayGetCountOfValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
CFArrayContainsValue
boolean CFArrayContainsValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
CFArrayGetValueAtIndex
Pointer CFArrayGetValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx)
CFArrayGetValues
void CFArrayGetValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
PointerByReference values)
CFArrayApplyFunction
void CFArrayApplyFunction(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
CoreFoundationLibrary.CFArrayApplierFunction applier,
Pointer context)
CFArrayGetFirstIndexOfValue
NativeLong CFArrayGetFirstIndexOfValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
CFArrayGetLastIndexOfValue
NativeLong CFArrayGetLastIndexOfValue(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value)
CFArrayBSearchValues
NativeLong CFArrayBSearchValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
Pointer value,
CoreFoundationLibrary.CFComparatorFunction comparator,
Pointer context)
CFArrayAppendValue
void CFArrayAppendValue(HIServicesLibrary.__CFArray theArray,
Pointer value)
CFArrayInsertValueAtIndex
void CFArrayInsertValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx,
Pointer value)
CFArraySetValueAtIndex
void CFArraySetValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx,
Pointer value)
CFArrayRemoveValueAtIndex
void CFArrayRemoveValueAtIndex(HIServicesLibrary.__CFArray theArray,
NativeLong idx)
CFArrayRemoveAllValues
void CFArrayRemoveAllValues(HIServicesLibrary.__CFArray theArray)
CFArrayReplaceValues
void CFArrayReplaceValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
PointerByReference newValues,
NativeLong newCount)
CFArrayExchangeValuesAtIndices
void CFArrayExchangeValuesAtIndices(HIServicesLibrary.__CFArray theArray,
NativeLong idx1,
NativeLong idx2)
CFArraySortValues
void CFArraySortValues(HIServicesLibrary.__CFArray theArray,
CFRange.ByValue range,
CoreFoundationLibrary.CFComparatorFunction comparator,
Pointer context)
CFArrayAppendArray
void CFArrayAppendArray(HIServicesLibrary.__CFArray theArray,
HIServicesLibrary.__CFArray otherArray,
CFRange.ByValue otherRange)
CFBagGetTypeID
NativeLong CFBagGetTypeID()
CFBagCreate
CoreFoundationLibrary.__CFBag CFBagCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference values,
NativeLong numValues,
CFBagCallBacks callBacks)
CFBagCreateCopy
CoreFoundationLibrary.__CFBag CFBagCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFBag theBag)
CFBagCreateMutable
CoreFoundationLibrary.__CFBag CFBagCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFBagCallBacks callBacks)
CFBagCreateMutableCopy
CoreFoundationLibrary.__CFBag CFBagCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFBag theBag)
CFBagGetCount
NativeLong CFBagGetCount(CoreFoundationLibrary.__CFBag theBag)
CFBagGetCountOfValue
NativeLong CFBagGetCountOfValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
CFBagContainsValue
boolean CFBagContainsValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
CFBagGetValue
Pointer CFBagGetValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
CFBagGetValueIfPresent
boolean CFBagGetValueIfPresent(CoreFoundationLibrary.__CFBag theBag,
Pointer candidate,
PointerByReference value)
CFBagGetValues
void CFBagGetValues(CoreFoundationLibrary.__CFBag theBag,
PointerByReference values)
CFBagApplyFunction
void CFBagApplyFunction(CoreFoundationLibrary.__CFBag theBag,
CoreFoundationLibrary.CFBagApplierFunction applier,
Pointer context)
CFBagAddValue
void CFBagAddValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
CFBagReplaceValue
void CFBagReplaceValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
CFBagSetValue
void CFBagSetValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
CFBagRemoveValue
void CFBagRemoveValue(CoreFoundationLibrary.__CFBag theBag,
Pointer value)
CFBagRemoveAllValues
void CFBagRemoveAllValues(CoreFoundationLibrary.__CFBag theBag)
CFBinaryHeapGetTypeID
NativeLong CFBinaryHeapGetTypeID()
CFBinaryHeapCreate
CoreFoundationLibrary.__CFBinaryHeap CFBinaryHeapCreate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFBinaryHeapCallBacks callBacks,
CFBinaryHeapCompareContext compareContext)
CFBinaryHeapCreateCopy
CoreFoundationLibrary.__CFBinaryHeap CFBinaryHeapCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFBinaryHeap heap)
CFBinaryHeapGetCount
NativeLong CFBinaryHeapGetCount(CoreFoundationLibrary.__CFBinaryHeap heap)
CFBinaryHeapGetCountOfValue
NativeLong CFBinaryHeapGetCountOfValue(CoreFoundationLibrary.__CFBinaryHeap heap,
Pointer value)
CFBinaryHeapContainsValue
boolean CFBinaryHeapContainsValue(CoreFoundationLibrary.__CFBinaryHeap heap,
Pointer value)
CFBinaryHeapGetMinimum
Pointer CFBinaryHeapGetMinimum(CoreFoundationLibrary.__CFBinaryHeap heap)
CFBinaryHeapGetMinimumIfPresent
boolean CFBinaryHeapGetMinimumIfPresent(CoreFoundationLibrary.__CFBinaryHeap heap,
PointerByReference value)
CFBinaryHeapGetValues
void CFBinaryHeapGetValues(CoreFoundationLibrary.__CFBinaryHeap heap,
PointerByReference values)
CFBinaryHeapApplyFunction
void CFBinaryHeapApplyFunction(CoreFoundationLibrary.__CFBinaryHeap heap,
CoreFoundationLibrary.CFBinaryHeapApplierFunction applier,
Pointer context)
CFBinaryHeapAddValue
void CFBinaryHeapAddValue(CoreFoundationLibrary.__CFBinaryHeap heap,
Pointer value)
CFBinaryHeapRemoveMinimumValue
void CFBinaryHeapRemoveMinimumValue(CoreFoundationLibrary.__CFBinaryHeap heap)
CFBinaryHeapRemoveAllValues
void CFBinaryHeapRemoveAllValues(CoreFoundationLibrary.__CFBinaryHeap heap)
CFBitVectorGetTypeID
NativeLong CFBitVectorGetTypeID()
CFBitVectorCreate
@Deprecated
CoreFoundationLibrary.__CFBitVector CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference bytes,
NativeLong numBits)
- Deprecated. use the safer methods
CFBitVectorCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong)
and CFBitVectorCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
CFBitVectorRef CFBitVectorCreate(CFAllocatorRef, const UInt8*, CFIndex)
CFBitVectorCreate
CoreFoundationLibrary.__CFBitVector CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator allocator,
byte[] bytes,
NativeLong numBits)
CFBitVectorCreate
CoreFoundationLibrary.__CFBitVector CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer bytes,
NativeLong numBits)
CFBitVectorCreateCopy
CoreFoundationLibrary.__CFBitVector CFBitVectorCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFBitVector bv)
CFBitVectorCreateMutable
CoreFoundationLibrary.__CFBitVector CFBitVectorCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity)
CFBitVectorCreateMutableCopy
CoreFoundationLibrary.__CFBitVector CFBitVectorCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFBitVector bv)
CFBitVectorGetCount
NativeLong CFBitVectorGetCount(CoreFoundationLibrary.__CFBitVector bv)
CFBitVectorGetCountOfBit
NativeLong CFBitVectorGetCountOfBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
CFBitVectorContainsBit
boolean CFBitVectorContainsBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
CFBitVectorGetBitAtIndex
int CFBitVectorGetBitAtIndex(CoreFoundationLibrary.__CFBitVector bv,
NativeLong idx)
CFBitVectorGetBits
@Deprecated
void CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
ByteByReference bytes)
- Deprecated. use the safer method
CFBitVectorGetBits(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBitVector, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ByteBuffer)
instead
- Original signature :
void CFBitVectorGetBits(CFBitVectorRef, CFRange, UInt8*)
CFBitVectorGetBits
void CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
ByteBuffer bytes)
CFBitVectorGetFirstIndexOfBit
NativeLong CFBitVectorGetFirstIndexOfBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
CFBitVectorGetLastIndexOfBit
NativeLong CFBitVectorGetLastIndexOfBit(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
CFBitVectorSetCount
void CFBitVectorSetCount(CoreFoundationLibrary.__CFBitVector bv,
NativeLong count)
CFBitVectorFlipBitAtIndex
void CFBitVectorFlipBitAtIndex(CoreFoundationLibrary.__CFBitVector bv,
NativeLong idx)
CFBitVectorFlipBits
void CFBitVectorFlipBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range)
CFBitVectorSetBitAtIndex
void CFBitVectorSetBitAtIndex(CoreFoundationLibrary.__CFBitVector bv,
NativeLong idx,
int value)
CFBitVectorSetBits
void CFBitVectorSetBits(CoreFoundationLibrary.__CFBitVector bv,
CFRange.ByValue range,
int value)
CFBitVectorSetAllBits
void CFBitVectorSetAllBits(CoreFoundationLibrary.__CFBitVector bv,
int value)
CFDictionaryGetTypeID
NativeLong CFDictionaryGetTypeID()
CFDictionaryCreate
HIServicesLibrary.__CFDictionary CFDictionaryCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference keys,
PointerByReference values,
NativeLong numValues,
CFDictionaryKeyCallBacks keyCallBacks,
CFDictionaryValueCallBacks valueCallBacks)
CFDictionaryCreateCopy
HIServicesLibrary.__CFDictionary CFDictionaryCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
HIServicesLibrary.__CFDictionary theDict)
CFDictionaryCreateMutable
HIServicesLibrary.__CFDictionary CFDictionaryCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFDictionaryKeyCallBacks keyCallBacks,
CFDictionaryValueCallBacks valueCallBacks)
CFDictionaryCreateMutableCopy
HIServicesLibrary.__CFDictionary CFDictionaryCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
HIServicesLibrary.__CFDictionary theDict)
CFDictionaryGetCount
NativeLong CFDictionaryGetCount(HIServicesLibrary.__CFDictionary theDict)
CFDictionaryGetCountOfKey
NativeLong CFDictionaryGetCountOfKey(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
CFDictionaryGetCountOfValue
NativeLong CFDictionaryGetCountOfValue(HIServicesLibrary.__CFDictionary theDict,
Pointer value)
CFDictionaryContainsKey
boolean CFDictionaryContainsKey(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
CFDictionaryContainsValue
boolean CFDictionaryContainsValue(HIServicesLibrary.__CFDictionary theDict,
Pointer value)
CFDictionaryGetValue
Pointer CFDictionaryGetValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
CFDictionaryGetValueIfPresent
boolean CFDictionaryGetValueIfPresent(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
PointerByReference value)
CFDictionaryGetKeysAndValues
void CFDictionaryGetKeysAndValues(HIServicesLibrary.__CFDictionary theDict,
PointerByReference keys,
PointerByReference values)
CFDictionaryApplyFunction
void CFDictionaryApplyFunction(HIServicesLibrary.__CFDictionary theDict,
CoreFoundationLibrary.CFDictionaryApplierFunction applier,
Pointer context)
CFDictionaryAddValue
void CFDictionaryAddValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
Pointer value)
CFDictionarySetValue
void CFDictionarySetValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
Pointer value)
CFDictionaryReplaceValue
void CFDictionaryReplaceValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key,
Pointer value)
CFDictionaryRemoveValue
void CFDictionaryRemoveValue(HIServicesLibrary.__CFDictionary theDict,
Pointer key)
CFDictionaryRemoveAllValues
void CFDictionaryRemoveAllValues(HIServicesLibrary.__CFDictionary theDict)
CFDataGetTypeID
NativeLong CFDataGetTypeID()
CFDataCreateMutable
CoreFoundationLibrary.__CFData CFDataCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity)
CFDataGetMutableBytePtr
ByteByReference CFDataGetMutableBytePtr(CoreFoundationLibrary.__CFData theData)
CFDataSetLength
void CFDataSetLength(CoreFoundationLibrary.__CFData theData,
NativeLong length)
CFDataIncreaseLength
void CFDataIncreaseLength(CoreFoundationLibrary.__CFData theData,
NativeLong extraLength)
CFDataAppendBytes
@Deprecated
void CFDataAppendBytes(CoreFoundationLibrary.__CFData theData,
ByteByReference bytes,
NativeLong length)
- Deprecated. use the safer methods
CFDataAppendBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, byte[], com.sun.jna.NativeLong)
and CFDataAppendBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
void CFDataAppendBytes(CFMutableDataRef, const UInt8*, CFIndex)
CFDataAppendBytes
void CFDataAppendBytes(CoreFoundationLibrary.__CFData theData,
byte[] bytes,
NativeLong length)
CFDataAppendBytes
void CFDataAppendBytes(CoreFoundationLibrary.__CFData theData,
ByteBuffer bytes,
NativeLong length)
CFDataReplaceBytes
@Deprecated
void CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range,
ByteByReference newBytes,
NativeLong newLength)
- Deprecated. use the safer methods
CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, byte[], com.sun.jna.NativeLong)
and CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
void CFDataReplaceBytes(CFMutableDataRef, CFRange, const UInt8*, CFIndex)
CFDataReplaceBytes
void CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range,
byte[] newBytes,
NativeLong newLength)
CFDataReplaceBytes
void CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range,
ByteBuffer newBytes,
NativeLong newLength)
CFDataDeleteBytes
void CFDataDeleteBytes(CoreFoundationLibrary.__CFData theData,
CFRange.ByValue range)
CFCharacterSetGetTypeID
NativeLong CFCharacterSetGetTypeID()
CFCharacterSetGetPredefined
CoreFoundationLibrary.__CFCharacterSet CFCharacterSetGetPredefined(int theSetIdentifier)
- Original signature :
CFCharacterSetRef CFCharacterSetGetPredefined(CFCharacterSetPredefinedSet)
- Parameters:
theSetIdentifier
- @see CFCharacterSetPredefinedSet
CFCharacterSetCreateWithCharactersInRange
CoreFoundationLibrary.__CFCharacterSet CFCharacterSetCreateWithCharactersInRange(CoreFoundationLibrary.__CFAllocator alloc,
CFRange.ByValue theRange)
CFCharacterSetCreateInvertedSet
CoreFoundationLibrary.__CFCharacterSet CFCharacterSetCreateInvertedSet(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFCharacterSet theSet)
CFCharacterSetIsSupersetOfSet
boolean CFCharacterSetIsSupersetOfSet(CoreFoundationLibrary.__CFCharacterSet theSet,
CoreFoundationLibrary.__CFCharacterSet theOtherset)
CFCharacterSetHasMemberInPlane
boolean CFCharacterSetHasMemberInPlane(CoreFoundationLibrary.__CFCharacterSet theSet,
NativeLong thePlane)
CFCharacterSetCreateMutable
CoreFoundationLibrary.__CFCharacterSet CFCharacterSetCreateMutable(CoreFoundationLibrary.__CFAllocator alloc)
CFCharacterSetCreateCopy
CoreFoundationLibrary.__CFCharacterSet CFCharacterSetCreateCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFCharacterSet theSet)
CFCharacterSetCreateMutableCopy
CoreFoundationLibrary.__CFCharacterSet CFCharacterSetCreateMutableCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFCharacterSet theSet)
CFCharacterSetIsCharacterMember
boolean CFCharacterSetIsCharacterMember(CoreFoundationLibrary.__CFCharacterSet theSet,
short theChar)
CFCharacterSetIsLongCharacterMember
boolean CFCharacterSetIsLongCharacterMember(CoreFoundationLibrary.__CFCharacterSet theSet,
char theChar)
CFCharacterSetAddCharactersInRange
void CFCharacterSetAddCharactersInRange(CoreFoundationLibrary.__CFCharacterSet theSet,
CFRange.ByValue theRange)
CFCharacterSetRemoveCharactersInRange
void CFCharacterSetRemoveCharactersInRange(CoreFoundationLibrary.__CFCharacterSet theSet,
CFRange.ByValue theRange)
CFCharacterSetUnion
void CFCharacterSetUnion(CoreFoundationLibrary.__CFCharacterSet theSet,
CoreFoundationLibrary.__CFCharacterSet theOtherSet)
CFCharacterSetIntersect
void CFCharacterSetIntersect(CoreFoundationLibrary.__CFCharacterSet theSet,
CoreFoundationLibrary.__CFCharacterSet theOtherSet)
CFCharacterSetInvert
void CFCharacterSetInvert(CoreFoundationLibrary.__CFCharacterSet theSet)
CFLocaleGetTypeID
NativeLong CFLocaleGetTypeID()
CFLocaleGetSystem
CoreFoundationLibrary.__CFLocale CFLocaleGetSystem()
CFLocaleCopyCurrent
CoreFoundationLibrary.__CFLocale CFLocaleCopyCurrent()
CFLocaleCopyAvailableLocaleIdentifiers
HIServicesLibrary.__CFArray CFLocaleCopyAvailableLocaleIdentifiers()
CFLocaleCopyISOLanguageCodes
HIServicesLibrary.__CFArray CFLocaleCopyISOLanguageCodes()
CFLocaleCopyISOCountryCodes
HIServicesLibrary.__CFArray CFLocaleCopyISOCountryCodes()
CFLocaleCopyISOCurrencyCodes
HIServicesLibrary.__CFArray CFLocaleCopyISOCurrencyCodes()
CFLocaleCopyCommonISOCurrencyCodes
HIServicesLibrary.__CFArray CFLocaleCopyCommonISOCurrencyCodes()
CFLocaleCopyPreferredLanguages
HIServicesLibrary.__CFArray CFLocaleCopyPreferredLanguages()
CFLocaleCreateCopy
CoreFoundationLibrary.__CFLocale CFLocaleCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFLocale locale)
CFStringGetTypeID
NativeLong CFStringGetTypeID()
CFStringCreateMutable
CoreFoundationLibrary.__CFString CFStringCreateMutable(CoreFoundationLibrary.__CFAllocator alloc,
NativeLong maxLength)
CFStringCreateMutableWithExternalCharactersNoCopy
@Deprecated
CoreFoundationLibrary.__CFString CFStringCreateMutableWithExternalCharactersNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ShortByReference chars,
NativeLong numChars,
NativeLong capacity,
CoreFoundationLibrary.__CFAllocator externalCharactersAllocator)
- Deprecated. use the safer method
CFStringCreateMutableWithExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator)
instead
- Original signature :
CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef, UniChar*, CFIndex, CFIndex, CFAllocatorRef)
CFStringCreateMutableWithExternalCharactersNoCopy
CoreFoundationLibrary.__CFString CFStringCreateMutableWithExternalCharactersNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ShortBuffer chars,
NativeLong numChars,
NativeLong capacity,
CoreFoundationLibrary.__CFAllocator externalCharactersAllocator)
CFStringGetSystemEncoding
int CFStringGetSystemEncoding()
CFStringGetMaximumSizeForEncoding
NativeLong CFStringGetMaximumSizeForEncoding(NativeLong length,
int encoding)
- Original signature :
CFIndex CFStringGetMaximumSizeForEncoding(CFIndex, CFStringEncoding)
- Parameters:
length
- Max bytes a string of specified length (in UniChars) will take up if encoded
encoding
- Max bytes a string of specified length (in UniChars) will take up if encoded
CFStringAppendCharacters
@Deprecated
void CFStringAppendCharacters(CoreFoundationLibrary.__CFString theString,
ShortByReference chars,
NativeLong numChars)
- Deprecated. use the safer method
CFStringAppendCharacters(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
void CFStringAppendCharacters(CFMutableStringRef, const UniChar*, CFIndex)
CFStringAppendCharacters
void CFStringAppendCharacters(CoreFoundationLibrary.__CFString theString,
ShortBuffer chars,
NativeLong numChars)
CFStringAppendPascalString
@Deprecated
void CFStringAppendPascalString(CoreFoundationLibrary.__CFString theString,
ByteByReference pStr,
int encoding)
- Deprecated. use the safer methods
CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, byte[], int)
and CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ByteBuffer, int)
instead
- Original signature :
void CFStringAppendPascalString(CFMutableStringRef, ConstStr255Param, CFStringEncoding)
CFStringAppendPascalString
void CFStringAppendPascalString(CoreFoundationLibrary.__CFString theString,
byte[] pStr,
int encoding)
CFStringAppendPascalString
void CFStringAppendPascalString(CoreFoundationLibrary.__CFString theString,
ByteBuffer pStr,
int encoding)
CFStringAppendCString
@Deprecated
void CFStringAppendCString(CoreFoundationLibrary.__CFString theString,
ByteByReference cStr,
int encoding)
- Deprecated. use the safer method
CFStringAppendCString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.lang.String, int)
instead
- Original signature :
void CFStringAppendCString(CFMutableStringRef, const char*, CFStringEncoding)
CFStringAppendCString
void CFStringAppendCString(CoreFoundationLibrary.__CFString theString,
String cStr,
int encoding)
CFStringDelete
void CFStringDelete(CoreFoundationLibrary.__CFString theString,
CFRange.ByValue range)
CFStringSetExternalCharactersNoCopy
@Deprecated
void CFStringSetExternalCharactersNoCopy(CoreFoundationLibrary.__CFString theString,
ShortByReference chars,
NativeLong length,
NativeLong capacity)
- Deprecated. use the safer method
CFStringSetExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong)
instead
- Original signature :
void CFStringSetExternalCharactersNoCopy(CFMutableStringRef, UniChar*, CFIndex, CFIndex)
- Parameters:
theString
- Works only on specially created mutable strings!
chars
- Works only on specially created mutable strings!
length
- Works only on specially created mutable strings!
capacity
- Works only on specially created mutable strings!
CFStringSetExternalCharactersNoCopy
void CFStringSetExternalCharactersNoCopy(CoreFoundationLibrary.__CFString theString,
ShortBuffer chars,
NativeLong length,
NativeLong capacity)
- Original signature :
void CFStringSetExternalCharactersNoCopy(CFMutableStringRef, UniChar*, CFIndex, CFIndex)
- Parameters:
theString
- Works only on specially created mutable strings!
chars
- Works only on specially created mutable strings!
length
- Works only on specially created mutable strings!
capacity
- Works only on specially created mutable strings!
CFStringTrimWhitespace
void CFStringTrimWhitespace(CoreFoundationLibrary.__CFString theString)
CFStringLowercase
void CFStringLowercase(CoreFoundationLibrary.__CFString theString,
CoreFoundationLibrary.__CFLocale locale)
CFStringUppercase
void CFStringUppercase(CoreFoundationLibrary.__CFString theString,
CoreFoundationLibrary.__CFLocale locale)
CFStringCapitalize
void CFStringCapitalize(CoreFoundationLibrary.__CFString theString,
CoreFoundationLibrary.__CFLocale locale)
CFStringNormalize
void CFStringNormalize(CoreFoundationLibrary.__CFString theString,
int theForm)
- Original signature :
void CFStringNormalize(CFMutableStringRef, CFStringNormalizationForm)
- Parameters:
theForm
- @see CFStringNormalizationForm
CFStringFold
void CFStringFold(CoreFoundationLibrary.__CFString theString,
NativeLong theFlags,
CoreFoundationLibrary.__CFLocale theLocale)
CFStringIsEncodingAvailable
boolean CFStringIsEncodingAvailable(int encoding)
CFStringGetListOfAvailableEncodings
IntByReference CFStringGetListOfAvailableEncodings()
CFStringConvertEncodingToNSStringEncoding
int CFStringConvertEncodingToNSStringEncoding(int encoding)
CFStringConvertNSStringEncodingToEncoding
int CFStringConvertNSStringEncodingToEncoding(NativeLong encoding)
CFStringConvertEncodingToWindowsCodepage
int CFStringConvertEncodingToWindowsCodepage(int encoding)
CFStringConvertWindowsCodepageToEncoding
int CFStringConvertWindowsCodepageToEncoding(int codepage)
CFStringGetMostCompatibleMacStringEncoding
int CFStringGetMostCompatibleMacStringEncoding(int encoding)
CFShow
void CFShow(Pointer obj)
CFErrorGetTypeID
NativeLong CFErrorGetTypeID()
CFErrorGetCode
NativeLong CFErrorGetCode(CoreFoundationLibrary.__CFError err)
CFErrorCopyUserInfo
HIServicesLibrary.__CFDictionary CFErrorCopyUserInfo(CoreFoundationLibrary.__CFError err)
CFURLGetTypeID
NativeLong CFURLGetTypeID()
CFURLCreateWithBytes
@Deprecated
AudioUnitLibrary.__CFURL CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference URLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL)
- Deprecated. use the safer methods
CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL)
and CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL)
instead
- Original signature :
CFURLRef CFURLCreateWithBytes(CFAllocatorRef, const UInt8*, CFIndex, CFStringEncoding, CFURLRef)
CFURLCreateWithBytes
AudioUnitLibrary.__CFURL CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator allocator,
byte[] URLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL)
CFURLCreateWithBytes
AudioUnitLibrary.__CFURL CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer URLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL)
CFURLCreateAbsoluteURLWithBytes
@Deprecated
AudioUnitLibrary.__CFURL CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
ByteByReference relativeURLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL,
boolean useCompatibilityMode)
- Deprecated. use the safer methods
CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean)
and CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean)
instead
- Original signature :
CFURLRef CFURLCreateAbsoluteURLWithBytes(CFAllocatorRef, const UInt8*, CFIndex, CFStringEncoding, CFURLRef, Boolean)
CFURLCreateAbsoluteURLWithBytes
AudioUnitLibrary.__CFURL CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
byte[] relativeURLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL,
boolean useCompatibilityMode)
CFURLCreateAbsoluteURLWithBytes
AudioUnitLibrary.__CFURL CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
ByteBuffer relativeURLBytes,
NativeLong length,
int encoding,
AudioUnitLibrary.__CFURL baseURL,
boolean useCompatibilityMode)
CFURLCreateFromFileSystemRepresentation
@Deprecated
AudioUnitLibrary.__CFURL CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference buffer,
NativeLong bufLen,
boolean isDirectory)
- Deprecated. use the safer methods
CFURLCreateFromFileSystemRepresentation(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, boolean)
and CFURLCreateFromFileSystemRepresentation(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, boolean)
instead
- Original signature :
CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef, const UInt8*, CFIndex, Boolean)
CFURLCreateFromFileSystemRepresentation
AudioUnitLibrary.__CFURL CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator allocator,
byte[] buffer,
NativeLong bufLen,
boolean isDirectory)
CFURLCreateFromFileSystemRepresentation
AudioUnitLibrary.__CFURL CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer buffer,
NativeLong bufLen,
boolean isDirectory)
CFURLCreateFromFileSystemRepresentationRelativeToBase
@Deprecated
AudioUnitLibrary.__CFURL CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator allocator,
ByteByReference buffer,
NativeLong bufLen,
boolean isDirectory,
AudioUnitLibrary.__CFURL baseURL)
- Deprecated. use the safer methods
CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL)
and CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL)
instead
- Original signature :
CFURLRef CFURLCreateFromFileSystemRepresentationRelativeToBase(CFAllocatorRef, const UInt8*, CFIndex, Boolean, CFURLRef)
CFURLCreateFromFileSystemRepresentationRelativeToBase
AudioUnitLibrary.__CFURL CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator allocator,
byte[] buffer,
NativeLong bufLen,
boolean isDirectory,
AudioUnitLibrary.__CFURL baseURL)
CFURLCreateFromFileSystemRepresentationRelativeToBase
AudioUnitLibrary.__CFURL CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator allocator,
ByteBuffer buffer,
NativeLong bufLen,
boolean isDirectory,
AudioUnitLibrary.__CFURL baseURL)
CFURLGetFileSystemRepresentation
@Deprecated
boolean CFURLGetFileSystemRepresentation(AudioUnitLibrary.__CFURL url,
boolean resolveAgainstBase,
ByteByReference buffer,
NativeLong maxBufLen)
- Deprecated. use the safer method
CFURLGetFileSystemRepresentation(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
Boolean CFURLGetFileSystemRepresentation(CFURLRef, Boolean, UInt8*, CFIndex)
CFURLGetFileSystemRepresentation
boolean CFURLGetFileSystemRepresentation(AudioUnitLibrary.__CFURL url,
boolean resolveAgainstBase,
ByteBuffer buffer,
NativeLong maxBufLen)
CFURLCopyAbsoluteURL
AudioUnitLibrary.__CFURL CFURLCopyAbsoluteURL(AudioUnitLibrary.__CFURL relativeURL)
CFURLGetBaseURL
AudioUnitLibrary.__CFURL CFURLGetBaseURL(AudioUnitLibrary.__CFURL anURL)
CFURLCanBeDecomposed
boolean CFURLCanBeDecomposed(AudioUnitLibrary.__CFURL anURL)
CFURLHasDirectoryPath
boolean CFURLHasDirectoryPath(AudioUnitLibrary.__CFURL anURL)
CFURLGetPortNumber
int CFURLGetPortNumber(AudioUnitLibrary.__CFURL anURL)
- Original signature :
SInt32 CFURLGetPortNumber(CFURLRef)
- Parameters:
anURL
- Returns -1 if no port number is specified
CFURLCreateCopyDeletingLastPathComponent
AudioUnitLibrary.__CFURL CFURLCreateCopyDeletingLastPathComponent(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL url)
CFURLCreateCopyDeletingPathExtension
AudioUnitLibrary.__CFURL CFURLCreateCopyDeletingPathExtension(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL url)
CFURLGetBytes
@Deprecated
NativeLong CFURLGetBytes(AudioUnitLibrary.__CFURL url,
ByteByReference buffer,
NativeLong bufferLength)
- Deprecated. use the safer method
CFURLGetBytes(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
CFIndex CFURLGetBytes(CFURLRef, UInt8*, CFIndex)
CFURLGetBytes
NativeLong CFURLGetBytes(AudioUnitLibrary.__CFURL url,
ByteBuffer buffer,
NativeLong bufferLength)
CFURLGetByteRangeForComponent
CFRange.ByValue CFURLGetByteRangeForComponent(AudioUnitLibrary.__CFURL url,
int component,
CFRange rangeIncludingSeparators)
- Original signature :
CFRange CFURLGetByteRangeForComponent(CFURLRef, CFURLComponentType, CFRange*)
- Parameters:
component
- @see CFURLComponentType
CFBundleGetMainBundle
CoreFoundationLibrary.__CFBundle CFBundleGetMainBundle()
CFBundleGetAllBundles
HIServicesLibrary.__CFArray CFBundleGetAllBundles()
CFBundleGetTypeID
NativeLong CFBundleGetTypeID()
CFBundleCreate
CoreFoundationLibrary.__CFBundle CFBundleCreate(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL bundleURL)
CFBundleCopyBundleURL
AudioUnitLibrary.__CFURL CFBundleCopyBundleURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleGetInfoDictionary
HIServicesLibrary.__CFDictionary CFBundleGetInfoDictionary(CoreFoundationLibrary.__CFBundle bundle)
CFBundleGetLocalInfoDictionary
HIServicesLibrary.__CFDictionary CFBundleGetLocalInfoDictionary(CoreFoundationLibrary.__CFBundle bundle)
CFBundleGetPackageInfo
@Deprecated
void CFBundleGetPackageInfo(CoreFoundationLibrary.__CFBundle bundle,
IntByReference packageType,
IntByReference packageCreator)
- Deprecated. use the safer method
CFBundleGetPackageInfo(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBundle, java.nio.IntBuffer, java.nio.IntBuffer)
instead
- Original signature :
void CFBundleGetPackageInfo(CFBundleRef, UInt32*, UInt32*)
CFBundleGetPackageInfo
void CFBundleGetPackageInfo(CoreFoundationLibrary.__CFBundle bundle,
IntBuffer packageType,
IntBuffer packageCreator)
CFBundleGetVersionNumber
int CFBundleGetVersionNumber(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopySupportFilesDirectoryURL
AudioUnitLibrary.__CFURL CFBundleCopySupportFilesDirectoryURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopyResourcesDirectoryURL
AudioUnitLibrary.__CFURL CFBundleCopyResourcesDirectoryURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopyPrivateFrameworksURL
AudioUnitLibrary.__CFURL CFBundleCopyPrivateFrameworksURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopySharedFrameworksURL
AudioUnitLibrary.__CFURL CFBundleCopySharedFrameworksURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopySharedSupportURL
AudioUnitLibrary.__CFURL CFBundleCopySharedSupportURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopyBuiltInPlugInsURL
AudioUnitLibrary.__CFURL CFBundleCopyBuiltInPlugInsURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopyInfoDictionaryInDirectory
HIServicesLibrary.__CFDictionary CFBundleCopyInfoDictionaryInDirectory(AudioUnitLibrary.__CFURL bundleURL)
CFBundleGetPackageInfoInDirectory
@Deprecated
boolean CFBundleGetPackageInfoInDirectory(AudioUnitLibrary.__CFURL url,
IntByReference packageType,
IntByReference packageCreator)
- Deprecated. use the safer method
CFBundleGetPackageInfoInDirectory(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.IntBuffer, java.nio.IntBuffer)
instead
- Original signature :
Boolean CFBundleGetPackageInfoInDirectory(CFURLRef, UInt32*, UInt32*)
CFBundleGetPackageInfoInDirectory
boolean CFBundleGetPackageInfoInDirectory(AudioUnitLibrary.__CFURL url,
IntBuffer packageType,
IntBuffer packageCreator)
CFBundleCopyBundleLocalizations
HIServicesLibrary.__CFArray CFBundleCopyBundleLocalizations(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopyPreferredLocalizationsFromArray
HIServicesLibrary.__CFArray CFBundleCopyPreferredLocalizationsFromArray(HIServicesLibrary.__CFArray locArray)
CFBundleCopyLocalizationsForPreferences
HIServicesLibrary.__CFArray CFBundleCopyLocalizationsForPreferences(HIServicesLibrary.__CFArray locArray,
HIServicesLibrary.__CFArray prefArray)
CFBundleCopyInfoDictionaryForURL
HIServicesLibrary.__CFDictionary CFBundleCopyInfoDictionaryForURL(AudioUnitLibrary.__CFURL url)
CFBundleCopyLocalizationsForURL
HIServicesLibrary.__CFArray CFBundleCopyLocalizationsForURL(AudioUnitLibrary.__CFURL url)
CFBundleCopyExecutableArchitecturesForURL
HIServicesLibrary.__CFArray CFBundleCopyExecutableArchitecturesForURL(AudioUnitLibrary.__CFURL url)
CFBundleCopyExecutableURL
AudioUnitLibrary.__CFURL CFBundleCopyExecutableURL(CoreFoundationLibrary.__CFBundle bundle)
CFBundleCopyExecutableArchitectures
HIServicesLibrary.__CFArray CFBundleCopyExecutableArchitectures(CoreFoundationLibrary.__CFBundle bundle)
CFBundlePreflightExecutable
boolean CFBundlePreflightExecutable(CoreFoundationLibrary.__CFBundle bundle,
PointerByReference error)
CFBundleLoadExecutableAndReturnError
boolean CFBundleLoadExecutableAndReturnError(CoreFoundationLibrary.__CFBundle bundle,
PointerByReference error)
CFBundleLoadExecutable
boolean CFBundleLoadExecutable(CoreFoundationLibrary.__CFBundle bundle)
CFBundleIsExecutableLoaded
boolean CFBundleIsExecutableLoaded(CoreFoundationLibrary.__CFBundle bundle)
CFBundleUnloadExecutable
void CFBundleUnloadExecutable(CoreFoundationLibrary.__CFBundle bundle)
CFBundleGetFunctionPointersForNames
void CFBundleGetFunctionPointersForNames(CoreFoundationLibrary.__CFBundle bundle,
HIServicesLibrary.__CFArray functionNames,
PointerByReference ftbl)
CFBundleGetDataPointersForNames
void CFBundleGetDataPointersForNames(CoreFoundationLibrary.__CFBundle bundle,
HIServicesLibrary.__CFArray symbolNames,
PointerByReference stbl)
CFBundleGetPlugIn
CoreFoundationLibrary.__CFBundle CFBundleGetPlugIn(CoreFoundationLibrary.__CFBundle bundle)
CFBundleOpenBundleResourceMap
short CFBundleOpenBundleResourceMap(CoreFoundationLibrary.__CFBundle bundle)
CFBundleOpenBundleResourceFiles
@Deprecated
int CFBundleOpenBundleResourceFiles(CoreFoundationLibrary.__CFBundle bundle,
ShortByReference refNum,
ShortByReference localizedRefNum)
- Deprecated. use the safer method
CFBundleOpenBundleResourceFiles(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBundle, java.nio.ShortBuffer, java.nio.ShortBuffer)
instead
- Original signature :
SInt32 CFBundleOpenBundleResourceFiles(CFBundleRef, CFBundleRefNum*, CFBundleRefNum*)
CFBundleOpenBundleResourceFiles
int CFBundleOpenBundleResourceFiles(CoreFoundationLibrary.__CFBundle bundle,
ShortBuffer refNum,
ShortBuffer localizedRefNum)
CFBundleCloseBundleResourceMap
void CFBundleCloseBundleResourceMap(CoreFoundationLibrary.__CFBundle bundle,
short refNum)
CFAbsoluteTimeGetCurrent
double CFAbsoluteTimeGetCurrent()
CFDateGetTypeID
NativeLong CFDateGetTypeID()
CFDateCreate
CoreFoundationLibrary.__CFDate CFDateCreate(CoreFoundationLibrary.__CFAllocator allocator,
double at)
CFDateGetAbsoluteTime
double CFDateGetAbsoluteTime(CoreFoundationLibrary.__CFDate theDate)
CFDateGetTimeIntervalSinceDate
double CFDateGetTimeIntervalSinceDate(CoreFoundationLibrary.__CFDate theDate,
CoreFoundationLibrary.__CFDate otherDate)
CFDateCompare
int CFDateCompare(CoreFoundationLibrary.__CFDate theDate,
CoreFoundationLibrary.__CFDate otherDate,
Pointer context)
- See Also:
CoreFoundationLibrary.CFComparisonResult
CFGregorianDateIsValid
boolean CFGregorianDateIsValid(CFGregorianDate.ByValue gdate,
NativeLong unitFlags)
CFGregorianDateGetAbsoluteTime
double CFGregorianDateGetAbsoluteTime(CFGregorianDate.ByValue gdate,
CoreFoundationLibrary.__CFTimeZone tz)
CFAbsoluteTimeGetGregorianDate
CFGregorianDate.ByValue CFAbsoluteTimeGetGregorianDate(double at,
CoreFoundationLibrary.__CFTimeZone tz)
CFAbsoluteTimeAddGregorianUnits
double CFAbsoluteTimeAddGregorianUnits(double at,
CoreFoundationLibrary.__CFTimeZone tz,
CFGregorianUnits.ByValue units)
CFAbsoluteTimeGetDifferenceAsGregorianUnits
CFGregorianUnits.ByValue CFAbsoluteTimeGetDifferenceAsGregorianUnits(double at1,
double at2,
CoreFoundationLibrary.__CFTimeZone tz,
NativeLong unitFlags)
CFAbsoluteTimeGetDayOfWeek
int CFAbsoluteTimeGetDayOfWeek(double at,
CoreFoundationLibrary.__CFTimeZone tz)
CFAbsoluteTimeGetDayOfYear
int CFAbsoluteTimeGetDayOfYear(double at,
CoreFoundationLibrary.__CFTimeZone tz)
CFAbsoluteTimeGetWeekOfYear
int CFAbsoluteTimeGetWeekOfYear(double at,
CoreFoundationLibrary.__CFTimeZone tz)
CFTimeZoneGetTypeID
NativeLong CFTimeZoneGetTypeID()
CFTimeZoneCopySystem
CoreFoundationLibrary.__CFTimeZone CFTimeZoneCopySystem()
CFTimeZoneResetSystem
void CFTimeZoneResetSystem()
CFTimeZoneCopyDefault
CoreFoundationLibrary.__CFTimeZone CFTimeZoneCopyDefault()
CFTimeZoneSetDefault
void CFTimeZoneSetDefault(CoreFoundationLibrary.__CFTimeZone tz)
CFTimeZoneCopyKnownNames
HIServicesLibrary.__CFArray CFTimeZoneCopyKnownNames()
CFTimeZoneCopyAbbreviationDictionary
HIServicesLibrary.__CFDictionary CFTimeZoneCopyAbbreviationDictionary()
CFTimeZoneSetAbbreviationDictionary
void CFTimeZoneSetAbbreviationDictionary(HIServicesLibrary.__CFDictionary dict)
CFTimeZoneCreateWithTimeIntervalFromGMT
CoreFoundationLibrary.__CFTimeZone CFTimeZoneCreateWithTimeIntervalFromGMT(CoreFoundationLibrary.__CFAllocator allocator,
double ti)
CFTimeZoneGetSecondsFromGMT
double CFTimeZoneGetSecondsFromGMT(CoreFoundationLibrary.__CFTimeZone tz,
double at)
CFTimeZoneIsDaylightSavingTime
boolean CFTimeZoneIsDaylightSavingTime(CoreFoundationLibrary.__CFTimeZone tz,
double at)
CFTimeZoneGetDaylightSavingTimeOffset
double CFTimeZoneGetDaylightSavingTimeOffset(CoreFoundationLibrary.__CFTimeZone tz,
double at)
CFTimeZoneGetNextDaylightSavingTimeTransition
double CFTimeZoneGetNextDaylightSavingTimeTransition(CoreFoundationLibrary.__CFTimeZone tz,
double at)
CFCalendarGetTypeID
NativeLong CFCalendarGetTypeID()
CFCalendarCopyCurrent
CoreFoundationLibrary.__CFCalendar CFCalendarCopyCurrent()
CFCalendarCopyLocale
CoreFoundationLibrary.__CFLocale CFCalendarCopyLocale(CoreFoundationLibrary.__CFCalendar calendar)
CFCalendarSetLocale
void CFCalendarSetLocale(CoreFoundationLibrary.__CFCalendar calendar,
CoreFoundationLibrary.__CFLocale locale)
CFCalendarCopyTimeZone
CoreFoundationLibrary.__CFTimeZone CFCalendarCopyTimeZone(CoreFoundationLibrary.__CFCalendar calendar)
CFCalendarSetTimeZone
void CFCalendarSetTimeZone(CoreFoundationLibrary.__CFCalendar calendar,
CoreFoundationLibrary.__CFTimeZone tz)
CFCalendarGetFirstWeekday
NativeLong CFCalendarGetFirstWeekday(CoreFoundationLibrary.__CFCalendar calendar)
CFCalendarSetFirstWeekday
void CFCalendarSetFirstWeekday(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong wkdy)
CFCalendarGetMinimumDaysInFirstWeek
NativeLong CFCalendarGetMinimumDaysInFirstWeek(CoreFoundationLibrary.__CFCalendar calendar)
CFCalendarSetMinimumDaysInFirstWeek
void CFCalendarSetMinimumDaysInFirstWeek(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong mwd)
CFCalendarGetMinimumRangeOfUnit
CFRange.ByValue CFCalendarGetMinimumRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit)
CFCalendarGetMaximumRangeOfUnit
CFRange.ByValue CFCalendarGetMaximumRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit)
CFCalendarGetRangeOfUnit
CFRange.ByValue CFCalendarGetRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong smallerUnit,
NativeLong biggerUnit,
double at)
CFCalendarGetOrdinalityOfUnit
NativeLong CFCalendarGetOrdinalityOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong smallerUnit,
NativeLong biggerUnit,
double at)
CFCalendarGetTimeRangeOfUnit
@Deprecated
boolean CFCalendarGetTimeRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit,
double at,
DoubleByReference startp,
DoubleByReference tip)
- Deprecated. use the safer method
CFCalendarGetTimeRangeOfUnit(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, com.sun.jna.NativeLong, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer)
instead
- Original signature :
Boolean CFCalendarGetTimeRangeOfUnit(CFCalendarRef, CFCalendarUnit, CFAbsoluteTime, CFAbsoluteTime*, CFTimeInterval*)
CFCalendarGetTimeRangeOfUnit
boolean CFCalendarGetTimeRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar,
NativeLong unit,
double at,
DoubleBuffer startp,
DoubleBuffer tip)
CFCalendarComposeAbsoluteTime
@Deprecated
boolean CFCalendarComposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
DoubleByReference at,
ByteByReference componentDesc,
Object... varargs)
- Deprecated. use the safer method
#CFCalendarComposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, java.lang.String, java.lang.Object)
instead
- Original signature :
Boolean CFCalendarComposeAbsoluteTime(CFCalendarRef, CFAbsoluteTime*, const char*, null)
- Parameters:
calendar
- out
CFCalendarComposeAbsoluteTime
boolean CFCalendarComposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
DoubleBuffer at,
String componentDesc,
Object... varargs)
- Original signature :
Boolean CFCalendarComposeAbsoluteTime(CFCalendarRef, CFAbsoluteTime*, const char*, null)
- Parameters:
calendar
- out
CFCalendarDecomposeAbsoluteTime
@Deprecated
boolean CFCalendarDecomposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
double at,
ByteByReference componentDesc,
Object... varargs)
- Deprecated. use the safer method
#CFCalendarDecomposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, java.lang.String, java.lang.Object)
instead
- Original signature :
Boolean CFCalendarDecomposeAbsoluteTime(CFCalendarRef, CFAbsoluteTime, const char*, null)
CFCalendarDecomposeAbsoluteTime
boolean CFCalendarDecomposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar calendar,
double at,
String componentDesc,
Object... varargs)
CFCalendarAddComponents
@Deprecated
boolean CFCalendarAddComponents(CoreFoundationLibrary.__CFCalendar calendar,
DoubleByReference at,
NativeLong options,
ByteByReference componentDesc,
Object... varargs)
- Deprecated. use the safer method
#CFCalendarAddComponents(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, com.sun.jna.NativeLong, java.lang.String, java.lang.Object)
instead
- Original signature :
Boolean CFCalendarAddComponents(CFCalendarRef, CFAbsoluteTime*, CFOptionFlags, const char*, null)
- Parameters:
calendar
- inout
CFCalendarAddComponents
boolean CFCalendarAddComponents(CoreFoundationLibrary.__CFCalendar calendar,
DoubleBuffer at,
NativeLong options,
String componentDesc,
Object... varargs)
- Original signature :
Boolean CFCalendarAddComponents(CFCalendarRef, CFAbsoluteTime*, CFOptionFlags, const char*, null)
- Parameters:
calendar
- inout
CFCalendarGetComponentDifference
@Deprecated
boolean CFCalendarGetComponentDifference(CoreFoundationLibrary.__CFCalendar calendar,
double startingAT,
double resultAT,
NativeLong options,
ByteByReference componentDesc,
Object... varargs)
- Deprecated. use the safer method
#CFCalendarGetComponentDifference(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, double, com.sun.jna.NativeLong, java.lang.String, java.lang.Object)
instead
- Original signature :
Boolean CFCalendarGetComponentDifference(CFCalendarRef, CFAbsoluteTime, CFAbsoluteTime, CFOptionFlags, const char*, null)
CFCalendarGetComponentDifference
boolean CFCalendarGetComponentDifference(CoreFoundationLibrary.__CFCalendar calendar,
double startingAT,
double resultAT,
NativeLong options,
String componentDesc,
Object... varargs)
CFDateFormatterGetTypeID
NativeLong CFDateFormatterGetTypeID()
CFDateFormatterCreate
CoreFoundationLibrary.__CFDateFormatter CFDateFormatterCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFLocale locale,
int dateStyle,
int timeStyle)
- Original signature :
CFDateFormatterRef CFDateFormatterCreate(CFAllocatorRef, CFLocaleRef, CFDateFormatterStyle, CFDateFormatterStyle)
- Parameters:
dateStyle
- @see CFDateFormatterStyle
timeStyle
- @see CFDateFormatterStyle
CFDateFormatterGetLocale
CoreFoundationLibrary.__CFLocale CFDateFormatterGetLocale(CoreFoundationLibrary.__CFDateFormatter formatter)
CFDateFormatterGetDateStyle
int CFDateFormatterGetDateStyle(CoreFoundationLibrary.__CFDateFormatter formatter)
- See Also:
CoreFoundationLibrary.CFDateFormatterStyle
CFDateFormatterGetTimeStyle
int CFDateFormatterGetTimeStyle(CoreFoundationLibrary.__CFDateFormatter formatter)
- See Also:
CoreFoundationLibrary.CFDateFormatterStyle
CFRunLoopGetTypeID
NativeLong CFRunLoopGetTypeID()
CFRunLoopGetCurrent
CoreFoundationLibrary.__CFRunLoop CFRunLoopGetCurrent()
CFRunLoopGetMain
CoreFoundationLibrary.__CFRunLoop CFRunLoopGetMain()
CFRunLoopCopyAllModes
HIServicesLibrary.__CFArray CFRunLoopCopyAllModes(CoreFoundationLibrary.__CFRunLoop rl)
CFRunLoopRun
void CFRunLoopRun()
CFRunLoopIsWaiting
boolean CFRunLoopIsWaiting(CoreFoundationLibrary.__CFRunLoop rl)
CFRunLoopWakeUp
void CFRunLoopWakeUp(CoreFoundationLibrary.__CFRunLoop rl)
CFRunLoopStop
void CFRunLoopStop(CoreFoundationLibrary.__CFRunLoop rl)
CFRunLoopSourceGetTypeID
NativeLong CFRunLoopSourceGetTypeID()
CFRunLoopSourceCreate
HIServicesLibrary.__CFRunLoopSource CFRunLoopSourceCreate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong order,
CFRunLoopSourceContext context)
CFRunLoopSourceGetOrder
NativeLong CFRunLoopSourceGetOrder(HIServicesLibrary.__CFRunLoopSource source)
CFRunLoopSourceInvalidate
void CFRunLoopSourceInvalidate(HIServicesLibrary.__CFRunLoopSource source)
CFRunLoopSourceIsValid
boolean CFRunLoopSourceIsValid(HIServicesLibrary.__CFRunLoopSource source)
CFRunLoopSourceGetContext
void CFRunLoopSourceGetContext(HIServicesLibrary.__CFRunLoopSource source,
CFRunLoopSourceContext context)
CFRunLoopSourceSignal
void CFRunLoopSourceSignal(HIServicesLibrary.__CFRunLoopSource source)
CFRunLoopObserverGetTypeID
NativeLong CFRunLoopObserverGetTypeID()
CFRunLoopObserverCreate
CoreFoundationLibrary.__CFRunLoopObserver CFRunLoopObserverCreate(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong activities,
boolean repeats,
NativeLong order,
CoreFoundationLibrary.CFRunLoopObserverCallBack callout,
CFRunLoopObserverContext context)
CFRunLoopObserverGetActivities
NativeLong CFRunLoopObserverGetActivities(CoreFoundationLibrary.__CFRunLoopObserver observer)
CFRunLoopObserverDoesRepeat
boolean CFRunLoopObserverDoesRepeat(CoreFoundationLibrary.__CFRunLoopObserver observer)
CFRunLoopObserverGetOrder
NativeLong CFRunLoopObserverGetOrder(CoreFoundationLibrary.__CFRunLoopObserver observer)
CFRunLoopObserverInvalidate
void CFRunLoopObserverInvalidate(CoreFoundationLibrary.__CFRunLoopObserver observer)
CFRunLoopObserverIsValid
boolean CFRunLoopObserverIsValid(CoreFoundationLibrary.__CFRunLoopObserver observer)
CFRunLoopObserverGetContext
void CFRunLoopObserverGetContext(CoreFoundationLibrary.__CFRunLoopObserver observer,
CFRunLoopObserverContext context)
CFRunLoopTimerGetTypeID
NativeLong CFRunLoopTimerGetTypeID()
CFRunLoopTimerCreate
CoreFoundationLibrary.__CFRunLoopTimer CFRunLoopTimerCreate(CoreFoundationLibrary.__CFAllocator allocator,
double fireDate,
double interval,
NativeLong flags,
NativeLong order,
CoreFoundationLibrary.CFRunLoopTimerCallBack callout,
CFRunLoopTimerContext context)
CFRunLoopTimerGetNextFireDate
double CFRunLoopTimerGetNextFireDate(CoreFoundationLibrary.__CFRunLoopTimer timer)
CFRunLoopTimerSetNextFireDate
void CFRunLoopTimerSetNextFireDate(CoreFoundationLibrary.__CFRunLoopTimer timer,
double fireDate)
CFRunLoopTimerGetInterval
double CFRunLoopTimerGetInterval(CoreFoundationLibrary.__CFRunLoopTimer timer)
CFRunLoopTimerDoesRepeat
boolean CFRunLoopTimerDoesRepeat(CoreFoundationLibrary.__CFRunLoopTimer timer)
CFRunLoopTimerGetOrder
NativeLong CFRunLoopTimerGetOrder(CoreFoundationLibrary.__CFRunLoopTimer timer)
CFRunLoopTimerInvalidate
void CFRunLoopTimerInvalidate(CoreFoundationLibrary.__CFRunLoopTimer timer)
CFRunLoopTimerIsValid
boolean CFRunLoopTimerIsValid(CoreFoundationLibrary.__CFRunLoopTimer timer)
CFRunLoopTimerGetContext
void CFRunLoopTimerGetContext(CoreFoundationLibrary.__CFRunLoopTimer timer,
CFRunLoopTimerContext context)
CFMachPortGetTypeID
NativeLong CFMachPortGetTypeID()
CFMachPortCreate
CoreFoundationLibrary.__CFMachPort CFMachPortCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.CFMachPortCallBack callout,
CFMachPortContext context,
boolean shouldFreeInfo)
CFMachPortGetContext
void CFMachPortGetContext(CoreFoundationLibrary.__CFMachPort port,
CFMachPortContext context)
CFMachPortInvalidate
void CFMachPortInvalidate(CoreFoundationLibrary.__CFMachPort port)
CFMachPortIsValid
boolean CFMachPortIsValid(CoreFoundationLibrary.__CFMachPort port)
CFMachPortGetInvalidationCallBack
CoreFoundationLibrary.CFMachPortInvalidationCallBack CFMachPortGetInvalidationCallBack(CoreFoundationLibrary.__CFMachPort port)
CFMachPortSetInvalidationCallBack
void CFMachPortSetInvalidationCallBack(CoreFoundationLibrary.__CFMachPort port,
CoreFoundationLibrary.CFMachPortInvalidationCallBack callout)
CFMachPortCreateRunLoopSource
HIServicesLibrary.__CFRunLoopSource CFMachPortCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFMachPort port,
NativeLong order)
CFMessagePortGetTypeID
NativeLong CFMessagePortGetTypeID()
CFMessagePortIsRemote
boolean CFMessagePortIsRemote(CoreFoundationLibrary.__CFMessagePort ms)
CFMessagePortGetContext
void CFMessagePortGetContext(CoreFoundationLibrary.__CFMessagePort ms,
CFMessagePortContext context)
CFMessagePortInvalidate
void CFMessagePortInvalidate(CoreFoundationLibrary.__CFMessagePort ms)
CFMessagePortIsValid
boolean CFMessagePortIsValid(CoreFoundationLibrary.__CFMessagePort ms)
CFMessagePortGetInvalidationCallBack
CoreFoundationLibrary.CFMessagePortInvalidationCallBack CFMessagePortGetInvalidationCallBack(CoreFoundationLibrary.__CFMessagePort ms)
CFMessagePortSetInvalidationCallBack
void CFMessagePortSetInvalidationCallBack(CoreFoundationLibrary.__CFMessagePort ms,
CoreFoundationLibrary.CFMessagePortInvalidationCallBack callout)
CFMessagePortCreateRunLoopSource
HIServicesLibrary.__CFRunLoopSource CFMessagePortCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFMessagePort local,
NativeLong order)
CFBooleanGetTypeID
NativeLong CFBooleanGetTypeID()
CFBooleanGetValue
boolean CFBooleanGetValue(CoreFoundationLibrary.__CFBoolean boolean_)
CFNumberGetTypeID
NativeLong CFNumberGetTypeID()
CFNumberCreate
CoreFoundationLibrary.__CFNumber CFNumberCreate(CoreFoundationLibrary.__CFAllocator allocator,
int theType,
Pointer valuePtr)
- Original signature :
CFNumberRef CFNumberCreate(CFAllocatorRef, CFNumberType, const void*)
- Parameters:
theType
- @see CFNumberType
CFNumberGetType
int CFNumberGetType(CoreFoundationLibrary.__CFNumber number)
- See Also:
CoreFoundationLibrary.CFNumberType
CFNumberGetByteSize
NativeLong CFNumberGetByteSize(CoreFoundationLibrary.__CFNumber number)
CFNumberIsFloatType
boolean CFNumberIsFloatType(CoreFoundationLibrary.__CFNumber number)
CFNumberGetValue
boolean CFNumberGetValue(CoreFoundationLibrary.__CFNumber number,
int theType,
Pointer valuePtr)
- Original signature :
Boolean CFNumberGetValue(CFNumberRef, CFNumberType, void*)
- Parameters:
theType
- @see CFNumberType
CFNumberCompare
int CFNumberCompare(CoreFoundationLibrary.__CFNumber number,
CoreFoundationLibrary.__CFNumber otherNumber,
Pointer context)
- See Also:
CoreFoundationLibrary.CFComparisonResult
CFNumberFormatterGetTypeID
NativeLong CFNumberFormatterGetTypeID()
CFNumberFormatterCreate
CoreFoundationLibrary.__CFNumberFormatter CFNumberFormatterCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFLocale locale,
int style)
- Original signature :
CFNumberFormatterRef CFNumberFormatterCreate(CFAllocatorRef, CFLocaleRef, CFNumberFormatterStyle)
- Parameters:
style
- @see CFNumberFormatterStyle
CFNumberFormatterGetLocale
CoreFoundationLibrary.__CFLocale CFNumberFormatterGetLocale(CoreFoundationLibrary.__CFNumberFormatter formatter)
CFNumberFormatterGetStyle
int CFNumberFormatterGetStyle(CoreFoundationLibrary.__CFNumberFormatter formatter)
- See Also:
CoreFoundationLibrary.CFNumberFormatterStyle
CFUUIDGetTypeID
NativeLong CFUUIDGetTypeID()
CFUUIDCreate
CoreFoundationLibrary.__CFUUID CFUUIDCreate(CoreFoundationLibrary.__CFAllocator alloc)
CFUUIDCreateWithBytes
CoreFoundationLibrary.__CFUUID CFUUIDCreateWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
byte byte0,
byte byte1,
byte byte2,
byte byte3,
byte byte4,
byte byte5,
byte byte6,
byte byte7,
byte byte8,
byte byte9,
byte byte10,
byte byte11,
byte byte12,
byte byte13,
byte byte14,
byte byte15)
CFUUIDGetConstantUUIDWithBytes
CoreFoundationLibrary.__CFUUID CFUUIDGetConstantUUIDWithBytes(CoreFoundationLibrary.__CFAllocator alloc,
byte byte0,
byte byte1,
byte byte2,
byte byte3,
byte byte4,
byte byte5,
byte byte6,
byte byte7,
byte byte8,
byte byte9,
byte byte10,
byte byte11,
byte byte12,
byte byte13,
byte byte14,
byte byte15)
CFUUIDGetUUIDBytes
CFUUIDBytes.ByValue CFUUIDGetUUIDBytes(CoreFoundationLibrary.__CFUUID uuid)
CFUUIDCreateFromUUIDBytes
CoreFoundationLibrary.__CFUUID CFUUIDCreateFromUUIDBytes(CoreFoundationLibrary.__CFAllocator alloc,
CFUUIDBytes.ByValue bytes)
CFPlugInGetTypeID
NativeLong CFPlugInGetTypeID()
CFPlugInCreate
CoreFoundationLibrary.__CFBundle CFPlugInCreate(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL plugInURL)
CFPlugInGetBundle
CoreFoundationLibrary.__CFBundle CFPlugInGetBundle(CoreFoundationLibrary.__CFBundle plugIn)
CFPlugInSetLoadOnDemand
void CFPlugInSetLoadOnDemand(CoreFoundationLibrary.__CFBundle plugIn,
boolean flag)
CFPlugInIsLoadOnDemand
boolean CFPlugInIsLoadOnDemand(CoreFoundationLibrary.__CFBundle plugIn)
CFPlugInFindFactoriesForPlugInType
HIServicesLibrary.__CFArray CFPlugInFindFactoriesForPlugInType(CoreFoundationLibrary.__CFUUID typeUUID)
CFPlugInFindFactoriesForPlugInTypeInPlugIn
HIServicesLibrary.__CFArray CFPlugInFindFactoriesForPlugInTypeInPlugIn(CoreFoundationLibrary.__CFUUID typeUUID,
CoreFoundationLibrary.__CFBundle plugIn)
CFPlugInInstanceCreate
Pointer CFPlugInInstanceCreate(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.__CFUUID typeUUID)
CFPlugInRegisterFactoryFunction
boolean CFPlugInRegisterFactoryFunction(CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.CFPlugInFactoryFunction func)
CFPlugInUnregisterFactory
boolean CFPlugInUnregisterFactory(CoreFoundationLibrary.__CFUUID factoryUUID)
CFPlugInRegisterPlugInType
boolean CFPlugInRegisterPlugInType(CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.__CFUUID typeUUID)
CFPlugInUnregisterPlugInType
boolean CFPlugInUnregisterPlugInType(CoreFoundationLibrary.__CFUUID factoryUUID,
CoreFoundationLibrary.__CFUUID typeUUID)
CFPlugInAddInstanceForFactory
void CFPlugInAddInstanceForFactory(CoreFoundationLibrary.__CFUUID factoryID)
CFPlugInRemoveInstanceForFactory
void CFPlugInRemoveInstanceForFactory(CoreFoundationLibrary.__CFUUID factoryID)
CFPlugInInstanceGetInstanceData
Pointer CFPlugInInstanceGetInstanceData(CoreFoundationLibrary.__CFPlugInInstance instance)
CFPlugInInstanceGetTypeID
NativeLong CFPlugInInstanceGetTypeID()
CFSocketGetTypeID
NativeLong CFSocketGetTypeID()
CFSocketCreate
CoreFoundationLibrary.__CFSocket CFSocketCreate(CoreFoundationLibrary.__CFAllocator allocator,
int protocolFamily,
int socketType,
int protocol,
NativeLong callBackTypes,
CoreFoundationLibrary.CFSocketCallBack callout,
CFSocketContext context)
CFSocketCreateWithSocketSignature
CoreFoundationLibrary.__CFSocket CFSocketCreateWithSocketSignature(CoreFoundationLibrary.__CFAllocator allocator,
CFSocketSignature signature,
NativeLong callBackTypes,
CoreFoundationLibrary.CFSocketCallBack callout,
CFSocketContext context)
CFSocketCreateConnectedToSocketSignature
CoreFoundationLibrary.__CFSocket CFSocketCreateConnectedToSocketSignature(CoreFoundationLibrary.__CFAllocator allocator,
CFSocketSignature signature,
NativeLong callBackTypes,
CoreFoundationLibrary.CFSocketCallBack callout,
CFSocketContext context,
double timeout)
CFSocketInvalidate
void CFSocketInvalidate(CoreFoundationLibrary.__CFSocket s)
CFSocketIsValid
boolean CFSocketIsValid(CoreFoundationLibrary.__CFSocket s)
CFSocketGetContext
void CFSocketGetContext(CoreFoundationLibrary.__CFSocket s,
CFSocketContext context)
CFSocketCreateRunLoopSource
HIServicesLibrary.__CFRunLoopSource CFSocketCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFSocket s,
NativeLong order)
CFSocketGetSocketFlags
NativeLong CFSocketGetSocketFlags(CoreFoundationLibrary.__CFSocket s)
CFSocketSetSocketFlags
void CFSocketSetSocketFlags(CoreFoundationLibrary.__CFSocket s,
NativeLong flags)
CFSocketDisableCallBacks
void CFSocketDisableCallBacks(CoreFoundationLibrary.__CFSocket s,
NativeLong callBackTypes)
CFSocketEnableCallBacks
void CFSocketEnableCallBacks(CoreFoundationLibrary.__CFSocket s,
NativeLong callBackTypes)
CFSocketSetDefaultNameRegistryPortNumber
void CFSocketSetDefaultNameRegistryPortNumber(short port)
CFSocketGetDefaultNameRegistryPortNumber
short CFSocketGetDefaultNameRegistryPortNumber()
CFReadStreamGetTypeID
NativeLong CFReadStreamGetTypeID()
CFWriteStreamGetTypeID
NativeLong CFWriteStreamGetTypeID()
CFReadStreamCreateWithBytesNoCopy
@Deprecated
CoreFoundationLibrary.__CFReadStream CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ByteByReference bytes,
NativeLong length,
CoreFoundationLibrary.__CFAllocator bytesDeallocator)
- Deprecated. use the safer methods
CFReadStreamCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator)
and CFReadStreamCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator)
instead
- Original signature :
CFReadStreamRef CFReadStreamCreateWithBytesNoCopy(CFAllocatorRef, const UInt8*, CFIndex, CFAllocatorRef)
CFReadStreamCreateWithBytesNoCopy
CoreFoundationLibrary.__CFReadStream CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
byte[] bytes,
NativeLong length,
CoreFoundationLibrary.__CFAllocator bytesDeallocator)
CFReadStreamCreateWithBytesNoCopy
CoreFoundationLibrary.__CFReadStream CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator alloc,
ByteBuffer bytes,
NativeLong length,
CoreFoundationLibrary.__CFAllocator bytesDeallocator)
CFWriteStreamCreateWithBuffer
@Deprecated
CoreFoundationLibrary.__CFWriteStream CFWriteStreamCreateWithBuffer(CoreFoundationLibrary.__CFAllocator alloc,
ByteByReference buffer,
NativeLong bufferCapacity)
- Deprecated. use the safer method
CFWriteStreamCreateWithBuffer(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
CFWriteStreamRef CFWriteStreamCreateWithBuffer(CFAllocatorRef, UInt8*, CFIndex)
CFWriteStreamCreateWithBuffer
CoreFoundationLibrary.__CFWriteStream CFWriteStreamCreateWithBuffer(CoreFoundationLibrary.__CFAllocator alloc,
ByteBuffer buffer,
NativeLong bufferCapacity)
CFWriteStreamCreateWithAllocatedBuffers
CoreFoundationLibrary.__CFWriteStream CFWriteStreamCreateWithAllocatedBuffers(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFAllocator bufferAllocator)
CFReadStreamCreateWithFile
CoreFoundationLibrary.__CFReadStream CFReadStreamCreateWithFile(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL fileURL)
CFWriteStreamCreateWithFile
CoreFoundationLibrary.__CFWriteStream CFWriteStreamCreateWithFile(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL fileURL)
CFStreamCreateBoundPair
void CFStreamCreateBoundPair(CoreFoundationLibrary.__CFAllocator alloc,
PointerByReference readStream,
PointerByReference writeStream,
NativeLong transferBufferSize)
CFStreamCreatePairWithPeerSocketSignature
void CFStreamCreatePairWithPeerSocketSignature(CoreFoundationLibrary.__CFAllocator alloc,
CFSocketSignature signature,
PointerByReference readStream,
PointerByReference writeStream)
CFReadStreamGetStatus
int CFReadStreamGetStatus(CoreFoundationLibrary.__CFReadStream stream)
- See Also:
CoreFoundationLibrary.CFStreamStatus
CFWriteStreamGetStatus
int CFWriteStreamGetStatus(CoreFoundationLibrary.__CFWriteStream stream)
- See Also:
CoreFoundationLibrary.CFStreamStatus
CFReadStreamCopyError
CoreFoundationLibrary.__CFError CFReadStreamCopyError(CoreFoundationLibrary.__CFReadStream stream)
CFWriteStreamCopyError
CoreFoundationLibrary.__CFError CFWriteStreamCopyError(CoreFoundationLibrary.__CFWriteStream stream)
CFReadStreamOpen
boolean CFReadStreamOpen(CoreFoundationLibrary.__CFReadStream stream)
CFWriteStreamOpen
boolean CFWriteStreamOpen(CoreFoundationLibrary.__CFWriteStream stream)
CFReadStreamClose
void CFReadStreamClose(CoreFoundationLibrary.__CFReadStream stream)
CFWriteStreamClose
void CFWriteStreamClose(CoreFoundationLibrary.__CFWriteStream stream)
CFReadStreamHasBytesAvailable
boolean CFReadStreamHasBytesAvailable(CoreFoundationLibrary.__CFReadStream stream)
CFReadStreamRead
@Deprecated
NativeLong CFReadStreamRead(CoreFoundationLibrary.__CFReadStream stream,
ByteByReference buffer,
NativeLong bufferLength)
- Deprecated. use the safer method
CFReadStreamRead(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
CFIndex CFReadStreamRead(CFReadStreamRef, UInt8*, CFIndex)
CFReadStreamRead
NativeLong CFReadStreamRead(CoreFoundationLibrary.__CFReadStream stream,
ByteBuffer buffer,
NativeLong bufferLength)
CFReadStreamGetBuffer
ByteByReference CFReadStreamGetBuffer(CoreFoundationLibrary.__CFReadStream stream,
NativeLong maxBytesToRead,
NativeLongByReference numBytesRead)
CFWriteStreamCanAcceptBytes
boolean CFWriteStreamCanAcceptBytes(CoreFoundationLibrary.__CFWriteStream stream)
CFWriteStreamWrite
@Deprecated
NativeLong CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream stream,
ByteByReference buffer,
NativeLong bufferLength)
- Deprecated. use the safer methods
CFWriteStreamWrite(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream, byte[], com.sun.jna.NativeLong)
and CFWriteStreamWrite(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream, java.nio.ByteBuffer, com.sun.jna.NativeLong)
instead
- Original signature :
CFIndex CFWriteStreamWrite(CFWriteStreamRef, const UInt8*, CFIndex)
CFWriteStreamWrite
NativeLong CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream stream,
byte[] buffer,
NativeLong bufferLength)
CFWriteStreamWrite
NativeLong CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream stream,
ByteBuffer buffer,
NativeLong bufferLength)
CFReadStreamSetClient
boolean CFReadStreamSetClient(CoreFoundationLibrary.__CFReadStream stream,
NativeLong streamEvents,
CoreFoundationLibrary.CFReadStreamClientCallBack clientCB,
CFStreamClientContext clientContext)
CFWriteStreamSetClient
boolean CFWriteStreamSetClient(CoreFoundationLibrary.__CFWriteStream stream,
NativeLong streamEvents,
CoreFoundationLibrary.CFWriteStreamClientCallBack clientCB,
CFStreamClientContext clientContext)
CFReadStreamGetError
CFStreamError.ByValue CFReadStreamGetError(CoreFoundationLibrary.__CFReadStream stream)
CFWriteStreamGetError
CFStreamError.ByValue CFWriteStreamGetError(CoreFoundationLibrary.__CFWriteStream stream)
CFSetGetTypeID
NativeLong CFSetGetTypeID()
CFSetCreate
CoreFoundationLibrary.__CFSet CFSetCreate(CoreFoundationLibrary.__CFAllocator allocator,
PointerByReference values,
NativeLong numValues,
CFSetCallBacks callBacks)
CFSetCreateCopy
CoreFoundationLibrary.__CFSet CFSetCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFSet theSet)
CFSetCreateMutable
CoreFoundationLibrary.__CFSet CFSetCreateMutable(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CFSetCallBacks callBacks)
CFSetCreateMutableCopy
CoreFoundationLibrary.__CFSet CFSetCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator,
NativeLong capacity,
CoreFoundationLibrary.__CFSet theSet)
CFSetGetCount
NativeLong CFSetGetCount(CoreFoundationLibrary.__CFSet theSet)
CFSetGetCountOfValue
NativeLong CFSetGetCountOfValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
CFSetContainsValue
boolean CFSetContainsValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
CFSetGetValue
Pointer CFSetGetValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
CFSetGetValueIfPresent
boolean CFSetGetValueIfPresent(CoreFoundationLibrary.__CFSet theSet,
Pointer candidate,
PointerByReference value)
CFSetGetValues
void CFSetGetValues(CoreFoundationLibrary.__CFSet theSet,
PointerByReference values)
CFSetApplyFunction
void CFSetApplyFunction(CoreFoundationLibrary.__CFSet theSet,
CoreFoundationLibrary.CFSetApplierFunction applier,
Pointer context)
CFSetAddValue
void CFSetAddValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
CFSetReplaceValue
void CFSetReplaceValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
CFSetSetValue
void CFSetSetValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
CFSetRemoveValue
void CFSetRemoveValue(CoreFoundationLibrary.__CFSet theSet,
Pointer value)
CFSetRemoveAllValues
void CFSetRemoveAllValues(CoreFoundationLibrary.__CFSet theSet)
CFTreeGetTypeID
NativeLong CFTreeGetTypeID()
CFTreeCreate
CoreFoundationLibrary.__CFTree CFTreeCreate(CoreFoundationLibrary.__CFAllocator allocator,
CFTreeContext context)
CFTreeGetParent
CoreFoundationLibrary.__CFTree CFTreeGetParent(CoreFoundationLibrary.__CFTree tree)
CFTreeGetNextSibling
CoreFoundationLibrary.__CFTree CFTreeGetNextSibling(CoreFoundationLibrary.__CFTree tree)
CFTreeGetFirstChild
CoreFoundationLibrary.__CFTree CFTreeGetFirstChild(CoreFoundationLibrary.__CFTree tree)
CFTreeGetContext
void CFTreeGetContext(CoreFoundationLibrary.__CFTree tree,
CFTreeContext context)
CFTreeGetChildCount
NativeLong CFTreeGetChildCount(CoreFoundationLibrary.__CFTree tree)
CFTreeGetChildAtIndex
CoreFoundationLibrary.__CFTree CFTreeGetChildAtIndex(CoreFoundationLibrary.__CFTree tree,
NativeLong idx)
CFTreeGetChildren
void CFTreeGetChildren(CoreFoundationLibrary.__CFTree tree,
PointerByReference children)
CFTreeApplyFunctionToChildren
void CFTreeApplyFunctionToChildren(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.CFTreeApplierFunction applier,
Pointer context)
CFTreeFindRoot
CoreFoundationLibrary.__CFTree CFTreeFindRoot(CoreFoundationLibrary.__CFTree tree)
CFTreeSetContext
void CFTreeSetContext(CoreFoundationLibrary.__CFTree tree,
CFTreeContext context)
CFTreePrependChild
void CFTreePrependChild(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.__CFTree newChild)
CFTreeAppendChild
void CFTreeAppendChild(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.__CFTree newChild)
CFTreeInsertSibling
void CFTreeInsertSibling(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.__CFTree newSibling)
CFTreeRemove
void CFTreeRemove(CoreFoundationLibrary.__CFTree tree)
CFTreeRemoveAllChildren
void CFTreeRemoveAllChildren(CoreFoundationLibrary.__CFTree tree)
CFTreeSortChildren
void CFTreeSortChildren(CoreFoundationLibrary.__CFTree tree,
CoreFoundationLibrary.CFComparatorFunction comparator,
Pointer context)
CFURLCreateDataAndPropertiesFromResource
@Deprecated
boolean CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL url,
CoreFoundationLibrary.CFDataRef resourceData,
PointerByReference properties,
HIServicesLibrary.__CFArray desiredProperties,
IntByReference errorCode)
- Deprecated. use the safer method
CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.IntBuffer)
instead
- Original signature :
Boolean CFURLCreateDataAndPropertiesFromResource(CFAllocatorRef, CFURLRef, CFDataRef*, CFDictionaryRef*, CFArrayRef, SInt32*)
CFURLCreateDataAndPropertiesFromResource
boolean CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc,
AudioUnitLibrary.__CFURL url,
CoreFoundationLibrary.CFDataRef resourceData,
PointerByReference properties,
HIServicesLibrary.__CFArray desiredProperties,
IntBuffer errorCode)
CFURLDestroyResource
@Deprecated
boolean CFURLDestroyResource(AudioUnitLibrary.__CFURL url,
IntByReference errorCode)
- Deprecated. use the safer method
CFURLDestroyResource(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.IntBuffer)
instead
- Original signature :
Boolean CFURLDestroyResource(CFURLRef, SInt32*)
CFURLDestroyResource
boolean CFURLDestroyResource(AudioUnitLibrary.__CFURL url,
IntBuffer errorCode)
CFUserNotificationGetTypeID
NativeLong CFUserNotificationGetTypeID()
CFUserNotificationCreate
@Deprecated
CoreFoundationLibrary.__CFUserNotification CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator allocator,
double timeout,
NativeLong flags,
IntByReference error,
HIServicesLibrary.__CFDictionary dictionary)
- Deprecated. use the safer method
CFUserNotificationCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, double, com.sun.jna.NativeLong, java.nio.IntBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary)
instead
- Original signature :
CFUserNotificationRef CFUserNotificationCreate(CFAllocatorRef, CFTimeInterval, CFOptionFlags, SInt32*, CFDictionaryRef)
CFUserNotificationCreate
CoreFoundationLibrary.__CFUserNotification CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator allocator,
double timeout,
NativeLong flags,
IntBuffer error,
HIServicesLibrary.__CFDictionary dictionary)
CFUserNotificationReceiveResponse
int CFUserNotificationReceiveResponse(CoreFoundationLibrary.__CFUserNotification userNotification,
double timeout,
NativeLongByReference responseFlags)
CFUserNotificationGetResponseDictionary
HIServicesLibrary.__CFDictionary CFUserNotificationGetResponseDictionary(CoreFoundationLibrary.__CFUserNotification userNotification)
CFUserNotificationUpdate
int CFUserNotificationUpdate(CoreFoundationLibrary.__CFUserNotification userNotification,
double timeout,
NativeLong flags,
HIServicesLibrary.__CFDictionary dictionary)
CFUserNotificationCancel
int CFUserNotificationCancel(CoreFoundationLibrary.__CFUserNotification userNotification)
CFUserNotificationCreateRunLoopSource
HIServicesLibrary.__CFRunLoopSource CFUserNotificationCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator,
CoreFoundationLibrary.__CFUserNotification userNotification,
CoreFoundationLibrary.CFUserNotificationCallBack callout,
NativeLong order)
CFXMLNodeGetTypeID
NativeLong CFXMLNodeGetTypeID()
CFXMLNodeCreateCopy
CoreFoundationLibrary.__CFXMLNode CFXMLNodeCreateCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFXMLNode origNode)
CFXMLNodeGetTypeCode
int CFXMLNodeGetTypeCode(CoreFoundationLibrary.__CFXMLNode node)
- See Also:
CoreFoundationLibrary.CFXMLNodeTypeCode
CFXMLNodeGetInfoPtr
Pointer CFXMLNodeGetInfoPtr(CoreFoundationLibrary.__CFXMLNode node)
CFXMLNodeGetVersion
NativeLong CFXMLNodeGetVersion(CoreFoundationLibrary.__CFXMLNode node)
CFXMLParserGetTypeID
NativeLong CFXMLParserGetTypeID()
CFXMLParserCreateWithDataFromURL
CoreFoundationLibrary.__CFXMLParser CFXMLParserCreateWithDataFromURL(CoreFoundationLibrary.__CFAllocator allocator,
AudioUnitLibrary.__CFURL dataSource,
NativeLong parseOptions,
NativeLong versionOfNodes,
CFXMLParserCallBacks callBacks,
CFXMLParserContext context)
CFXMLParserGetContext
void CFXMLParserGetContext(CoreFoundationLibrary.__CFXMLParser parser,
CFXMLParserContext context)
CFXMLParserGetCallBacks
void CFXMLParserGetCallBacks(CoreFoundationLibrary.__CFXMLParser parser,
CFXMLParserCallBacks callBacks)
CFXMLParserGetSourceURL
AudioUnitLibrary.__CFURL CFXMLParserGetSourceURL(CoreFoundationLibrary.__CFXMLParser parser)
CFXMLParserGetLocation
NativeLong CFXMLParserGetLocation(CoreFoundationLibrary.__CFXMLParser parser)
CFXMLParserGetLineNumber
NativeLong CFXMLParserGetLineNumber(CoreFoundationLibrary.__CFXMLParser parser)
CFXMLParserGetDocument
Pointer CFXMLParserGetDocument(CoreFoundationLibrary.__CFXMLParser parser)
CFXMLParserGetStatusCode
int CFXMLParserGetStatusCode(CoreFoundationLibrary.__CFXMLParser parser)
- See Also:
CoreFoundationLibrary.CFXMLParserStatusCode
CFXMLParserParse
boolean CFXMLParserParse(CoreFoundationLibrary.__CFXMLParser parser)
CFAttributedStringGetTypeID
NativeLong CFAttributedStringGetTypeID()
CFAttributedStringCreateWithSubstring
CoreFoundationLibrary.__CFAttributedString CFAttributedStringCreateWithSubstring(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFAttributedString aStr,
CFRange.ByValue range)
CFAttributedStringCreateCopy
CoreFoundationLibrary.__CFAttributedString CFAttributedStringCreateCopy(CoreFoundationLibrary.__CFAllocator alloc,
CoreFoundationLibrary.__CFAttributedString aStr)
CFAttributedStringGetLength
NativeLong CFAttributedStringGetLength(CoreFoundationLibrary.__CFAttributedString aStr)
CFAttributedStringGetAttributes
HIServicesLibrary.__CFDictionary CFAttributedStringGetAttributes(CoreFoundationLibrary.__CFAttributedString aStr,
NativeLong loc,
CFRange effectiveRange)
CFAttributedStringGetAttributesAndLongestEffectiveRange
HIServicesLibrary.__CFDictionary CFAttributedStringGetAttributesAndLongestEffectiveRange(CoreFoundationLibrary.__CFAttributedString aStr,
NativeLong loc,
CFRange.ByValue inRange,
CFRange longestEffectiveRange)
CFAttributedStringCreateMutableCopy
CoreFoundationLibrary.__CFAttributedString CFAttributedStringCreateMutableCopy(CoreFoundationLibrary.__CFAllocator alloc,
NativeLong maxLength,
CoreFoundationLibrary.__CFAttributedString aStr)
CFAttributedStringCreateMutable
CoreFoundationLibrary.__CFAttributedString CFAttributedStringCreateMutable(CoreFoundationLibrary.__CFAllocator alloc,
NativeLong maxLength)
CFAttributedStringGetMutableString
CoreFoundationLibrary.__CFString CFAttributedStringGetMutableString(CoreFoundationLibrary.__CFAttributedString aStr)
CFAttributedStringSetAttributes
void CFAttributedStringSetAttributes(CoreFoundationLibrary.__CFAttributedString aStr,
CFRange.ByValue range,
HIServicesLibrary.__CFDictionary replacement,
boolean clearOtherAttributes)
CFAttributedStringReplaceAttributedString
void CFAttributedStringReplaceAttributedString(CoreFoundationLibrary.__CFAttributedString aStr,
CFRange.ByValue range,
CoreFoundationLibrary.__CFAttributedString replacement)
CFAttributedStringBeginEditing
void CFAttributedStringBeginEditing(CoreFoundationLibrary.__CFAttributedString aStr)
CFAttributedStringEndEditing
void CFAttributedStringEndEditing(CoreFoundationLibrary.__CFAttributedString aStr)
CFNotificationCenterGetTypeID
NativeLong CFNotificationCenterGetTypeID()
CFNotificationCenterGetLocalCenter
CoreFoundationLibrary.__CFNotificationCenter CFNotificationCenterGetLocalCenter()
CFNotificationCenterGetDistributedCenter
CoreFoundationLibrary.__CFNotificationCenter CFNotificationCenterGetDistributedCenter()
CFNotificationCenterGetDarwinNotifyCenter
CoreFoundationLibrary.__CFNotificationCenter CFNotificationCenterGetDarwinNotifyCenter()
CFNotificationCenterRemoveEveryObserver
void CFNotificationCenterRemoveEveryObserver(CoreFoundationLibrary.__CFNotificationCenter center,
Pointer observer)
CFStringTokenizerGetTypeID
NativeLong CFStringTokenizerGetTypeID()
CFStringTokenizerGoToTokenAtIndex
NativeLong CFStringTokenizerGoToTokenAtIndex(CoreFoundationLibrary.__CFStringTokenizer tokenizer,
NativeLong index)
CFStringTokenizerAdvanceToNextToken
NativeLong CFStringTokenizerAdvanceToNextToken(CoreFoundationLibrary.__CFStringTokenizer tokenizer)
CFStringTokenizerGetCurrentTokenRange
CFRange.ByValue CFStringTokenizerGetCurrentTokenRange(CoreFoundationLibrary.__CFStringTokenizer tokenizer)
CFStringTokenizerCopyCurrentTokenAttribute
Pointer CFStringTokenizerCopyCurrentTokenAttribute(CoreFoundationLibrary.__CFStringTokenizer tokenizer,
NativeLong attribute)
CFStringTokenizerGetCurrentSubTokens
NativeLong CFStringTokenizerGetCurrentSubTokens(CoreFoundationLibrary.__CFStringTokenizer tokenizer,
CFRange ranges,
NativeLong maxRangeLength,
HIServicesLibrary.__CFArray derivedSubTokens)
IUnknown_QueryInterface
int IUnknown_QueryInterface(CFUUIDBytes.ByValue iid,
PointerByReference ppv)
IUnknown_AddRef
int IUnknown_AddRef()
IUnknown_Release
int IUnknown_Release()