Lines Matching full:uchar1
313 UChar* uchar1 = 0;
905 /*uchar1---fromUChar--->output_cp_buffer --toUChar--->uchar2*/
907 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1));
908 u_uastrcpy(uchar1,"");
909 u_strncpy(uchar1,ucs_file_buffer,i);
910 uchar1[i] = 0;
920 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
956 if(u_strcmp(uchar1,uchar2)!=0)
966 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
972 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err);
978 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err);
983 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, 0, uchar1, -1, &err);
1059 if(u_strcmp(uchar1,uchar3)==0)
1079 if (uchar1 != 0) free(uchar1);