Searched refs:sjis_ctx (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Diconvchk.c96 idn_converter_t sjis_ctx = NULL; local
104 r = idn_converter_create(SJIS_ENCODING_NAME, &sjis_ctx, 0);
106 if (sjis_ctx != NULL) {
107 idn_converter_destroy(sjis_ctx);

Completed in 17 milliseconds