Lines Matching refs:uchar1
270 UChar* uchar1 = 0; in TestConvert() local
869 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1)); in TestConvert()
870 u_uastrcpy(uchar1,""); in TestConvert()
871 u_strncpy(uchar1,ucs_file_buffer,i); in TestConvert()
872 uchar1[i] = 0; in TestConvert()
882 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
918 if(u_strcmp(uchar1,uchar2)!=0) in TestConvert()
928 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
934 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
940 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err); in TestConvert()
945 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, 0, uchar1, -1, &err); in TestConvert()
1021 if(u_strcmp(uchar1,uchar3)==0) in TestConvert()
1041 if (uchar1 != 0) free(uchar1); in TestConvert()