Searched defs:ucsd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducsdet.cpp49 ucsdet_close(UCharsetDetector *ucsd) argument
51 CharsetDetector *csd = (CharsetDetector *) ucsd;
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) argument
62 ((CharsetDetector *) ucsd)->setText(textIn, len);
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) argument
102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) argument
112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length);
116 ucsdet_detectAll(UCharsetDetector *ucsd, argument
123 CharsetDetector *csd = (CharsetDetector *) ucsd;
147 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd) argument
158 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter) argument
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) argument
197 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ducsdet.cpp49 ucsdet_close(UCharsetDetector *ucsd) argument
51 CharsetDetector *csd = (CharsetDetector *) ucsd;
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) argument
62 ((CharsetDetector *) ucsd)->setText(textIn, len);
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) argument
102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status);
106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) argument
112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length);
116 ucsdet_detectAll(UCharsetDetector *ucsd, argument
123 CharsetDetector *csd = (CharsetDetector *) ucsd;
147 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd) argument
158 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter) argument
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) argument
197 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) argument
[all...]

Completed in 143 milliseconds