Searched refs:UCharsetDetector (Results 1 – 8 of 8) sorted by relevance
/external/icu/libicu/cts_headers/unicode/ |
D | ucsdet.h | 58 struct UCharsetDetector; 63 typedef struct UCharsetDetector UCharsetDetector; typedef 81 U_CAPI UCharsetDetector * U_EXPORT2 94 ucsdet_close(UCharsetDetector *ucsd); 109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close); 131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status); 153 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… 182 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status); 216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status); 354 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status); [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | ucsdet.h | 58 struct UCharsetDetector; 63 typedef struct UCharsetDetector UCharsetDetector; typedef 81 U_CAPI UCharsetDetector * U_EXPORT2 94 ucsdet_close(UCharsetDetector *ucsd); 109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close); 131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status); 153 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… 182 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status); 216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status); 354 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status); [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 58 struct UCharsetDetector; 63 typedef struct UCharsetDetector UCharsetDetector; typedef 81 U_CAPI UCharsetDetector * U_EXPORT2 94 ucsdet_close(UCharsetDetector *ucsd); 109 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close); 131 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status); 153 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… 182 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status); 216 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status); 354 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status); [all …]
|
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 31 U_CAPI UCharsetDetector * U_EXPORT2 45 return (UCharsetDetector *) csd; in ucsdet_open() 49 ucsdet_close(UCharsetDetector *ucsd) in ucsdet_close() 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() 96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() 106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… in ucsdet_setDeclaredEncoding() 116 ucsdet_detectAll(UCharsetDetector *ucsd, in ucsdet_detectAll() 147 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd) in ucsdet_isInputFilterEnabled() 158 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter) in ucsdet_enableInputFilter() 185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode… in ucsdet_setDetectableCharset() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 94 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() 127 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() 173 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() 236 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() 289 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() 394 UCharsetDetector *csd = ucsdet_open(&status); in TestBufferOverflow() 479 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM424() 557 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM420()
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 325 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() 414 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() 482 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() 624 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test() 714 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test() 769 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 289 void ucsdet_close_android(UCharsetDetector * ucsd) { in ucsdet_close_android() 292 const UCharsetMatch * ucsdet_detect_android(UCharsetDetector * ucsd, UErrorCode * status) { in ucsdet_detect_android() 295 const UCharsetMatch ** ucsdet_detectAll_android(UCharsetDetector * ucsd, int32_t * matchesFound, UE… in ucsdet_detectAll_android() 304 UCharsetDetector * ucsdet_open_android(UErrorCode * status) { in ucsdet_open_android() 307 void ucsdet_setText_android(UCharsetDetector * ucsd, const char * textIn, int32_t len, UErrorCode *… in ucsdet_setText_android()
|
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 34 UCharsetDetector* csd; in main()
|