Lines Matching defs:UCharsetMatch
62 struct UCharsetMatch;
68 typedef struct UCharsetMatch UCharsetMatch;
161 * The returned UCharsetMatch object is owned by the UCharsetDetector.
173 * @return a UCharsetMatch representing the best matching charset,
178 U_STABLE const UCharsetMatch * U_EXPORT2
191 * The returned UCharsetMatch objects are owned by the UCharsetDetector.
206 * @return A pointer to an array of pointers to UCharSetMatch objects.
207 * This array, and the UCharSetMatch instances to which it refers,
212 U_STABLE const UCharsetMatch ** U_EXPORT2
218 * Get the name of the charset represented by a UCharsetMatch.
221 * UCharsetMatch, and will remain valid while the UCharsetMatch
233 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
259 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
280 * UCharsetMatch, and will remain valid while the UCharsetMatch
291 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status);
317 ucsdet_getUChars(const UCharsetMatch *ucsm,