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.c257 uint16_t codepage_index = 0; in TestConvert() local
512 for (codepage_index=0; codepage_index < NUM_CODEPAGE; ++codepage_index) in TestConvert()
537 strcat(ucs_file_name, CodePagesTestFiles[codepage_index]); in TestConvert()
567 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index])) in TestConvert()
587 if (ucnv_getMaxCharSize(myConverter)==CodePagesMaxChars[codepage_index]) in TestConvert()
593 if (ucnv_getMinCharSize(myConverter)==CodePagesMinChars[codepage_index]) in TestConvert()
609 if (rest==CodePagesSubstitutionChars[codepage_index]) in TestConvert()
690 locale=CodePagesLocale[codepage_index]; in TestConvert()
809 if (cp != CodePageNumberToTest[codepage_index]) in TestConvert()
823 if (CodePagesPlatform[codepage_index]!=ucnv_getPlatform(myConverter, &err)) in TestConvert()