Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c92 KICONV_JA_NGET(ic1); /* read 1st byte */ in utf8_ucs()
112 KICONV_JA_NGET(ic); in utf8_ucs()
349 KICONV_JA_NGET(ic1); /* get 1st byte */ in _do_kiconv_fr_eucjp()
355 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()
371 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()
380 KICONV_JA_NGET(ic2); in _do_kiconv_fr_eucjp()
382 KICONV_JA_NGET(ic3); in _do_kiconv_fr_eucjp()
541 KICONV_JA_NGET(ic1); /* get 1st byte */ in _do_kiconvstr_fr_eucjp()
553 KICONV_JA_NGET(ic2); in _do_kiconvstr_fr_eucjp()
578 KICONV_JA_NGET(ic2); in _do_kiconvstr_fr_eucjp()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dkiconv_ja.h61 #define KICONV_JA_NGET(c) \ macro