Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccapitst.c254 uint16_t codepage_index = 0; in TestConvert() local
509 for (codepage_index=0; codepage_index < NUM_CODEPAGE; ++codepage_index) in TestConvert()
534 strcat(ucs_file_name, CodePagesTestFiles[codepage_index]); in TestConvert()
564 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index])) in TestConvert()
584 if (ucnv_getMaxCharSize(myConverter)==CodePagesMaxChars[codepage_index]) in TestConvert()
590 if (ucnv_getMinCharSize(myConverter)==CodePagesMinChars[codepage_index]) in TestConvert()
606 if (rest==CodePagesSubstitutionChars[codepage_index]) in TestConvert()
687 locale=CodePagesLocale[codepage_index]; in TestConvert()
806 if (cp != CodePageNumberToTest[codepage_index]) in TestConvert()
820 if (CodePagesPlatform[codepage_index]!=ucnv_getPlatform(myConverter, &err)) in TestConvert()