Lines Matching full:csd
38 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() local
41 delete csd; in ucsdet_open()
42 csd = NULL; in ucsdet_open()
45 return (UCharsetDetector *) csd; in ucsdet_open()
51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() local
52 delete csd; in ucsdet_close()
123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() local
125 return (const UCharsetMatch**)csd->detectAll(*maxMatchesFound,*status); in ucsdet_detectAll()
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; in ucsdet_enableInputFilter() local
166 UBool prev = csd->getStripTagsFlag(); in ucsdet_enableInputFilter()
168 csd->setStripTagsFlag(filter); in ucsdet_enableInputFilter()