Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c293 char* output_cp_buffer; /* [MAX_FILE_LEN] */ in TestConvert() local
383 output_cp_buffer = (char*) malloc(MAX_FILE_LEN * sizeof(output_cp_buffer[0])); in TestConvert()
920 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); in TestConvert()
935 output_cp_buffer, in TestConvert()
936 strlen(output_cp_buffer), in TestConvert()
947 output_cp_buffer, in TestConvert()
948 strlen(output_cp_buffer), 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 …]