/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/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/ |
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/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/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 95 UCharsetDetector *csd = ucsdet_open(&status); in TestConstruction() 128 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF8() 174 UCharsetDetector *csd = ucsdet_open(&status); in TestUTF16() 237 UCharsetDetector *csd = ucsdet_open(&status); in TestC1Bytes() 290 UCharsetDetector *csd = ucsdet_open(&status); in TestInputFilter() 395 UCharsetDetector *csd = ucsdet_open(&status); in TestBufferOverflow() 481 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM424() 559 UCharsetDetector *csd = ucsdet_open(&status); in TestIBM420()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 329 UCharsetDetector *csd = ucsdet_open(&status); in UTF8Test() 418 UCharsetDetector *csd = ucsdet_open(&status); in InputFilterTest() 486 UCharsetDetector *csd = ucsdet_open(&status); in C1BytesTest() 628 UCharsetDetector *csd = ucsdet_open(&status); in IBM424Test() 718 UCharsetDetector *csd = ucsdet_open(&status); in IBM420Test() 773 UCharsetDetector *csd = ucsdet_open(&status); in Ticket6394Test() 854 UCharsetDetector* csd = ucsdet_open(&status); in Ticket21823Test()
|
/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/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()
|