Home | History | Annotate | Download | only in common

Lines Matching refs:ccsid

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