Searched defs:isJamoL (Results 1 – 4 of 4) sorted by relevance
83 static inline UBool isJamoL(UChar32 c) { in isJamoL() function551 static UBool isJamoL(uint16_t norm16) { return norm16==JAMO_L; } in isJamoL() function
67 public static boolean isJamoL(int c) { in isJamoL() method in Normalizer2Impl.Hangul1695 private static boolean isJamoL(int norm16) { return norm16==JAMO_L; } in isJamoL() method in Normalizer2Impl
62 public static boolean isJamoL(int c) { in isJamoL() method in Normalizer2Impl.Hangul1686 private static boolean isJamoL(int norm16) { return norm16==JAMO_L; } in isJamoL() method in Normalizer2Impl