Lines Matching refs:UCharsetDetector
51 struct UCharsetDetector;
56 typedef struct UCharsetDetector UCharsetDetector; typedef
74 U_STABLE UCharsetDetector * U_EXPORT2
87 ucsdet_close(UCharsetDetector *ucsd);
102 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close);
124 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
146 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
175 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
209 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
347 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
361 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd);
376 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter);
393 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
409 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode…