chromium/third_party/icu/source/i18n/csrutf8.cpp

// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
 **********************************************************************
 *   Copyright (C) 2005-2014, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 */

#include "unicode/utypes.h"

#if !UCONFIG_NO_CONVERSION

#include "csrutf8.h"
#include "csmatch.h"

U_NAMESPACE_BEGIN

CharsetRecog_UTF8::~CharsetRecog_UTF8()
{}

const char *CharsetRecog_UTF8::getName() const
{}

UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const {}

U_NAMESPACE_END
#endif