Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c317 int32_t targetcapacity; in TestConvert() local
920targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
966targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
967 if (targetcapacity !=0) { in TestConvert()
972 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
973 if (targetcapacity !=0 || err != U_ILLEGAL_ARGUMENT_ERROR) { in TestConvert()
978targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err); in TestConvert()
979 if (targetcapacity !=0) { in TestConvert()
983 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, 0, uchar1, -1, &err); in TestConvert()