Searched refs:ucsd (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | ucsdet.cpp | 49 ucsdet_close(UCharsetDetector *ucsd) in ucsdet_close() argument 51 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_close() 56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) in ucsdet_setText() argument 62 ((CharsetDetector *) ucsd)->setText(textIn, len); in ucsdet_setText() 96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) in ucsdet_detect() argument 102 return (const UCharsetMatch *) ((CharsetDetector *) ucsd)->detect(*status); in ucsdet_detect() 106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… in ucsdet_setDeclaredEncoding() argument 112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length); in ucsdet_setDeclaredEncoding() 116 ucsdet_detectAll(UCharsetDetector *ucsd, in ucsdet_detectAll() argument 123 CharsetDetector *csd = (CharsetDetector *) ucsd; in ucsdet_detectAll() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucsdet.h | 85 ucsdet_close(UCharsetDetector *ucsd); 122 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status); 144 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode… 173 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status); 207 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *matchesFound, UErrorCode *status); 345 ucsdet_getAllDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status); 359 ucsdet_isInputFilterEnabled(const UCharsetDetector *ucsd); 374 ucsdet_enableInputFilter(UCharsetDetector *ucsd, UBool filter); 391 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status); 407 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode…
|
/external/opencv3/3rdparty/openexr/ |
D | AUTHORS.ilmbase | 8 Wojciech Jarosz <wjarosz@ucsd.edu>
|
D | AUTHORS.openexr | 9 Wojciech Jarosz <wjarosz@ucsd.edu>
|