Searched refs:ENCODING_UNICODE (Results 1 – 2 of 2) sorted by relevance
112 if (strcmp(ENCODING_UNICODE, ENCODING_UTF16) == 0) in iconv_ucs_open()121 iconv_open(ENCODING_UNICODE, from, &dp->f_ctp); in iconv_ucs_open()125 iconv_open(to, ENCODING_UNICODE, &dp->t_ctp); in iconv_ucs_open()379 error = iconv_add(ENCODING_UNICODE, ENCODING_UNICODE, ENCODING_UTF8); in iconv_ucs_init()382 error = iconv_add(ENCODING_UNICODE, ENCODING_UTF8, ENCODING_UNICODE); in iconv_ucs_init()397 return (ENCODING_UNICODE); in iconv_ucs_name()
52 #define ENCODING_UNICODE "UTF-16BE" macro