Searched defs:ucsd (Results 1 – 2 of 2) sorted by relevance
| /external/icu/icu4c/source/i18n/ |
| D | ucsdet.cpp | 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() 197 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_getDetectableCharsets()
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| D | ucsdet.cpp | 44 ucsdet_close(UCharsetDetector *ucsd) in ucsdet_close() 51 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() 91 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() 101 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… in ucsdet_setDeclaredEncoding() 111 ucsdet_detectAll(UCharsetDetector *ucsd, in ucsdet_detectAll() 142 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd) in ucsdet_isInputFilterEnabled() 153 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter) in ucsdet_enableInputFilter()
|