Searched refs:CharsetDetector (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 38 CharsetDetector* csd = new CharsetDetector(*status); in ucsdet_open() 51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() 62 ((CharsetDetector *) ucsd)->setText(textIn, len); in ucsdet_setText() 102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect() 112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length); in ucsdet_setDeclaredEncoding() 123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() 154 return ((CharsetDetector *) ucsd)->getStripTagsFlag(); in ucsdet_isInputFilterEnabled() 165 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_enableInputFilter() 187 ((CharsetDetector *)ucsd)->setDetectableCharset(encoding, enabled, *status); in ucsdet_setDetectableCharset() 193 return CharsetDetector::getAllDetectableCharsets(*status); in ucsdet_getAllDetectableCharsets() [all …]
|
D | csdetect.cpp | 143 void CharsetDetector::setRecognizers(UErrorCode &status) in setRecognizers() 148 CharsetDetector::CharsetDetector(UErrorCode &status) in CharsetDetector() function in CharsetDetector 180 CharsetDetector::~CharsetDetector() in ~CharsetDetector() 195 void CharsetDetector::setText(const char *in, int32_t len) in setText() 201 UBool CharsetDetector::setStripTagsFlag(UBool flag) in setStripTagsFlag() 209 UBool CharsetDetector::getStripTagsFlag() const in getStripTagsFlag() 214 void CharsetDetector::setDeclaredEncoding(const char *encoding, int32_t len) const in setDeclaredEncoding() 219 int32_t CharsetDetector::getDetectableCount() in getDetectableCount() 228 const CharsetMatch *CharsetDetector::detect(UErrorCode &status) in detect() 241 const CharsetMatch * const *CharsetDetector::detectAll(int32_t &maxMatchesFound, UErrorCode &status) in detectAll() [all …]
|
D | csdetect.h | 21 class CharsetDetector : public UMemory 36 CharsetDetector(UErrorCode &status); 38 ~CharsetDetector();
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucsdet.cpp | 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()
|
D | csdetect.cpp | 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() [all …]
|
D | csdetect.h | 21 class CharsetDetector : public UMemory 32 CharsetDetector(UErrorCode &status); 34 ~CharsetDetector();
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 1800 #define CharsetDetector U_ICU_ENTRY_POINT_RENAME(CharsetDetector) macro
|