Lines Matching refs:sjis_cnv
1520 UConverter *ascii_cnv = 0, *sjis_cnv = 0, *cnv;
1548 sjis_cnv = ucnv_open("ibm-943", &status);
1558 ucnv_close(sjis_cnv);
1562 sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, UPRV_LENGTHOF(sjisResult), target, (int32_t)strlen(target), &status);
1566 ucnv_close(sjis_cnv);
1575 ucnv_close(sjis_cnv);
1579 if (!ucnv_isAmbiguous(sjis_cnv))
1582 ucnv_close(sjis_cnv);
1590 ucnv_fixFileSeparator(sjis_cnv, sjisResult, sjisLength);
1595 ucnv_close(sjis_cnv);