Home
last modified time | relevance | path

Searched refs:html40EntitiesTable (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
DHTMLparser.c1619 static const htmlEntityDesc html40EntitiesTable[] = { variable
1937 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityLookup()
1938 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityLookup()
1939 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) { in htmlEntityLookup()
1940 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityLookup()
1960 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityValueLookup()
1961 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityValueLookup()
1962 if (html40EntitiesTable[i].value >= value) { in htmlEntityValueLookup()
1963 if (html40EntitiesTable[i].value > value) in htmlEntityValueLookup()
1965 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityValueLookup()