Searched refs:uchar1 (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | ccapitst.c | 313 UChar* uchar1 = 0; in TestConvert() local 907 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1)); in TestConvert() 908 u_uastrcpy(uchar1,""); in TestConvert() 909 u_strncpy(uchar1,ucs_file_buffer,i); in TestConvert() 910 uchar1[i] = 0; in TestConvert() 920 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert() 956 if(u_strcmp(uchar1,uchar2)!=0) in TestConvert() 966 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert() 972 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert() 978 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err); in TestConvert() [all …]
|