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

/external/icu4c/test/threadtest/
H A Dconverttest.cpp49 UConverter *cnv2; local
58 cnv2 = ucnv_safeClone(fCnv, // The source converter, common to all threads.
66 ucnv_close(cnv2);
/external/icu4c/test/cintltst/
H A Dccapitst.c1738 UConverter * cnv, *cnv2; local
1793 if (0 == (cnv2 = ucnv_safeClone(cnv, buffer[0], &bufferSize, &err)) || U_FAILURE(err))
1797 if (cnv2) {
1798 ucnv_close(cnv2);
1803 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1807 if (cnv2) {
1808 ucnv_close(cnv2);
1815 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1819 if (cnv2) {
1820 ucnv_close(cnv2);
2310 UConverter *cnv1, *cnv2; local
[all...]
H A Dnucnvtst.c4863 UConverter *cnv2; local
4875 cnv2=ucnv_open(NAME_LMBCS_2, &errorCode);
4886 get_name = ucnv_getName (cnv2, &errorCode);
4902 ucnv_setSubstChars (cnv2,new_subchars, len, &errorCode);
4906 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode);
4917 ucnv_close(cnv2);

Completed in 154 milliseconds