Home
last modified time | relevance | path

Searched refs:CharsetDetector (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ducsdet.cpp33 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()
Dcsdetect.cpp72 void CharsetDetector::setRecognizers(UErrorCode &status) in setRecognizers()
166 CharsetDetector::CharsetDetector(UErrorCode &status) in CharsetDetector() function in CharsetDetector
196 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 …]
Dcsdetect.h21 class CharsetDetector : public UMemory
32 CharsetDetector(UErrorCode &status);
34 ~CharsetDetector();
/external/icu4c/common/unicode/
Durename.h1373 #define CharsetDetector CharsetDetector_3_8 macro