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()
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()
[all …]
Dcsdetect.h21 class CharsetDetector : public UMemory
32 CharsetDetector(UErrorCode &status);
34 ~CharsetDetector();
/external/icu4c/common/unicode/
Durename.h1819 #define CharsetDetector U_ICU_ENTRY_POINT_RENAME(CharsetDetector) macro