Lines Matching refs:UCharsetDetector
26 U_CAPI UCharsetDetector * U_EXPORT2
40 return (UCharsetDetector *) csd;
44 ucsdet_close(UCharsetDetector *ucsd)
51 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status)
91 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status)
101 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status)
111 ucsdet_detectAll(UCharsetDetector *ucsd,
124 // ucsdet_getDetectableCharsetName(const UCharsetDetector *csd, int32_t index, UErrorCode *status)
133 // ucsdet_getDetectableCharsetsCount(const UCharsetDetector *csd, UErrorCode *status)
138 // return UCharsetDetector::getDetectableCount();
142 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd)
153 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter)