Searched refs:targetsize (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 272 int32_t targetsize; in TestConvert() local 891 targetsize = ucnv_toUChars(myConverter, in TestConvert() 902 uchar2=(UChar*)malloc((targetsize+1) * sizeof(UChar)); in TestConvert() 903 targetsize = ucnv_toUChars(myConverter, in TestConvert() 905 targetsize+1, in TestConvert() 947 …targetsize = ucnv_toUChars(myConverter, uchar2, targetsize, output_cp_buffer, strlen(output_cp_buf… in TestConvert() 948 if(targetsize != 0){ in TestConvert() 952 …targetsize = ucnv_toUChars(myConverter, uchar2, -1, output_cp_buffer, strlen(output_cp_buffer), &e… in TestConvert() 953 if(targetsize != 0 || err != U_ILLEGAL_ARGUMENT_ERROR){ in TestConvert() 957 targetsize = ucnv_toUChars(myConverter, uchar2, 0, output_cp_buffer, 0, &err); in TestConvert() [all …]
|