Home
last modified time | relevance | path

Searched refs:ucs_to_unihan (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Ducs_to_unihan.c55 static hcode_type ucs_to_unihan (uint_t ucs_char);
235 unihan = ucs_to_unihan (u4); in _icv_iconv()
265 ucs_to_unihan (uint_t ucs_char) in ucs_to_unihan() function
/illumos-gate/usr/src/lib/iconv_modules/ko/
H A DMakefile.com48 ucs_to_unihan.c \
212 ucs_LE_to_unihan.o : $(COMMON)ucs_to_unihan.c
213 $(CC) $(CPPFLAGS) -c $(CFLAGS) -DUCS_2LE $(COMMON)ucs_to_unihan.c -o $@
216 ucs_BE_to_unihan.o : $(COMMON)ucs_to_unihan.c
217 $(CC) $(CPPFLAGS) -c $(CFLAGS) -DUCS_2BE $(COMMON)ucs_to_unihan.c -o $@