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

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccapitst.c256 uint16_t codepage_index = 0; local
511 for (codepage_index=0; codepage_index < NUM_CODEPAGE; ++codepage_index)
536 strcat(ucs_file_name, CodePagesTestFiles[codepage_index]);
547 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
566 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index]))
586 if (ucnv_getMaxCharSize(myConverter)==CodePagesMaxChars[codepage_index])
592 if (ucnv_getMinCharSize(myConverter)==CodePagesMinChars[codepage_index])
608 if (rest==CodePagesSubstitutionChars[codepage_index])
[all...]

Completed in 177 milliseconds