Searched refs:output_cp_buffer (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 248 char* output_cp_buffer; /* [MAX_FILE_LEN] */ in TestConvert() local 337 output_cp_buffer = (char*) malloc(MAX_FILE_LEN * sizeof(output_cp_buffer[0])); in TestConvert() 879 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert() 894 output_cp_buffer, in TestConvert() 895 strlen(output_cp_buffer), in TestConvert() 906 output_cp_buffer, in TestConvert() 907 strlen(output_cp_buffer), in TestConvert() 925 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert() 931 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert() 937 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, 0, &err); in TestConvert() [all …]
|