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

  /external/icu4c/i18n/unicode/
ucsdet.h 56 struct UCharsetMatch;
62 typedef struct UCharsetMatch UCharsetMatch;
155 * The returned UCharsetMatch object is owned by the UCharsetDetector.
167 * @return a UCharsetMatch representing the best matching charset,
172 U_STABLE const UCharsetMatch * U_EXPORT2
185 * The returned UCharsetMatch objects are owned by the UCharsetDetector.
200 * @return A pointer to an array of pointers to UCharSetMatch objects.
201 * This array, and the UCharSetMatch instances to which it refers,
206 U_STABLE const UCharsetMatch ** U_EXPORT
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucsdet.h 54 struct UCharsetMatch;
60 typedef struct UCharsetMatch UCharsetMatch;
134 * The returned UCharsetMatch object is owned by the UCharsetDetector.
146 * @return a UCharsetMatch representing the best matching charset,
151 U_DRAFT const UCharsetMatch * U_EXPORT2
164 * The returned UCharsetMatch objects are owned by the UCharsetDetector.
179 * @return A pointer to an array of pointers to UCharSetMatch objects.
180 * This array, and the UCharSetMatch instances to which it refers,
185 U_DRAFT const UCharsetMatch ** U_EXPORT
    [all...]

Completed in 717 milliseconds