Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c1506 UConverter *ascii_cnv = 0, *sjis_cnv = 0, *cnv; in TestAmbiguous() local
1540 sjis_cnv = ucnv_open("ibm-943", &status); in TestAmbiguous()
1550 ucnv_close(sjis_cnv); in TestAmbiguous()
1554 …sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, sizeof(sjisResult)/U_SIZEOF_UCHAR, target, (int32… in TestAmbiguous()
1558 ucnv_close(sjis_cnv); in TestAmbiguous()
1567 ucnv_close(sjis_cnv); in TestAmbiguous()
1571 if (!ucnv_isAmbiguous(sjis_cnv)) in TestAmbiguous()
1574 ucnv_close(sjis_cnv); in TestAmbiguous()
1582 ucnv_fixFileSeparator(sjis_cnv, sjisResult, sjisLength); in TestAmbiguous()
1587 ucnv_close(sjis_cnv); in TestAmbiguous()