Searched refs:UCharsetDetector (Results 1 – 7 of 7) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ucsdet.h | 55 struct UCharsetDetector; 60 typedef struct UCharsetDetector UCharsetDetector; typedef 78 U_STABLE UCharsetDetector * U_EXPORT2 91 ucsdet_close(UCharsetDetector *ucsd); 106 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close); 128 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status); 150 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… 179 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status); 213 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status); 351 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status); [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 55 struct UCharsetDetector; 60 typedef struct UCharsetDetector UCharsetDetector; typedef 78 U_STABLE UCharsetDetector * U_EXPORT2 91 ucsdet_close(UCharsetDetector *ucsd); 106 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close); 128 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status); 150 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… 179 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status); 213 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status); 351 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 | 329 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() 369 UCharsetDetector *csd = ucsdet_open(&status); in UTF16Test() 429 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() 497 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() 639 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test() 729 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test() 784 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test() 833 UCharsetDetector *csd1 = ucsdet_open(&status); in Ticket6954Test() 842 UCharsetDetector *csd2 = ucsdet_open(&status); in Ticket6954Test()
|
/external/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 34 UCharsetDetector* csd; in main()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1276 void ucsdet_close_android(UCharsetDetector * ucsd) { in ucsdet_close_android() 1279 const UCharsetMatch * ucsdet_detect_android(UCharsetDetector * ucsd, UErrorCode * status) { in ucsdet_detect_android() 1282 const UCharsetMatch ** ucsdet_detectAll_android(UCharsetDetector * ucsd, int32_t * matchesFound, UE… in ucsdet_detectAll_android() 1285 UBool ucsdet_enableInputFilter_android(UCharsetDetector * ucsd, UBool filter) { in ucsdet_enableInputFilter_android() 1288 UEnumeration * ucsdet_getAllDetectableCharsets_android(const UCharsetDetector * ucsd, UErrorCode * … in ucsdet_getAllDetectableCharsets_android() 1303 UBool ucsdet_isInputFilterEnabled_android(const UCharsetDetector * ucsd) { in ucsdet_isInputFilterEnabled_android() 1306 UCharsetDetector * ucsdet_open_android(UErrorCode * status) { in ucsdet_open_android() 1309 void ucsdet_setDeclaredEncoding_android(UCharsetDetector * ucsd, const char * encoding, int32_t len… in ucsdet_setDeclaredEncoding_android() 1312 void ucsdet_setText_android(UCharsetDetector * ucsd, const char * textIn, int32_t len, UErrorCode *… in ucsdet_setText_android()
|