HomeSort by relevance Sort by last modified time
    Searched full:codepage_index (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 254 uint16_t codepage_index = 0; local
509 for (codepage_index=0; codepage_index < NUM_CODEPAGE; ++codepage_index)
534 strcat(ucs_file_name, CodePagesTestFiles[codepage_index]);
545 /* myConverter =ucnv_openCCSID(CodePageNumberToTest[codepage_index],UCNV_IBM, &err); */
564 if (uprv_stricmp(ucnv_getName(myConverter, &err), CodePagesToTest[codepage_index]))
584 if (ucnv_getMaxCharSize(myConverter)==CodePagesMaxChars[codepage_index])
590 if (ucnv_getMinCharSize(myConverter)==CodePagesMinChars[codepage_index])
606 if (rest==CodePagesSubstitutionChars[codepage_index])
    [all...]

Completed in 745 milliseconds