Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c166 int32_t testLong1 = 0; in ListNames() local
209 testLong1=ucnv_countAvailable(); in ListNames()
210 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount); in ListNames()
214 available_conv = ucnv_getAvailableName(testLong1); in ListNames()
281 int32_t testLong1 = 0; in TestConvert() local
918 testLong1 = MAX_FILE_LEN; in TestConvert()
920 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); 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()