WebCore/generated/HTMLEntityNames.cpp
changeset 0 4f2f89ce4247
child 2 303757a437d3
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 /* ANSI-C code produced by gperf version 3.0.1 */
       
     2 /* Command-line: gperf --key-positions='*' -D -s 2 U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf  */
       
     3 
       
     4 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
       
     5       && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
       
     6       && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
       
     7       && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
       
     8       && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
       
     9       && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
       
    10       && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
       
    11       && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
       
    12       && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
       
    13       && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
       
    14       && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
       
    15       && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
       
    16       && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
       
    17       && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
       
    18       && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
       
    19       && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
       
    20       && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
       
    21       && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
       
    22       && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
       
    23       && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
       
    24       && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
       
    25       && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
       
    26       && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
       
    27 /* The character set is not based on ISO-646.  */
       
    28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
       
    29 #endif
       
    30 
       
    31 #line 1 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
    32 
       
    33 /*
       
    34      Copyright (C) 1999 Lars Knoll (knoll@mpi-hd.mpg.de)
       
    35      Copyright (C) 2002, 2003, 2004, 2005 Apple Inc. All rights reserved.
       
    36   
       
    37      This library is free software; you can redistribute it and/or
       
    38      modify it under the terms of the GNU Library General Public
       
    39      License as published by the Free Software Foundation; either
       
    40      version 2 of the License, or (at your option) any later version.
       
    41   
       
    42      This library is distributed in the hope that it will be useful,
       
    43      but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    44      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    45      Library General Public License for more details.
       
    46   
       
    47      You should have received a copy of the GNU Library General Public License
       
    48      along with this library; see the file COPYING.LIB.  If not, write to
       
    49      the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
       
    50      Boston, MA 02110-1301, USA.
       
    51   
       
    52   ----------------------------------------------------------------------------
       
    53   
       
    54     HTMLEntityNames.gperf: input file to generate a hash table for entities
       
    55     HTMLEntityNames.cpp: DO NOT EDIT! generated by WebCore/make-hash-tools.pl
       
    56 */
       
    57 #line 28 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
    58 struct Entity {
       
    59     const char *name;
       
    60     int code;
       
    61 };
       
    62 #include <string.h>
       
    63 enum
       
    64   {
       
    65     TOTAL_KEYWORDS = 262,
       
    66     MIN_WORD_LENGTH = 2,
       
    67     MAX_WORD_LENGTH = 8,
       
    68     MIN_HASH_VALUE = 28,
       
    69     MAX_HASH_VALUE = 1091
       
    70   };
       
    71 
       
    72 /* maximum key range = 1064, duplicates = 0 */
       
    73 
       
    74 #ifdef __GNUC__
       
    75 __inline
       
    76 #else
       
    77 #ifdef __cplusplus
       
    78 inline
       
    79 #endif
       
    80 #endif
       
    81 static unsigned int
       
    82 entity_hash_function (register const char *str, register unsigned int len)
       
    83 {
       
    84   static const unsigned short asso_values[] =
       
    85     {
       
    86       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
    87       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
    88       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
    89       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
    90       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,   15,
       
    91         50,   20,    0, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
    92       1092, 1092, 1092, 1092, 1092,  135,  145,   85,    0,   55,
       
    93         65,    5,    5,  140, 1092,   30,   20,    5,   15,   70,
       
    94         50,   40,   30,    5,   60,   95,   40, 1092,   25,   20,
       
    95         35, 1092, 1092, 1092, 1092, 1092, 1092,   85,   20,   25,
       
    96         35,    0,  250,  150,  315,   10,  410,    5,  105,  140,
       
    97          0,   40,   10,  215,   10,   50,   15,    5,   80,   15,
       
    98          5,  120,   10,    5, 1092, 1092, 1092, 1092, 1092, 1092,
       
    99       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   100       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   101       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   102       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   103       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   104       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   105       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   106       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   107       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   108       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   109       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   110       1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092, 1092,
       
   111       1092, 1092, 1092, 1092, 1092, 1092, 1092
       
   112     };
       
   113   register int hval = len;
       
   114 
       
   115   switch (hval)
       
   116     {
       
   117       default:
       
   118         hval += asso_values[(unsigned char)str[7]];
       
   119       /*FALLTHROUGH*/
       
   120       case 7:
       
   121         hval += asso_values[(unsigned char)str[6]];
       
   122       /*FALLTHROUGH*/
       
   123       case 6:
       
   124         hval += asso_values[(unsigned char)str[5]];
       
   125       /*FALLTHROUGH*/
       
   126       case 5:
       
   127         hval += asso_values[(unsigned char)str[4]];
       
   128       /*FALLTHROUGH*/
       
   129       case 4:
       
   130         hval += asso_values[(unsigned char)str[3]];
       
   131       /*FALLTHROUGH*/
       
   132       case 3:
       
   133         hval += asso_values[(unsigned char)str[2]];
       
   134       /*FALLTHROUGH*/
       
   135       case 2:
       
   136         hval += asso_values[(unsigned char)str[1]+1];
       
   137       /*FALLTHROUGH*/
       
   138       case 1:
       
   139         hval += asso_values[(unsigned char)str[0]];
       
   140         break;
       
   141     }
       
   142   return hval;
       
   143 }
       
   144 
       
   145 static const struct Entity wordlist[] =
       
   146   {
       
   147 #line 208 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   148     {"not", 0x00ac},
       
   149 #line 234 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   150     {"phi", 0x03c6},
       
   151 #line 211 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   152     {"nsup", 0x2285},
       
   153 #line 242 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   154     {"psi", 0x03c8},
       
   155 #line 179 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   156     {"isin", 0x2208},
       
   157 #line 209 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   158     {"notin", 0x2209},
       
   159 #line 278 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   160     {"there4", 0x2234},
       
   161 #line 277 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   162     {"tau", 0x03c4},
       
   163 #line 210 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   164     {"nsub", 0x2284},
       
   165 #line 129 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   166     {"chi", 0x03c7},
       
   167 #line 288 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   168     {"uarr", 0x2191},
       
   169 #line 248 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   170     {"rarr", 0x2192},
       
   171 #line 125 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   172     {"cap", 0x2229},
       
   173 #line 230 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   174     {"part", 0x2202},
       
   175 #line 254 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   176     {"rho", 0x03c1},
       
   177 #line 148 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   178     {"emsp", 0x2003},
       
   179 #line 238 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   180     {"pound", 0x00a3},
       
   181 #line 176 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   182     {"int", 0x222b},
       
   183 #line 144 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   184     {"eacute", 0x00e9},
       
   185 #line 85 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   186     {"Phi", 0x03a6},
       
   187 #line 287 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   188     {"uacute", 0x00fa},
       
   189 #line 88 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   190     {"Psi", 0x03a8},
       
   191 #line 139 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   192     {"darr", 0x2193},
       
   193 #line 282 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   194     {"thorn", 0x00fe},
       
   195 #line 170 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   196     {"iacute", 0x00ed},
       
   197 #line 213 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   198     {"nu", 0x03bd},
       
   199 #line 91 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   200     {"Rho", 0x03a1},
       
   201 #line 145 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   202     {"ecirc", 0x00ea},
       
   203 #line 73 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   204     {"Mu", 0x039c},
       
   205 #line 95 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   206     {"Tau", 0x03a4},
       
   207 #line 204 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   208     {"nbsp", 0x00a0},
       
   209 #line 289 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   210     {"ucirc", 0x00fb},
       
   211 #line 103 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   212     {"Yacute", 0x00dd},
       
   213 #line 222 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   214     {"or", 0x2228},
       
   215 #line 152 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   216     {"eta", 0x03b7},
       
   217 #line 171 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   218     {"icirc", 0x00ee},
       
   219 #line 178 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   220     {"iquest", 0x00bf},
       
   221 #line 75 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   222     {"Nu", 0x039d},
       
   223 #line 113 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   224     {"amp", 38},
       
   225 #line 281 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   226     {"thinsp", 0x2009},
       
   227 #line 63 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   228     {"GT", 62},
       
   229 #line 90 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   230     {"REG", 0x00ae},
       
   231 #line 149 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   232     {"ensp", 0x2002},
       
   233 #line 245 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   234     {"radic", 0x221a},
       
   235 #line 53 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   236     {"Chi", 0x03a7},
       
   237 #line 260 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   238     {"sdot", 0x22c5},
       
   239 #line 151 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   240     {"equiv", 0x2261},
       
   241 #line 214 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   242     {"oacute", 0x00f3},
       
   243 #line 196 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   244     {"lt", 60},
       
   245 #line 291 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   246     {"uml", 0x00a8},
       
   247 #line 241 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   248     {"prop", 0x221d},
       
   249 #line 71 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   250     {"LT", 60},
       
   251 #line 135 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   252     {"cup", 0x222a},
       
   253 #line 177 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   254     {"iota", 0x03b9},
       
   255 #line 215 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   256     {"ocirc", 0x00f4},
       
   257 #line 57 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   258     {"Eacute", 0x00c9},
       
   259 #line 192 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   260     {"loz", 0x25ca},
       
   261 #line 229 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   262     {"para", 0x00b6},
       
   263 #line 279 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   264     {"theta", 0x03b8},
       
   265 #line 136 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   266     {"curren", 0x00a4},
       
   267 #line 220 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   268     {"omicron", 0x03bf},
       
   269 #line 155 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   270     {"euro", 0x20ac},
       
   271 #line 181 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   272     {"kappa", 0x03ba},
       
   273 #line 240 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   274     {"prod", 0x220f},
       
   275 #line 58 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   276     {"Ecirc", 0x00ca},
       
   277 #line 77 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   278     {"Oacute", 0x00d3},
       
   279 #line 270 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   280     {"sup", 0x2283},
       
   281 #line 274 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   282     {"supe", 0x2287},
       
   283 #line 108 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   284     {"acute", 0x00b4},
       
   285 #line 61 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   286     {"Eta", 0x0397},
       
   287 #line 186 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   288     {"larr", 0x2190},
       
   289 #line 147 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   290     {"empty", 0x2205},
       
   291 #line 267 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   292     {"sub", 0x2282},
       
   293 #line 268 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   294     {"sube", 0x2286},
       
   295 #line 78 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   296     {"Ocirc", 0x00d4},
       
   297 #line 106 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   298     {"aacute", 0x00e1},
       
   299 #line 165 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   300     {"gt", 62},
       
   301 #line 56 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   302     {"ETH", 0x00d0},
       
   303 #line 271 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   304     {"sup1", 0x00b9},
       
   305 #line 70 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   306     {"Kappa", 0x039a},
       
   307 #line 212 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   308     {"ntilde", 0x00f1},
       
   309 #line 81 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   310     {"Omicron", 0x039f},
       
   311 #line 114 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   312     {"and", 0x2227},
       
   313 #line 273 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   314     {"sup3", 0x00b3},
       
   315 #line 249 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   316     {"rceil", 0x2309},
       
   317 #line 97 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   318     {"Uacute", 0x00da},
       
   319 #line 133 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   320     {"copy", 0x00a9},
       
   321 #line 107 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   322     {"acirc", 0x00e2},
       
   323 #line 286 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   324     {"uArr", 0x21d1},
       
   325 #line 96 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   326     {"Theta", 0x0398},
       
   327 #line 74 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   328     {"Ntilde", 0x00d1},
       
   329 #line 244 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   330     {"rArr", 0x21d2},
       
   331 #line 98 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   332     {"Ucirc", 0x00db},
       
   333 #line 92 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   334     {"Scaron", 0x0160},
       
   335 #line 262 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   336     {"shy", 0x00ad},
       
   337 #line 246 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   338     {"rang", 0x3009},
       
   339 #line 134 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   340     {"crarr", 0x21b5},
       
   341 #line 132 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   342     {"cong", 0x2245},
       
   343 #line 285 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   344     {"trade", 0x2122},
       
   345 #line 297 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   346     {"yacute", 0x00fd},
       
   347 #line 272 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   348     {"sup2", 0x00b2},
       
   349 #line 218 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   350     {"oline", 0x203e},
       
   351 #line 197 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   352     {"macr", 0x00af},
       
   353 #line 156 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   354     {"exist", 0x2203},
       
   355 #line 226 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   356     {"otilde", 0x00f5},
       
   357 #line 42 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   358     {"AMP", 38},
       
   359 #line 137 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   360     {"dArr", 0x21d3},
       
   361 #line 43 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   362     {"Aacute", 0x00c1},
       
   363 #line 51 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   364     {"COPY", 0x00a9},
       
   365 #line 65 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   366     {"Iacute", 0x00cd},
       
   367 #line 89 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   368     {"QUOT", 34},
       
   369 #line 239 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   370     {"prime", 0x2032},
       
   371 #line 126 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   372     {"ccedil", 0x00e7},
       
   373 #line 44 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   374     {"Acirc", 0x00c2},
       
   375 #line 202 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   376     {"mu", 0x03bc},
       
   377 #line 66 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   378     {"Icirc", 0x00ce},
       
   379 #line 259 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   380     {"scaron", 0x0161},
       
   381 #line 83 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   382     {"Otilde", 0x00d5},
       
   383 #line 203 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   384     {"nabla", 0x2207},
       
   385 #line 131 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   386     {"clubs", 0x2663},
       
   387 #line 119 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   388     {"atilde", 0x00e3},
       
   389 #line 275 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   390     {"supl", 0x00b9},
       
   391 #line 174 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   392     {"image", 0x2111},
       
   393 #line 227 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   394     {"otimes", 0x2297},
       
   395 #line 206 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   396     {"ne", 0x2260},
       
   397 #line 68 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   398     {"Iota", 0x0399},
       
   399 #line 87 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   400     {"Prime", 0x2033},
       
   401 #line 187 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   402     {"lceil", 0x2308},
       
   403 #line 224 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   404     {"ordm", 0x00ba},
       
   405 #line 123 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   406     {"brvbar", 0x00a6},
       
   407 #line 269 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   408     {"sum", 0x2211},
       
   409 #line 182 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   410     {"lArr", 0x21d0},
       
   411 #line 250 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   412     {"rdquo", 0x201d},
       
   413 #line 52 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   414     {"Ccedil", 0x00c7},
       
   415 #line 115 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   416     {"ang", 0x2220},
       
   417 #line 184 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   418     {"lang", 0x3008},
       
   419 #line 219 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   420     {"omega", 0x03c9},
       
   421 #line 233 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   422     {"perp", 0x22a5},
       
   423 #line 121 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   424     {"bdquo", 0x201e},
       
   425 #line 191 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   426     {"lowast", 0x2217},
       
   427 #line 257 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   428     {"rsquo", 0x2019},
       
   429 #line 255 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   430     {"rlm", 0x200f},
       
   431 #line 128 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   432     {"cent", 0x00a2},
       
   433 #line 247 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   434     {"raquo", 0x00bb},
       
   435 #line 48 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   436     {"Atilde", 0x00c3},
       
   437 #line 193 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   438     {"lrm", 0x200e},
       
   439 #line 117 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   440     {"aring", 0x00e5},
       
   441 #line 295 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   442     {"weierp", 0x2118},
       
   443 #line 80 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   444     {"Omega", 0x03a9},
       
   445 #line 124 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   446     {"bull", 0x2022},
       
   447 #line 175 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   448     {"infin", 0x221e},
       
   449 #line 231 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   450     {"percnt", 0x0025},
       
   451 #line 94 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   452     {"THORN", 0x00de},
       
   453 #line 153 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   454     {"eth", 0x00f0},
       
   455 #line 276 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   456     {"szlig", 0x00df},
       
   457 #line 72 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   458     {"Lambda", 0x039b},
       
   459 #line 154 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   460     {"euml", 0x00eb},
       
   461 #line 294 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   462     {"uuml", 0x00fc},
       
   463 #line 54 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   464     {"Dagger", 0x2021},
       
   465 #line 180 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   466     {"iuml", 0x00ef},
       
   467 #line 258 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   468     {"sbquo", 0x201a},
       
   469 #line 261 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   470     {"sect", 0x00a7},
       
   471 #line 104 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   472     {"Yuml", 0x0178},
       
   473 #line 47 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   474     {"Aring", 0x00c5},
       
   475 #line 237 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   476     {"plusmn", 0x00b1},
       
   477 #line 243 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   478     {"quot", 34},
       
   479 #line 189 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   480     {"le", 0x2264},
       
   481 #line 167 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   482     {"harr", 0x2194},
       
   483 #line 253 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   484     {"rfloor", 0x230b},
       
   485 #line 300 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   486     {"zeta", 0x03b6},
       
   487 #line 228 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   488     {"ouml", 0x00f6},
       
   489 #line 188 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   490     {"ldquo", 0x201c},
       
   491 #line 138 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   492     {"dagger", 0x2020},
       
   493 #line 298 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   494     {"yen", 0x00a5},
       
   495 #line 122 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   496     {"beta", 0x03b2},
       
   497 #line 118 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   498     {"asymp", 0x2248},
       
   499 #line 256 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   500     {"rsaquo", 0x203a},
       
   501 #line 223 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   502     {"ordf", 0x00aa},
       
   503 #line 62 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   504     {"Euml", 0x00cb},
       
   505 #line 195 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   506     {"lsquo", 0x2018},
       
   507 #line 105 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   508     {"Zeta", 0x0396},
       
   509 #line 185 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   510     {"laquo", 0x00ab},
       
   511 #line 116 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   512     {"apos", 0x0027},
       
   513 #line 64 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   514     {"Gamma", 0x0393},
       
   515 #line 84 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   516     {"Ouml", 0x00d6},
       
   517 #line 172 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   518     {"iexcl", 0x00a1},
       
   519 #line 164 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   520     {"ge", 0x2265},
       
   521 #line 76 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   522     {"OElig", 0x0152},
       
   523 #line 183 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   524     {"lambda", 0x03bb},
       
   525 #line 207 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   526     {"ni", 0x220b},
       
   527 #line 252 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   528     {"reg", 0x00ae},
       
   529 #line 120 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   530     {"auml", 0x00e4},
       
   531 #line 296 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   532     {"xi", 0x03be},
       
   533 #line 221 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   534     {"oplus", 0x2295},
       
   535 #line 235 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   536     {"pi", 0x03c0},
       
   537 #line 101 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   538     {"Uuml", 0x00dc},
       
   539 #line 150 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   540     {"epsilon", 0x03b5},
       
   541 #line 301 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   542     {"zwj", 0x200d},
       
   543 #line 302 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   544     {"zwnj", 0x200c},
       
   545 #line 127 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   546     {"cedil", 0x00b8},
       
   547 #line 160 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   548     {"frac14", 0x00bc},
       
   549 #line 293 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   550     {"upsilon", 0x03c5},
       
   551 #line 161 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   552     {"frac34", 0x00be},
       
   553 #line 102 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   554     {"Xi", 0x039e},
       
   555 #line 140 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   556     {"deg", 0x00b0},
       
   557 #line 266 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   558     {"spades", 0x2660},
       
   559 #line 280 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   560     {"thetasym", 0x03d1},
       
   561 #line 299 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   562     {"yuml", 0x00ff},
       
   563 #line 251 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   564     {"real", 0x211c},
       
   565 #line 205 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   566     {"ndash", 0x2013},
       
   567 #line 190 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   568     {"lfloor", 0x230a},
       
   569 #line 55 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   570     {"Delta", 0x0394},
       
   571 #line 86 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   572     {"Pi", 0x03a0},
       
   573 #line 49 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   574     {"Auml", 0x00c4},
       
   575 #line 69 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   576     {"Iuml", 0x00cf},
       
   577 #line 41 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   578     {"AElig", 0x00c6},
       
   579 #line 194 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   580     {"lsaquo", 0x2039},
       
   581 #line 130 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   582     {"circ", 0x02c6},
       
   583 #line 159 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   584     {"frac12", 0x00bd},
       
   585 #line 60 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   586     {"Epsilon", 0x0395},
       
   587 #line 166 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   588     {"hArr", 0x21d4},
       
   589 #line 141 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   590     {"delta", 0x03b4},
       
   591 #line 146 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   592     {"egrave", 0x00e8},
       
   593 #line 50 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   594     {"Beta", 0x0392},
       
   595 #line 290 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   596     {"ugrave", 0x00f9},
       
   597 #line 236 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   598     {"piv", 0x03d6},
       
   599 #line 173 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   600     {"igrave", 0x00ec},
       
   601 #line 100 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   602     {"Upsilon", 0x03a5},
       
   603 #line 232 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   604     {"permil", 0x2030},
       
   605 #line 217 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   606     {"ograve", 0x00f2},
       
   607 #line 163 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   608     {"gamma", 0x03b3},
       
   609 #line 162 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   610     {"frasl", 0x2044},
       
   611 #line 59 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   612     {"Egrave", 0x00c8},
       
   613 #line 216 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   614     {"oelig", 0x0153},
       
   615 #line 79 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   616     {"Ograve", 0x00d2},
       
   617 #line 283 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   618     {"tilde", 0x02dc},
       
   619 #line 158 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   620     {"forall", 0x2200},
       
   621 #line 143 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   622     {"divide", 0x00f7},
       
   623 #line 110 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   624     {"agrave", 0x00e0},
       
   625 #line 157 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   626     {"fnof", 0x0192},
       
   627 #line 99 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   628     {"Ugrave", 0x00d9},
       
   629 #line 198 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   630     {"mdash", 0x2014},
       
   631 #line 292 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   632     {"upsih", 0x03d2},
       
   633 #line 265 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   634     {"sim", 0x223c},
       
   635 #line 109 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   636     {"aelig", 0x00e6},
       
   637 #line 201 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   638     {"minus", 0x2212},
       
   639 #line 225 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   640     {"oslash", 0x00f8},
       
   641 #line 284 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   642     {"times", 0x00d7},
       
   643 #line 199 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   644     {"micro", 0x00b5},
       
   645 #line 45 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   646     {"Agrave", 0x00c0},
       
   647 #line 67 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   648     {"Igrave", 0x00cc},
       
   649 #line 112 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   650     {"alpha", 0x03b1},
       
   651 #line 82 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   652     {"Oslash", 0x00d8},
       
   653 #line 200 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   654     {"middot", 0x00b7},
       
   655 #line 46 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   656     {"Alpha", 0x0391},
       
   657 #line 142 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   658     {"diams", 0x2666},
       
   659 #line 168 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   660     {"hearts", 0x2665},
       
   661 #line 111 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   662     {"alefsym", 0x2135},
       
   663 #line 93 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   664     {"Sigma", 0x03a3},
       
   665 #line 169 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   666     {"hellip", 0x2026},
       
   667 #line 263 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   668     {"sigma", 0x03c3},
       
   669 #line 264 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   670     {"sigmaf", 0x03c2}
       
   671   };
       
   672 
       
   673 static const short lookup[] =
       
   674   {
       
   675      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   676      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   677      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,   0,  -1,
       
   678      -1,  -1,  -1,   1,   2,  -1,  -1,  -1,   3,   4,
       
   679       5,   6,  -1,   7,   8,  -1,  -1,  -1,   9,  10,
       
   680      -1,  -1,  -1,  -1,  11,  -1,  -1,  -1,  12,  13,
       
   681      -1,  -1,  -1,  14,  15,  16,  -1,  -1,  17,  -1,
       
   682      -1,  18,  -1,  19,  -1,  -1,  20,  -1,  21,  22,
       
   683      23,  24,  25,  26,  -1,  27,  -1,  28,  29,  30,
       
   684      31,  32,  33,  34,  -1,  35,  36,  37,  38,  -1,
       
   685      -1,  39,  40,  41,  42,  43,  -1,  -1,  44,  45,
       
   686      46,  47,  48,  49,  50,  -1,  -1,  51,  52,  -1,
       
   687      -1,  -1,  -1,  -1,  53,  54,  55,  -1,  56,  57,
       
   688      58,  59,  60,  -1,  61,  62,  -1,  -1,  -1,  63,
       
   689      64,  65,  -1,  66,  67,  68,  -1,  -1,  69,  70,
       
   690      71,  -1,  -1,  72,  73,  74,  75,  76,  77,  78,
       
   691      79,  80,  81,  82,  83,  84,  85,  -1,  -1,  86,
       
   692      87,  -1,  -1,  -1,  88,  89,  90,  -1,  -1,  91,
       
   693      92,  93,  -1,  94,  95,  96,  -1,  -1,  -1,  97,
       
   694      98,  99,  -1,  -1, 100, 101,  -1,  -1,  -1, 102,
       
   695     103, 104,  -1, 105, 106,  -1, 107,  -1,  -1, 108,
       
   696      -1, 109,  -1,  -1, 110, 111, 112,  -1,  -1,  -1,
       
   697     113,  -1, 114,  -1,  -1, 115, 116,  -1,  -1,  -1,
       
   698      -1, 117,  -1,  -1,  -1, 118,  -1,  -1,  -1,  -1,
       
   699      -1,  -1,  -1,  -1,  -1, 119, 120,  -1,  -1, 121,
       
   700     122, 123, 124,  -1, 125, 126,  -1,  -1,  -1,  -1,
       
   701     127,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1, 128,
       
   702      -1, 129,  -1, 130, 131, 132, 133,  -1, 134, 135,
       
   703     136,  -1,  -1,  -1, 137, 138, 139,  -1,  -1,  -1,
       
   704     140,  -1,  -1, 141, 142, 143, 144,  -1, 145,  -1,
       
   705     146, 147,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   706     148,  -1,  -1,  -1, 149, 150, 151,  -1,  -1,  -1,
       
   707     152,  -1,  -1, 153,  -1, 154, 155,  -1,  -1, 156,
       
   708      -1,  -1,  -1,  -1, 157,  -1, 158,  -1,  -1, 159,
       
   709     160,  -1,  -1,  -1, 161,  -1,  -1,  -1,  -1, 162,
       
   710     163, 164,  -1,  -1, 165,  -1,  -1, 166,  -1, 167,
       
   711      -1, 168,  -1,  -1, 169,  -1,  -1,  -1,  -1, 170,
       
   712     171, 172,  -1, 173, 174, 175, 176,  -1,  -1, 177,
       
   713      -1,  -1,  -1,  -1, 178, 179,  -1,  -1,  -1, 180,
       
   714     181,  -1,  -1,  -1, 182, 183,  -1,  -1,  -1, 184,
       
   715     185,  -1, 186,  -1,  -1, 187,  -1,  -1,  -1,  -1,
       
   716      -1, 188, 189, 190, 191,  -1,  -1, 192,  -1,  -1,
       
   717     193,  -1, 194,  -1, 195,  -1,  -1, 196, 197, 198,
       
   718     199, 200, 201,  -1,  -1,  -1, 202, 203, 204,  -1,
       
   719      -1, 205,  -1, 206,  -1,  -1,  -1,  -1,  -1, 207,
       
   720      -1,  -1,  -1,  -1, 208, 209, 210,  -1,  -1,  -1,
       
   721     211,  -1, 212,  -1, 213,  -1,  -1,  -1,  -1, 214,
       
   722     215, 216,  -1,  -1, 217,  -1,  -1,  -1,  -1,  -1,
       
   723      -1, 218, 219,  -1, 220,  -1,  -1,  -1,  -1,  -1,
       
   724      -1,  -1,  -1,  -1,  -1, 221, 222,  -1,  -1, 223,
       
   725      -1, 224,  -1, 225,  -1,  -1, 226,  -1,  -1,  -1,
       
   726      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   727      -1,  -1, 227,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   728      -1, 228,  -1,  -1,  -1,  -1, 229,  -1,  -1,  -1,
       
   729     230,  -1,  -1,  -1,  -1, 231,  -1,  -1,  -1,  -1,
       
   730      -1, 232,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   731     233,  -1,  -1,  -1,  -1,  -1, 234,  -1,  -1,  -1,
       
   732     235, 236,  -1,  -1,  -1,  -1, 237,  -1,  -1,  -1,
       
   733      -1, 238,  -1,  -1, 239,  -1,  -1,  -1,  -1,  -1,
       
   734      -1, 240,  -1,  -1,  -1, 241,  -1,  -1,  -1,  -1,
       
   735     242,  -1,  -1, 243,  -1, 244,  -1,  -1,  -1,  -1,
       
   736     245,  -1,  -1,  -1,  -1,  -1, 246,  -1,  -1,  -1,
       
   737     247,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   738     248, 249,  -1,  -1,  -1,  -1, 250,  -1,  -1,  -1,
       
   739     251,  -1,  -1,  -1,  -1,  -1, 252,  -1,  -1,  -1,
       
   740      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   741      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   742      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   743      -1, 253,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   744     254,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   745      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   746      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   747      -1,  -1,  -1,  -1,  -1, 255,  -1,  -1,  -1,  -1,
       
   748      -1, 256,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   749      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   750      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   751      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   752      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   753      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   754      -1,  -1, 257,  -1,  -1, 258,  -1,  -1,  -1,  -1,
       
   755      -1, 259,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   756      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   757      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   758      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   759     260,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   760      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   761      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   762      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   763      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   764      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   765      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   766      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   767      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   768      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   769      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   770      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   771      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   772      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   773      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   774      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   775      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   776      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   777      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   778      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   779      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   780      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   781      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   782      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   783      -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,  -1,
       
   784      -1, 261
       
   785   };
       
   786 
       
   787 #ifdef __GNUC__
       
   788 __inline
       
   789 #endif
       
   790 const struct Entity *
       
   791 findEntity (register const char *str, register unsigned int len)
       
   792 {
       
   793   if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)
       
   794     {
       
   795       register int key = entity_hash_function (str, len);
       
   796 
       
   797       if (key <= MAX_HASH_VALUE && key >= 0)
       
   798         {
       
   799           register int index = lookup[key];
       
   800 
       
   801           if (index >= 0)
       
   802             {
       
   803               register const char *s = wordlist[index].name;
       
   804 
       
   805               if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
       
   806                 return &wordlist[index];
       
   807             }
       
   808         }
       
   809     }
       
   810   return 0;
       
   811 }
       
   812 #line 303 "U:/yaels-qtwebkit/WebCore/html/HTMLEntityNames.gperf"
       
   813