Class Normalizer2Impl.Hangul

  • Enclosing class:
    Normalizer2Impl

    public static final class Normalizer2Impl.Hangul
    extends java.lang.Object
    • Constructor Detail

      • Hangul

        public Hangul()
    • Method Detail

      • isHangul

        public static boolean isHangul​(int c)
      • isHangulLV

        public static boolean isHangulLV​(int c)
      • isJamoL

        public static boolean isJamoL​(int c)
      • isJamoV

        public static boolean isJamoV​(int c)
      • isJamoT

        public static boolean isJamoT​(int c)
      • isJamo

        public static boolean isJamo​(int c)
      • decompose

        public static int decompose​(int c,
                                    java.lang.Appendable buffer)
        Decomposes c, which must be a Hangul syllable, into buffer and returns the length of the decomposition (2 or 3).
      • getRawDecomposition

        public static void getRawDecomposition​(int c,
                                               java.lang.Appendable buffer)
        Decomposes c, which must be a Hangul syllable, into buffer. This is the raw, not recursive, decomposition. Its length is always 2.