Class StringSearch.CollationPCE.RCEI

  • Enclosing class:
    StringSearch.CollationPCE

    private static final class StringSearch.CollationPCE.RCEI
    extends java.lang.Object
    Raw collation element buffer stuff ported from ICU4C ucoleitr.cpp
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int ce_  
      (package private) int high_  
      (package private) int low_  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RCEI()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ce_

        int ce_
      • low_

        int low_
      • high_

        int high_
    • Constructor Detail

      • RCEI

        private RCEI()