Lines Matching refs:CharsetDetector
145 void CharsetDetector::setRecognizers(UErrorCode &status) in setRecognizers()
150 CharsetDetector::CharsetDetector(UErrorCode &status) in CharsetDetector() function in CharsetDetector
182 CharsetDetector::~CharsetDetector() in ~CharsetDetector()
197 void CharsetDetector::setText(const char *in, int32_t len) in setText()
203 UBool CharsetDetector::setStripTagsFlag(UBool flag) in setStripTagsFlag()
211 UBool CharsetDetector::getStripTagsFlag() const in getStripTagsFlag()
216 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const in setDeclaredEncoding()
221 int32_t CharsetDetector::getDetectableCount() in getDetectableCount()
230 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) in detect()
243 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll()
276 void CharsetDetector::setDetectableCharset(const char *encoding, UBool enabled, UErrorCode &status) in setDetectableCharset()
434 UEnumeration * CharsetDetector::getAllDetectableCharsets(UErrorCode &status) in getAllDetectableCharsets()
461 UEnumeration * CharsetDetector::getDetectableCharsets(UErrorCode &status) const in getDetectableCharsets()