HomeSort by relevance Sort by last modified time
    Searched defs:UCharsetDetector (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/unicode/
ucsdet.h 49 struct UCharsetDetector;
54 typedef struct UCharsetDetector 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/webkit/Source/WebCore/icu/unicode/
ucsdet.h 47 struct UCharsetDetector;
52 typedef struct UCharsetDetector UCharsetDetector;
70 U_DRAFT UCharsetDetector * U_EXPORT2
83 ucsdet_close(UCharsetDetector *ucsd);
101 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status);
123 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status);
134 * The returned UCharsetMatch object is owned by the UCharsetDetector.
152 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status);
164 * The returned UCharsetMatch objects are owned by the UCharsetDetector
    [all...]

Completed in 52 milliseconds