Home | History | Annotate | Download | only in i18n

Lines Matching refs:csd

33     CharsetDetector* csd = new CharsetDetector(*status);
36 delete csd;
37 csd = NULL;
40 return (UCharsetDetector *) csd;
46 CharsetDetector *csd = (CharsetDetector *) ucsd;
47 delete csd;
118 CharsetDetector *csd = (CharsetDetector *) ucsd;
120 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status);
124 // ucsdet_getDetectableCharsetName(const UCharsetDetector *csd, int32_t index, UErrorCode *status)
129 // return csd->getCharsetName(index,*status);
133 // ucsdet_getDetectableCharsetsCount(const UCharsetDetector *csd, UErrorCode *status)
160 CharsetDetector *csd = (CharsetDetector *) ucsd;
161 UBool prev = csd->getStripTagsFlag();
163 csd->setStripTagsFlag(filter);