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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c123 int32_t testLong1 = 0; local
166 testLong1=ucnv_countAvailable();
167 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount);
171 available_conv = ucnv_getAvailableName(testLong1);
238 int32_t testLong1 = 0; local
875 testLong1 = MAX_FILE_LEN;
877 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
923 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
929 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err);
935 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c123 int32_t testLong1 = 0; local
166 testLong1=ucnv_countAvailable();
167 log_info("Number of available codepages: %d/%d\n", testLong1, allNamesCount);
171 available_conv = ucnv_getAvailableName(testLong1);
238 int32_t testLong1 = 0; local
879 testLong1 = MAX_FILE_LEN;
881 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
927 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar1, -1, &err);
933 targetcapacity = ucnv_fromUChars(NULL, output_cp_buffer, testLong1, uchar1, -1, &err);
939 targetcapacity = ucnv_fromUChars(myConverter, output_cp_buffer, testLong1, uchar
[all...]

Completed in 52 milliseconds