Home | History | Annotate | Download | only in common

Lines Matching defs:ccsid

2063     uint32_t ccsid = 37; /* Default to ibm-37 */
2073 ccsid = (uint32_t)jobinfo.Coded_Char_Set_ID;
2076 ccsid = (uint32_t)jobinfo.Default_Coded_Char_Set_Id;
2080 sprintf(codepage,"ibm-%d", ccsid);