Uses of Class
org.rococoa.cocoa.corefoundation.CFRange.ByValue

Packages that use CFRange.ByValue
org.rococoa.cocoa.corefoundation   
org.rococoa.cocoa.coretext   
org.rococoa.cocoa.searchkit   
 

Uses of CFRange.ByValue in org.rococoa.cocoa.corefoundation
 

Methods in org.rococoa.cocoa.corefoundation that return CFRange.ByValue
 CFRange.ByValue CoreFoundationLibrary.__CFRangeMake(NativeLong loc, NativeLong len)
          Private; do not use
Original signature : CFRange __CFRangeMake(CFIndex, CFIndex)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:251
 CFRange.ByValue CoreFoundationLibrary.CFCalendarGetMaximumRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar, NativeLong unit)
          Original signature : CFRange CFCalendarGetMaximumRangeOfUnit(CFCalendarRef, CFCalendarUnit)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h:79
 CFRange.ByValue CoreFoundationLibrary.CFCalendarGetMinimumRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar, NativeLong unit)
          Original signature : CFRange CFCalendarGetMinimumRangeOfUnit(CFCalendarRef, CFCalendarUnit)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h:76
 CFRange.ByValue CoreFoundationLibrary.CFCalendarGetRangeOfUnit(CoreFoundationLibrary.__CFCalendar calendar, NativeLong smallerUnit, NativeLong biggerUnit, double at)
          Original signature : CFRange CFCalendarGetRangeOfUnit(CFCalendarRef, CFCalendarUnit, CFCalendarUnit, CFAbsoluteTime)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFCalendar.h:82
 CFRange.ByValue CoreFoundationLibrary.CFStringTokenizerGetCurrentTokenRange(CoreFoundationLibrary.__CFStringTokenizer tokenizer)
           
 CFRange.ByValue CoreFoundationLibrary.CFURLGetByteRangeForComponent(ColorSyncLibrary.__CFURL url, int component, CFRange rangeIncludingSeparators)
          Gets the range of the requested component in the bytes of url, as
returned by CFURLGetBytes().
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type CFRange.ByValue
 void CoreFoundationLibrary.CFArrayAppendArray(HIServicesLibrary.__CFArray theArray, HIServicesLibrary.__CFArray otherArray, CFRange.ByValue otherRange)
           
 void CoreFoundationLibrary.CFArrayApplyFunction(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, CoreFoundationLibrary.CFArrayApplierFunction applier, Pointer context)
           
 NativeLong CoreFoundationLibrary.CFArrayBSearchValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value, CoreFoundationLibrary.CFComparatorFunction comparator, Pointer context)
           
 boolean CoreFoundationLibrary.CFArrayContainsValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 NativeLong CoreFoundationLibrary.CFArrayGetCountOfValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 NativeLong CoreFoundationLibrary.CFArrayGetFirstIndexOfValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 NativeLong CoreFoundationLibrary.CFArrayGetLastIndexOfValue(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, Pointer value)
           
 void CoreFoundationLibrary.CFArrayGetValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, PointerByReference values)
           
 void CoreFoundationLibrary.CFArrayReplaceValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, PointerByReference newValues, NativeLong newCount)
           
 void CoreFoundationLibrary.CFArraySortValues(HIServicesLibrary.__CFArray theArray, CFRange.ByValue range, CoreFoundationLibrary.CFComparatorFunction comparator, Pointer context)
           
 CoreFoundationLibrary.__CFAttributedString CoreFoundationLibrary.CFAttributedStringCreateWithSubstring(CoreFoundationLibrary.__CFAllocator alloc, CoreFoundationLibrary.__CFAttributedString aStr, CFRange.ByValue range)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFAttributedStringGetAttributesAndLongestEffectiveRange(CoreFoundationLibrary.__CFAttributedString aStr, NativeLong loc, CFRange.ByValue inRange, CFRange longestEffectiveRange)
           
 void CoreFoundationLibrary.CFAttributedStringReplaceAttributedString(CoreFoundationLibrary.__CFAttributedString aStr, CFRange.ByValue range, CoreFoundationLibrary.__CFAttributedString replacement)
           
 void CoreFoundationLibrary.CFAttributedStringSetAttributes(CoreFoundationLibrary.__CFAttributedString aStr, CFRange.ByValue range, HIServicesLibrary.__CFDictionary replacement, boolean clearOtherAttributes)
           
 boolean CoreFoundationLibrary.CFBitVectorContainsBit(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range, int value)
          Original signature : Boolean CFBitVectorContainsBit(CFBitVectorRef, CFRange, CFBit)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h:26
 void CoreFoundationLibrary.CFBitVectorFlipBits(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range)
          Original signature : void CFBitVectorFlipBits(CFMutableBitVectorRef, CFRange)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h:34
 void CoreFoundationLibrary.CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range, ByteBuffer bytes)
          Original signature : void CFBitVectorGetBits(CFBitVectorRef, CFRange, UInt8*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h:28
 void CoreFoundationLibrary.CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range, Pointer bytes)
          Deprecated. use the safer methods CoreFoundationLibrary.CFBitVectorGetBits(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBitVector, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ByteBuffer) and CoreFoundationLibrary.CFBitVectorGetBits(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBitVector, org.rococoa.cocoa.corefoundation.CFRange.ByValue, com.sun.jna.Pointer) instead
 NativeLong CoreFoundationLibrary.CFBitVectorGetCountOfBit(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range, int value)
          Original signature : CFIndex CFBitVectorGetCountOfBit(CFBitVectorRef, CFRange, CFBit)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h:25
 NativeLong CoreFoundationLibrary.CFBitVectorGetFirstIndexOfBit(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range, int value)
          Original signature : CFIndex CFBitVectorGetFirstIndexOfBit(CFBitVectorRef, CFRange, CFBit)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h:29
 NativeLong CoreFoundationLibrary.CFBitVectorGetLastIndexOfBit(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range, int value)
          Original signature : CFIndex CFBitVectorGetLastIndexOfBit(CFBitVectorRef, CFRange, CFBit)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h:30
 void CoreFoundationLibrary.CFBitVectorSetBits(CoreFoundationLibrary.__CFBitVector bv, CFRange.ByValue range, int value)
          Original signature : void CFBitVectorSetBits(CFMutableBitVectorRef, CFRange, CFBit)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBitVector.h:36
 void CoreFoundationLibrary.CFCharacterSetAddCharactersInRange(CoreFoundationLibrary.__CFCharacterSet theSet, CFRange.ByValue theRange)
           
 CoreFoundationLibrary.__CFCharacterSet CoreFoundationLibrary.CFCharacterSetCreateWithCharactersInRange(CoreFoundationLibrary.__CFAllocator alloc, CFRange.ByValue theRange)
           
 void CoreFoundationLibrary.CFCharacterSetRemoveCharactersInRange(CoreFoundationLibrary.__CFCharacterSet theSet, CFRange.ByValue theRange)
           
 void CoreFoundationLibrary.CFDataDeleteBytes(CoreFoundationLibrary.__CFData theData, CFRange.ByValue range)
          Original signature : void CFDataDeleteBytes(CFMutableDataRef, CFRange)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:58
 void CoreFoundationLibrary.CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData, CFRange.ByValue range, byte[] newBytes, NativeLong newLength)
          Original signature : void CFDataReplaceBytes(CFMutableDataRef, CFRange, const UInt8*, CFIndex)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:55
 void CoreFoundationLibrary.CFDataReplaceBytes(CoreFoundationLibrary.__CFData theData, CFRange.ByValue range, Pointer newBytes, NativeLong newLength)
          Deprecated. use the safer methods CoreFoundationLibrary.CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, byte[], com.sun.jna.NativeLong) and CoreFoundationLibrary.CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead
 void CoreFoundationLibrary.CFStringDelete(CoreFoundationLibrary.__CFString theString, CFRange.ByValue range)
          Original signature : void CFStringDelete(CFMutableStringRef, CFRange)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:555
 

Uses of CFRange.ByValue in org.rococoa.cocoa.coretext
 

Methods in org.rococoa.cocoa.coretext that return CFRange.ByValue
 CFRange.ByValue CoreTextLibrary.CTFrameGetStringRange(CoreTextLibrary.__CTFrame frame)
          Original signature : CFRange CTFrameGetStringRange(CTFrameRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFrame.h:106
 CFRange.ByValue CoreTextLibrary.CTFrameGetVisibleStringRange(CoreTextLibrary.__CTFrame frame)
          Original signature : CFRange CTFrameGetVisibleStringRange(CTFrameRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFrame.h:129
 CFRange.ByValue CoreTextLibrary.CTLineGetStringRange(CoreTextLibrary.__CTLine line)
          Original signature : CFRange CTLineGetStringRange(CTLineRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTLine.h:211
 CFRange.ByValue CoreTextLibrary.CTRunGetStringRange(CoreTextLibrary.__CTRun run)
          Original signature : CFRange CTRunGetStringRange(CTRunRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:344
 

Methods in org.rococoa.cocoa.coretext with parameters of type CFRange.ByValue
 void CoreTextLibrary.CTFrameGetLineOrigins(CoreTextLibrary.__CTFrame frame, CFRange.ByValue range, Pointer origins)
          Original signature : void CTFrameGetLineOrigins(CTFrameRef, CFRange, CGPoint[])
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFrame.h:220
 CoreTextLibrary.__CTFrame CoreTextLibrary.CTFramesetterCreateFrame(CoreTextLibrary.__CTFramesetter framesetter, CFRange.ByValue stringRange, CoreTextLibrary.CGPath path, HIServicesLibrary.__CFDictionary frameAttributes)
          Original signature : CTFrameRef CTFramesetterCreateFrame(CTFramesetterRef, CFRange, CGPathRef, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFramesetter.h:101
 CGSize.ByValue CoreTextLibrary.CTFramesetterSuggestFrameSizeWithConstraints(CoreTextLibrary.__CTFramesetter framesetter, CFRange.ByValue stringRange, HIServicesLibrary.__CFDictionary frameAttributes, CGSize.ByValue constraints, CFRange fitRange)
          Original signature : CGSize CTFramesetterSuggestFrameSizeWithConstraints(CTFramesetterRef, CFRange, CFDictionaryRef, CGSize, CFRange*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFramesetter.h:168
 void CoreTextLibrary.CTRunDraw(CoreTextLibrary.__CTRun run, CoreGraphicsLibrary.CGContext context, CFRange.ByValue range)
          Original signature : void CTRunDraw(CTRunRef, CGContextRef, CFRange)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:456
 void CoreTextLibrary.CTRunGetAdvances(CoreTextLibrary.__CTRun run, CFRange.ByValue range, Pointer buffer)
          Original signature : void CTRunGetAdvances(CTRunRef, CFRange, CGSize[])
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:274
 void CoreTextLibrary.CTRunGetGlyphs(CoreTextLibrary.__CTRun run, CFRange.ByValue range, ShortBuffer buffer)
          Original signature : void CTRunGetGlyphs(CTRunRef, CFRange, CGGlyph[])
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:175
 void CoreTextLibrary.CTRunGetGlyphs(CoreTextLibrary.__CTRun run, CFRange.ByValue range, ShortByReference buffer)
          Deprecated. use the safer methods CoreTextLibrary.CTRunGetGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTRun, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ShortBuffer) and CoreTextLibrary.CTRunGetGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTRun, org.rococoa.cocoa.corefoundation.CFRange.ByValue, com.sun.jna.ptr.ShortByReference) instead
 CGRect.ByValue CoreTextLibrary.CTRunGetImageBounds(CoreTextLibrary.__CTRun run, CoreGraphicsLibrary.CGContext context, CFRange.ByValue range)
          Original signature : CGRect CTRunGetImageBounds(CTRunRef, CGContextRef, CFRange)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:408
 void CoreTextLibrary.CTRunGetPositions(CoreTextLibrary.__CTRun run, CFRange.ByValue range, Pointer buffer)
          Original signature : void CTRunGetPositions(CTRunRef, CFRange, CGPoint[])
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:225
 void CoreTextLibrary.CTRunGetStringIndices(CoreTextLibrary.__CTRun run, CFRange.ByValue range, NativeLongByReference buffer)
          Original signature : void CTRunGetStringIndices(CTRunRef, CFRange, CFIndex[])
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:326
 double CoreTextLibrary.CTRunGetTypographicBounds(CoreTextLibrary.__CTRun run, CFRange.ByValue range, CGFloatByReference ascent, CGFloatByReference descent, CGFloatByReference leading)
          Original signature : double CTRunGetTypographicBounds(CTRunRef, CFRange, CGFloat*, CGFloat*, CGFloat*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:376
 CoreTextLibrary.__CTLine CoreTextLibrary.CTTypesetterCreateLine(CoreTextLibrary.__CTTypesetter typesetter, CFRange.ByValue stringRange)
          Original signature : CTLineRef CTTypesetterCreateLine(CTTypesetterRef, CFRange)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTTypesetter.h:144
 

Uses of CFRange.ByValue in org.rococoa.cocoa.searchkit
 

Methods in org.rococoa.cocoa.searchkit with parameters of type CFRange.ByValue
 NativeLong SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults, CFRange.ByValue inRange, SearchKitLibrary.CFTypeRef outDocumentsArray, PointerByReference outIndexesArray, FloatByReference outScoresArray)
          Deprecated. use the safer methods SearchKitLibrary.SKSearchResultsGetInfoInRange(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults, org.rococoa.cocoa.corefoundation.CFRange.ByValue, org.rococoa.cocoa.searchkit.SearchKitLibrary.CFTypeRef, org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex[], java.nio.FloatBuffer) and SearchKitLibrary.SKSearchResultsGetInfoInRange(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults, org.rococoa.cocoa.corefoundation.CFRange.ByValue, org.rococoa.cocoa.searchkit.SearchKitLibrary.CFTypeRef, org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex[], com.sun.jna.ptr.FloatByReference) instead
 NativeLong SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults, CFRange.ByValue inRange, SearchKitLibrary.CFTypeRef outDocumentsArray, SearchKitLibrary.__SKIndex[] outIndexesArray, FloatBuffer outScoresArray)
          SKSearchResultsGetInfoInRange() *** DEPRECATED ***

Summary:
Fills in requested results, returns number of items that were
returned.
 NativeLong SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults inSearchResults, CFRange.ByValue inRange, SearchKitLibrary.CFTypeRef outDocumentsArray, SearchKitLibrary.__SKIndex[] outIndexesArray, FloatByReference outScoresArray)
          SKSearchResultsGetInfoInRange() *** DEPRECATED ***

Summary:
Fills in requested results, returns number of items that were
returned.
 



Copyright © 2009. All Rights Reserved.