Home
last modified time | relevance | path

Searched refs:uchar1 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccapitst.c270 UChar* uchar1 = 0; in TestConvert() local
869 uchar1=(UChar*)malloc(sizeof(UChar) * (i+1)); in TestConvert()
870 u_uastrcpy(uchar1,""); in TestConvert()
871 u_strncpy(uchar1,ucs_file_buffer,i); in TestConvert()
872 uchar1[i] = 0; in TestConvert()
882 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
918 if(u_strcmp(uchar1,uchar2)!=0) in TestConvert()
928 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
934 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
940 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err); in TestConvert()
[all …]