Home | History | Annotate | Download | only in common

Lines Matching refs:ccsid

1722     uint32_t ccsid = 37; /* Default to ibm-37 */
1732 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID;
1735 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id;
1739 sprintf(codepage,"ibm-%d", ccsid);