Package com.ibm.icu.impl
Class Trie.DefaultGetFoldingOffset
- java.lang.Object
-
- com.ibm.icu.impl.Trie.DefaultGetFoldingOffset
-
- All Implemented Interfaces:
Trie.DataManipulate
- Enclosing class:
- Trie
private static class Trie.DefaultGetFoldingOffset extends java.lang.Object implements Trie.DataManipulate
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultGetFoldingOffset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFoldingOffset(int value)
Called by com.ibm.icu.impl.Trie to extract from a lead surrogate's data the index array offset of the indexes for that lead surrogate.
-
-
-
Method Detail
-
getFoldingOffset
public int getFoldingOffset(int value)
Description copied from interface:Trie.DataManipulate
Called by com.ibm.icu.impl.Trie to extract from a lead surrogate's data the index array offset of the indexes for that lead surrogate.- Specified by:
getFoldingOffset
in interfaceTrie.DataManipulate
- Parameters:
value
- data value for a surrogate from the trie, including the folding offset- Returns:
- data offset or 0 if there is no data for the lead surrogate
-
-