Home | History | Annotate | Download | only in i18n

Lines Matching refs:CharsetDetector

38     CharsetDetector* csd = new CharsetDetector(*status);
51 CharsetDetector *csd = (CharsetDetector *) ucsd;
62 ((CharsetDetector *) ucsd)->setText(textIn, len);
102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length);
123 CharsetDetector *csd = (CharsetDetector *) ucsd;
154 return ((CharsetDetector *) ucsd)->getStripTagsFlag();
165 CharsetDetector *csd = (CharsetDetector *) ucsd;
187 ((CharsetDetector *)ucsd)->setDetectableCharset(encoding, enabled, *status);
193 return CharsetDetector::getAllDetectableCharsets(*status);
199 return ((CharsetDetector *)ucsd)->getDetectableCharsets(*status);