Package com.ibm.icu.dev.tool.layout
Class DecompTable
java.lang.Object
com.ibm.icu.dev.tool.layout.DecompTable
- All Implemented Interfaces:
LookupSubtable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getComposedCharacter
(int i) int
getDecompositionCount
(int i) boolean
private void
snapshot()
void
-
Field Details
-
decompVector
-
decompEntries
-
snapshotSize
private int snapshotSize
-
-
Constructor Details
-
DecompTable
public DecompTable()
-
-
Method Details
-
add
-
getComposedCharacter
public int getComposedCharacter(int i) -
getDecompositionCount
public int getDecompositionCount(int i) -
hasEntries
public boolean hasEntries() -
snapshot
private void snapshot() -
writeLookupSubtable
- Specified by:
writeLookupSubtable
in interfaceLookupSubtable
-