Home
last modified time | relevance | path

Searched refs:ucsd (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ducsdet.cpp44 ucsdet_close(UCharsetDetector *ucsd) in ucsdet_close() argument
46 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close()
51 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() argument
57 ((CharsetDetector *) ucsd)->setText(textIn, len); in ucsdet_setText()
91 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() argument
97 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect()
101 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… in ucsdet_setDeclaredEncoding() argument
107 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length); in ucsdet_setDeclaredEncoding()
111 ucsdet_detectAll(UCharsetDetector *ucsd, in ucsdet_detectAll() argument
118 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll()
[all …]
Dcsdetect.cpp371 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_getAllDetectableCharsets() argument
/external/webkit/WebCore/icu/unicode/
Ducsdet.h83 ucsdet_close(UCharsetDetector *ucsd);
101 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
123 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
152 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
186 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
316 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
330 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd);
345 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter);
/external/icu4c/i18n/unicode/
Ducsdet.h83 ucsdet_close(UCharsetDetector *ucsd);
101 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
123 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode…
152 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
186 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status);
315 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status);
329 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd);
344 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter);