#include "unicode/utypes.h"
#if !UCONFIG_NO_CONVERSION
#include "unicode/unistr.h"
#include "unicode/ucnv.h"
#include "csmatch.h"
#include "csrecog.h"
#include "inputext.h"
U_NAMESPACE_BEGIN
CharsetMatch::CharsetMatch()
: … { … }
void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf,
const char *csName, const char *lang)
{ … }
const char* CharsetMatch::getName()const
{ … }
const char* CharsetMatch::getLanguage()const
{ … }
int32_t CharsetMatch::getConfidence()const
{ … }
int32_t CharsetMatch::getUChars(char16_t *buf, int32_t cap, UErrorCode *status) const
{ … }
U_NAMESPACE_END
#endif