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

/external/icu4c/test/cintltst/
H A Dnucnvtst.c1519 UConverter *ascii_cnv = 0, *sjis_cnv = 0, *cnv; local
1554 sjis_cnv = ucnv_open("ibm-943", &status);
1564 ucnv_close(sjis_cnv);
1568 sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, sizeof(sjisResult)/U_SIZEOF_UCHAR, target, (int32_t)strlen(target), &status);
1572 ucnv_close(sjis_cnv);
1581 ucnv_close(sjis_cnv);
1585 if (!ucnv_isAmbiguous(sjis_cnv))
1588 ucnv_close(sjis_cnv);
1596 ucnv_fixFileSeparator(sjis_cnv, sjisResult, sjisLength);
1601 ucnv_close(sjis_cnv);
[all...]

Completed in 39 milliseconds