Searched defs:UCharsetDetector (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | ucsdet.h | 49 struct UCharsetDetector; 54 typedef struct UCharsetDetector UCharsetDetector; typedef in typeref:struct:UCharsetDetector 72 U_STABLE UCharsetDetector * U_EXPORT2 85 ucsdet_close(UCharsetDetector *ucsd); 93 * "Smart pointer" class, closes a UCharsetDetector via ucsdet_close(). 100 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close); 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 *status); 155 * The returned UCharsetMatch object is owned by the UCharsetDetector [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
H A D | ucsdet.h | 49 struct UCharsetDetector; 54 typedef struct UCharsetDetector UCharsetDetector; typedef in typeref:struct:UCharsetDetector 72 U_STABLE UCharsetDetector * U_EXPORT2 85 ucsdet_close(UCharsetDetector *ucsd); 93 * "Smart pointer" class, closes a UCharsetDetector via ucsdet_close(). 100 U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close); 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 *status); 155 * The returned UCharsetMatch object is owned by the UCharsetDetector [all...] |
Completed in 150 milliseconds