Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_gb2312_utf8.h78 #define KICONV_GB2312_UTF8_MAX (8179) macro
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_sc.c705 if (index >= KICONV_GB2312_UTF8_MAX) in gb2312_to_utf8()
706 index = KICONV_GB2312_UTF8_MAX - 1; /* Map to 0xEFBFBD */ in gb2312_to_utf8()