Class Trie.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultGetFoldingOffset

        private DefaultGetFoldingOffset()
    • 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 interface Trie.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