Home | History | Annotate | Download | only in common

Lines Matching defs:ccsid

676     int32_t ccsid;
680 ccsid = converter->sharedData->staticData->codepage;
681 if (ccsid == 0) {
688 ccsid = (int32_t)atol(ccsidStr+1); /* +1 to skip '-' */
692 return ccsid;