Lines Matching defs:status
32 ucsdet_open(UErrorCode *status) in ucsdet_open()
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText()
66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getName()
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getConfidence()
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) in ucsdet_getLanguage()
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect()
106 …tDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) in ucsdet_setDeclaredEncoding()
117 int32_t *maxMatchesFound, UErrorCode *status) in ucsdet_detectAll()
175 UChar *buf, int32_t cap, UErrorCode *status) in ucsdet_getUChars()
185 …tDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) in ucsdet_setDetectableCharset()
191 ucsdet_getAllDetectableCharsets(const UCharsetDetector * /*ucsd*/, UErrorCode *status) in ucsdet_getAllDetectableCharsets()
197 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_getDetectableCharsets()