Lines Matching refs:UCharsetDetector
31 U_CAPI UCharsetDetector * U_EXPORT2
45 return (UCharsetDetector *) csd; in ucsdet_open()
49 ucsdet_close(UCharsetDetector *ucsd) in ucsdet_close()
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText()
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect()
106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… in ucsdet_setDeclaredEncoding()
116 ucsdet_detectAll(UCharsetDetector *ucsd, in ucsdet_detectAll()
147 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd) in ucsdet_isInputFilterEnabled()
158 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter) in ucsdet_enableInputFilter()
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode… in ucsdet_setDetectableCharset()
191 ucsdet_getAllDetectableCharsets(const UCharsetDetector * /*ucsd*/, UErrorCode *status) in ucsdet_getAllDetectableCharsets() argument
197 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_getDetectableCharsets()