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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c1509 UConverter *ascii_cnv = 0, *sjis_cnv = 0, *cnv; local
1537 sjis_cnv = ucnv_open("ibm-943", &status);
1547 ucnv_close(sjis_cnv);
1551 sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, sizeof(sjisResult)/U_SIZEOF_UCHAR, target, (int32_t)strlen(target), &status);
1555 ucnv_close(sjis_cnv);
1564 ucnv_close(sjis_cnv);
1568 if (!ucnv_isAmbiguous(sjis_cnv))
1571 ucnv_close(sjis_cnv);
1579 ucnv_fixFileSeparator(sjis_cnv, sjisResult, sjisLength);
1584 ucnv_close(sjis_cnv);
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c1508 UConverter *ascii_cnv = 0, *sjis_cnv = 0, *cnv; local
1542 sjis_cnv = ucnv_open("ibm-943", &status);
1552 ucnv_close(sjis_cnv);
1556 sjisLength = ucnv_toUChars(sjis_cnv, sjisResult, sizeof(sjisResult)/U_SIZEOF_UCHAR, target, (int32_t)strlen(target), &status);
1560 ucnv_close(sjis_cnv);
1569 ucnv_close(sjis_cnv);
1573 if (!ucnv_isAmbiguous(sjis_cnv))
1576 ucnv_close(sjis_cnv);
1584 ucnv_fixFileSeparator(sjis_cnv, sjisResult, sjisLength);
1589 ucnv_close(sjis_cnv);
[all...]

Completed in 1732 milliseconds