Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dccapitst.c300 uint16_t codepage_index = 0; in TestConvert() local
555 for (codepage_index=0; codepage_index < NUM_CODEPAGE; ++codepage_index) in TestConvert()
580 strcat(ucs_file_name, CodePagesTestFiles[codepage_index]); in TestConvert()
610 if (ctest_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index])) in TestConvert()
630 if (ucnv_getMaxCharSize(myConverter)==CodePagesMaxChars[codepage_index]) in TestConvert()
636 if (ucnv_getMinCharSize(myConverter)==CodePagesMinChars[codepage_index]) in TestConvert()
652 if (rest==CodePagesSubstitutionChars[codepage_index]) in TestConvert()
733 locale=CodePagesLocale[codepage_index]; in TestConvert()
852 if (cp != CodePageNumberToTest[codepage_index]) in TestConvert()
866 if (CodePagesPlatform[codepage_index]!=ucnv_getPlatform(myConverter, &err)) in TestConvert()