Searched refs:testLong1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 121 int32_t testLong1 = 0; in ListNames() local 164 testLong1=ucnv_countAvailable(); in ListNames() 165 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount); in ListNames() 169 available_conv = ucnv_getAvailableName(testLong1); in ListNames() 236 int32_t testLong1 = 0; in TestConvert() local 877 testLong1 = MAX_FILE_LEN; in TestConvert() 879 … targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err); 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()
|