Searched defs:UCharsetDetector (Results 1 - 2 of 2) sorted by last modified time

/external/icu/icu4c/source/i18n/unicode/
H A Ducsdet.h49 struct UCharsetDetector;
54 typedef struct UCharsetDetector UCharsetDetector; typedef in typeref:struct:UCharsetDetector
72 U_STABLE UCharsetDetector * U_EXPORT2
85 ucsdet_close(UCharsetDetector *ucsd);
93 * "Smart pointer" class, closes a UCharsetDetector via ucsdet_close().
100 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close);
122 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
144 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status);
155 * The returned UCharsetMatch object is owned by the UCharsetDetector
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducsdet.h49 struct UCharsetDetector;
54 typedef struct UCharsetDetector UCharsetDetector; typedef in typeref:struct:UCharsetDetector
72 U_STABLE UCharsetDetector * U_EXPORT2
85 ucsdet_close(UCharsetDetector *ucsd);
93 * "Smart pointer" class, closes a UCharsetDetector via ucsdet_close().
100 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close);
122 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
144 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status);
155 * The returned UCharsetMatch object is owned by the UCharsetDetector
[all...]

Completed in 270 milliseconds