Home | History | Annotate | Download | only in i18n

Lines Matching refs:CharsetDetector

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