Lines Matching defs:csd
38 CharsetDetector* csd = new CharsetDetector(*status);
41 delete csd;
42 csd = NULL;
45 return (UCharsetDetector *) csd;
51 CharsetDetector *csd = (CharsetDetector *) ucsd;
52 delete csd;
123 CharsetDetector *csd = (CharsetDetector *) ucsd;
125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status);
129 // ucsdet_getDetectableCharsetName(const UCharsetDetector *csd, int32_t index, UErrorCode *status)
134 // return csd->getCharsetName(index,*status);
138 // ucsdet_getDetectableCharsetsCount(const UCharsetDetector *csd, UErrorCode *status)
165 CharsetDetector *csd = (CharsetDetector *) ucsd;
166 UBool prev = csd->getStripTagsFlag();
168 csd->setStripTagsFlag(filter);