mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
44
intl/icu/source/i18n/csrutf8.h
Normal file
44
intl/icu/source/i18n/csrutf8.h
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
/*
|
||||
**********************************************************************
|
||||
* Copyright (C) 2005-2012, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
**********************************************************************
|
||||
*/
|
||||
|
||||
#ifndef __CSRUTF8_H
|
||||
#define __CSRUTF8_H
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
|
||||
#include "csrecog.h"
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
/**
|
||||
* Charset recognizer for UTF-8
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class CharsetRecog_UTF8: public CharsetRecognizer {
|
||||
|
||||
public:
|
||||
|
||||
virtual ~CharsetRecog_UTF8();
|
||||
|
||||
const char *getName() const;
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
|
||||
*/
|
||||
UBool match(InputText *input, CharsetMatch *results) const;
|
||||
|
||||
};
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
#endif /* __CSRUTF8_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue