Home | History | Annotate | Download | only in cintltst

Lines Matching full:uchar1

270     UChar* uchar1 = 0;
863 /*uchar1---fromUChar--->output_cp_buffer --toUChar--->uchar2*/
865 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1));
866 u_uastrcpy(uchar1,"");
867 u_strncpy(uchar1,ucs_file_buffer,i);
868 uchar1[i] = 0;
878 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
914 if(u_strcmp(uchar1,uchar2)!=0)
924 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
930 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err);
936 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err);
941 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, 0, uchar1, -1, &err);
1017 if(u_strcmp(uchar1,uchar3)==0)
1037 if (uchar1 != 0) free(uchar1);