Searched refs:UCharsetDetector (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/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/webkit/Source/WebCore/icu/unicode/
H A Ducsdet.h47 struct UCharsetDetector;
52 typedef struct UCharsetDetector UCharsetDetector; typedef in typeref:struct:UCharsetDetector
70 U_DRAFT UCharsetDetector * U_EXPORT2
83 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 *status);
134 * The returned UCharsetMatch object is owned by the UCharsetDetector.
152 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
164 * The returned UCharsetMatch objects are owned by the UCharsetDetector
[all...]
/external/icu4c/i18n/
H A Ducsdet.cpp26 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
[all...]
H A Dcsdetect.cpp394 ucsdet_getAllDetectableCharsets(const UCharsetDetector * /*ucsd*/, UErrorCode *status)
/external/chromium/base/i18n/
H A Dicu_encoding_detection.cc21 UCharsetDetector* detector = ucsdet_open(&status);
40 UCharsetDetector* detector = ucsdet_open(&status);
/external/icu4c/samples/csdet/
H A Dcsdet.c30 UCharsetDetector* csd;
/external/webkit/Source/WebCore/platform/text/
H A DTextEncodingDetectorICU.cpp58 UCharsetDetector* detector = ucsdet_open(&status);
/external/icu4c/test/cintltst/
H A Ducsdetst.c93 UCharsetDetector *csd = ucsdet_open(&status);
126 UCharsetDetector *csd = ucsdet_open(&status);
172 UCharsetDetector *csd = ucsdet_open(&status);
235 UCharsetDetector *csd = ucsdet_open(&status);
288 UCharsetDetector *csd = ucsdet_open(&status);
393 UCharsetDetector *csd = ucsdet_open(&status);
478 UCharsetDetector *csd = ucsdet_open(&status);
556 UCharsetDetector *csd = ucsdet_open(&status);
/external/icu4c/test/intltest/
H A Dcsdetest.cpp278 UCharsetDetector *csd = ucsdet_open(&status);
318 UCharsetDetector *csd = ucsdet_open(&status);
378 UCharsetDetector *csd = ucsdet_open(&status);
446 UCharsetDetector *csd = ucsdet_open(&status);
587 UCharsetDetector *csd = ucsdet_open(&status);
671 UCharsetDetector *csd = ucsdet_open(&status);
721 UCharsetDetector *csd = ucsdet_open(&status);

Completed in 154 milliseconds