Home | History | Annotate | Download | only in unicode

Lines Matching defs:UCharsetMatch

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_EXPORT2
212 * Get the name of the charset represented by a UCharsetMatch.
215 * UCharsetMatch, and will remain valid while the UCharsetMatch
227 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status);
253 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status);
274 * UCharsetMatch, and will remain valid while the UCharsetMatch
285 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status);
311 ucsdet_getUChars(const UCharsetMatch *ucsm,