summaryrefslogtreecommitdiff
path: root/hangul/hangul.h
diff options
context:
space:
mode:
Diffstat (limited to 'hangul/hangul.h')
-rw-r--r--hangul/hangul.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/hangul/hangul.h b/hangul/hangul.h
index 1c675ff..d437ef4 100644
--- a/hangul/hangul.h
+++ b/hangul/hangul.h
@@ -52,11 +52,6 @@ bool hangul_is_cjamo(ucschar c);
ucschar hangul_jamo_to_cjamo(ucschar ch);
-ucschar hangul_choseong_to_jongseong(ucschar ch);
-ucschar hangul_jongseong_to_choseong(ucschar ch);
-void hangul_jongseong_decompose(ucschar ch, ucschar* jong, ucschar* cho);
-void hangul_jongseong_dicompose(ucschar ch, ucschar* jong, ucschar* cho) LIBHANGUL_DEPRECATED;
-
const ucschar* hangul_syllable_iterator_prev(const ucschar* str,
const ucschar* begin);
const ucschar* hangul_syllable_iterator_next(const ucschar* str,