Lines Matching refs:CharsetDetector
72 void CharsetDetector::setRecognizers(UErrorCode &status) in setRecognizers()
172 CharsetDetector::CharsetDetector(UErrorCode &status) in CharsetDetector() function in CharsetDetector
203 CharsetDetector::~CharsetDetector() in ~CharsetDetector()
214 void CharsetDetector::setText(const char *in, int32_t len) in setText()
220 UBool CharsetDetector::setStripTagsFlag(UBool flag) in setStripTagsFlag()
228 UBool CharsetDetector::getStripTagsFlag() const in getStripTagsFlag()
233 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const in setDeclaredEncoding()
238 int32_t CharsetDetector::getDetectableCount() in getDetectableCount()
247 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) in detect()
260 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll()
403 CharsetDetector::getDetectableCount(); in ucsdet_getAllDetectableCharsets()