Searched defs:uchar1 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dccapitst.c313 UChar* uchar1 = 0; local
906 /*uchar1---fromUChar--->output_cp_buffer --toUChar--->uchar2*/
908 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1));
909 u_uastrcpy(uchar1,"");
910 u_strncpy(uchar1,ucs_file_buffer,i);
911 uchar1[i] = 0;
921 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
957 if(u_strcmp(uchar1,uchar2)!=0)
967 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
973 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1,
[all...]

Completed in 39 milliseconds