Home | History | Annotate | Download | only in cintltst

Lines Matching refs:uchar1

267     UChar* uchar1 = 0;
864 /*uchar1---fromUChar--->output_cp_buffer --toUChar--->uchar2*/
866 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1));
867 u_uastrcpy(uchar1,"");
868 u_strncpy(uchar1,ucs_file_buffer,i);
869 uchar1[i] = 0;
879 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
915 if(u_strcmp(uchar1,uchar2)!=0)
925 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
931 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err);
937 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err);
942 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, 0, uchar1, -1, &err);
1018 if(u_strcmp(uchar1,uchar3)==0)
1038 if (uchar1 != 0) free(uchar1);