Searched refs:CharsetDetector (Results 1 – 4 of 4) sorted by relevance
33 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open()46 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close()57 ((CharsetDetector *) ucsd)->setText(textIn, len); in ucsdet_setText()97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()107 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length); in ucsdet_setDeclaredEncoding()118 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll()149 return ((CharsetDetector *) ucsd)->getStripTagsFlag(); in ucsdet_isInputFilterEnabled()160 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter()
72 void CharsetDetector::setRecognizers(UErrorCode &status) in setRecognizers()166 CharsetDetector::CharsetDetector(UErrorCode &status) in CharsetDetector() function in CharsetDetector196 CharsetDetector::~CharsetDetector() in ~CharsetDetector()207 void CharsetDetector::setText(const char *in, int32_t len) in setText()213 UBool CharsetDetector::setStripTagsFlag(UBool flag) in setStripTagsFlag()221 UBool CharsetDetector::getStripTagsFlag() const in getStripTagsFlag()226 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const in setDeclaredEncoding()231 int32_t CharsetDetector::getDetectableCount() in getDetectableCount()240 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) in detect()253 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll()[all …]
21 class CharsetDetector : public UMemory32 CharsetDetector(UErrorCode &status);34 ~CharsetDetector();
1373 #define CharsetDetector CharsetDetector_3_8 macro