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

/external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c1726 UConverter * cnv, *cnv2; local
1781 if (0 == (cnv2 = ucnv_safeClone(cnv, buffer[0], &bufferSize, &err)) || U_FAILURE(err))
1785 if (cnv2) {
1786 ucnv_close(cnv2);
1791 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1795 if (cnv2) {
1796 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);
2298 UConverter *cnv1, *cnv2; local
[all...]
H A Dnucnvtst.c4750 UConverter *cnv2; local
4762 cnv2=ucnv_open(NAME_LMBCS_2, &errorCode);
4773 get_name = ucnv_getName (cnv2, &errorCode);
4789 ucnv_setSubstChars (cnv2,new_subchars, len, &errorCode);
4793 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode);
4804 ucnv_close(cnv2);
/external/icu4c/test/cintltst/
H A Dccapitst.c1732 UConverter * cnv, *cnv2; local
1787 if (0 == (cnv2 = ucnv_safeClone(cnv, buffer[0], &bufferSize, &err)) || U_FAILURE(err))
1791 if (cnv2) {
1792 ucnv_close(cnv2);
1797 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1801 if (cnv2) {
1802 ucnv_close(cnv2);
1809 if (0 == (cnv2 = ucnv_safeClone(cnv, 0, &bufferSize, &err)) || err != U_SAFECLONE_ALLOCATED_WARNING)
1813 if (cnv2) {
1814 ucnv_close(cnv2);
2304 UConverter *cnv1, *cnv2; local
[all...]
H A Dnucnvtst.c4837 UConverter *cnv2; local
4849 cnv2=ucnv_open(NAME_LMBCS_2, &errorCode);
4860 get_name = ucnv_getName (cnv2, &errorCode);
4876 ucnv_setSubstChars (cnv2,new_subchars, len, &errorCode);
4880 ucnv_getSubstChars (cnv2, get_subchars, &len, &errorCode);
4891 ucnv_close(cnv2);

Completed in 103 milliseconds