Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c314 UChar* uchar2 = 0; in TestConvert() local
943 uchar2=(UChar*)malloc((targetsize+1) * sizeof(UChar)); in TestConvert()
945 uchar2, in TestConvert()
956 if(u_strcmp(uchar1,uchar2)!=0) in TestConvert()
988 …targetsize = ucnv_toUChars(myConverter, uchar2, targetsize, output_cp_buffer, strlen(output_cp_buf… in TestConvert()
993 …targetsize = ucnv_toUChars(myConverter, uchar2, -1, output_cp_buffer, strlen(output_cp_buffer), &e… in TestConvert()
998 targetsize = ucnv_toUChars(myConverter, uchar2, 0, output_cp_buffer, 0, &err); in TestConvert()
1065 if(uchar2 == NULL) in TestConvert()
1071 if(u_strcmp(uchar2, uchar3)==0) in TestConvert()
1080 if (uchar2 != 0) free(uchar2); in TestConvert()