gecko/parser/html/nsHtml5NamedCharacters.h
Henri Sivonen dd0a552e77 Bug 555941 - Split HILO_ACCEL out of nsHtml5NamedCharacters. r=jonas, a=benjamin.
--HG--
extra : rebase_source : 40c885f07cf1f89f5503e0a25b369e5fdb63f719
2010-06-24 11:54:33 +03:00

22 lines
479 B
C++

#ifndef nsHtml5NamedCharacters_h_
#define nsHtml5NamedCharacters_h_
#include "prtypes.h"
#include "jArray.h"
#include "nscore.h"
#include "nsDebug.h"
#include "prlog.h"
#include "nsMemory.h"
class nsHtml5NamedCharacters
{
public:
static jArray<jArray<PRInt8,PRInt32>,PRInt32> NAMES;
static const PRUnichar VALUES[][2];
static PRUnichar** WINDOWS_1252;
static void initializeStatics();
static void releaseStatics();
};
#endif // nsHtml5NamedCharacters_h_