Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccapitst.c124 int32_t testLong1 = 0; in ListNames() local
167 testLong1=ucnv_countAvailable(); in ListNames()
168 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount); in ListNames()
172 available_conv = ucnv_getAvailableName(testLong1); in ListNames()
239 int32_t testLong1 = 0; in TestConvert() local
880 testLong1 = MAX_FILE_LEN; in TestConvert()
882 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); 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()