Searched refs:output_cp_buffer (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 251 char* output_cp_buffer; /* [MAX_FILE_LEN] */ in TestConvert() local 340 output_cp_buffer = (char*) malloc(MAX_FILE_LEN * sizeof(output_cp_buffer[0])); in TestConvert() 882 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert() 897 output_cp_buffer, in TestConvert() 898 strlen(output_cp_buffer), in TestConvert() 909 output_cp_buffer, in TestConvert() 910 strlen(output_cp_buffer), 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 …]
|