Searched refs:unicode_to_gb_to_hz (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/iconv_modules/zh/common/ |
H A D | UTF-8%HZ-GB-2312.c | 44 int unicode_to_gb_to_hz(char in_byte1, char in_byte2, char *buf, int buflen); 171 n = unicode_to_gb_to_hz(c1, c2, *outbuf, *outbytesleft); in _icv_iconv() 204 n = unicode_to_gb_to_hz(c1, c2, *outbuf, *outbytesleft); in _icv_iconv() 291 int unicode_to_gb_to_hz(in_byte1, in_byte2, buf, buflen) in unicode_to_gb_to_hz() function
|