/third_party/skia/third_party/externals/icu/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 …]
|
/third_party/node/deps/icu-small/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 …]
|
/third_party/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 …]
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/icu/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 …]
|
/third_party/node/deps/icu-small/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 …]
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/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()
|
/third_party/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()
|
/third_party/icu/docs/userguide/conversion/ |
D | detection.md | 200 use the `ucsdet_detect(UCharsetDetector *csd , UErrorCode *status)` method. 203 UCharsetDetector *csd; 229 > :point_right: **Note**: The `ucsdet_detectALL(UCharsetDetector *csd , int32_t *matchesFound, UErr… 250 `ucsdet_enableInputFilter(UCharsetDetector *csd, UBool filter)` function. 253 UCharsetDetector *csd; 283 > :point_right: **Note**: The ICU4C API provide `uscdet_isInputFilterEnabled(const UCharsetDetector…
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/csdet/ |
D | csdet.c | 34 UCharsetDetector* csd; in main()
|
/third_party/icu/icu4c/source/samples/csdet/ |
D | csdet.c | 34 UCharsetDetector* csd; in main()
|
/third_party/skia/third_party/externals/icu/source/samples/csdet/ |
D | csdet.c | 34 UCharsetDetector* csd; in main()
|