Uses of Class
org.rococoa.cocoa.carboncore.BreakTable

Packages that use BreakTable
org.rococoa.cocoa.carboncore   
 

Uses of BreakTable in org.rococoa.cocoa.carboncore
 

Subclasses of BreakTable in org.rococoa.cocoa.carboncore
static class BreakTable.ByReference
           
static class BreakTable.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return BreakTable
static BreakTable[] BreakTable.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type BreakTable
 void CarbonCoreLibrary.FindWordBreaks(ByteBuffer textPtr, short textLength, short offset, boolean leadingEdge, BreakTable breaks, OffPair[] offsets, short script)
          FindWordBreaks() *** DEPRECATED ***

Deprecated:
use UCFindTextBreak instead.
 void CarbonCoreLibrary.FindWordBreaks(Pointer textPtr, short textLength, short offset, boolean leadingEdge, BreakTable breaks, Pointer offsets, short script)
          Deprecated. use the safer methods CarbonCoreLibrary.FindWordBreaks(java.nio.ByteBuffer, short, short, boolean, org.rococoa.cocoa.carboncore.BreakTable, org.rococoa.cocoa.carboncore.OffPair[], short) and CarbonCoreLibrary.FindWordBreaks(com.sun.jna.Pointer, short, short, boolean, org.rococoa.cocoa.carboncore.BreakTable, com.sun.jna.Pointer, short) instead
 



Copyright © 2009. All Rights Reserved.