Searched refs:ascii_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
1543 ascii_cnv = ucnv_open("LATIN-1", &status);
1556 ucnv_close(ascii_cnv);
1560 /*asciiLength =*/ ucnv_toUChars(ascii_cnv, asciiResult, sizeof(asciiResult)/U_SIZEOF_UCHAR, target, (int32_t)strlen(target), &status);
1565 ucnv_close(ascii_cnv);
1572 ucnv_close(ascii_cnv);
1585 ucnv_close(ascii_cnv);
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c1508 UConverter *ascii_cnv = 0, *sjis_cnv = 0, *cnv; local
1548 ascii_cnv = ucnv_open("LATIN-1", &status);
1561 ucnv_close(ascii_cnv);
1565 /*asciiLength =*/ ucnv_toUChars(ascii_cnv, asciiResult, sizeof(asciiResult)/U_SIZEOF_UCHAR, target, (int32_t)strlen(target), &status);
1570 ucnv_close(ascii_cnv);
1577 ucnv_close(ascii_cnv);
1590 ucnv_close(ascii_cnv);

Completed in 192 milliseconds