Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1578 static const htmlEntityDesc html40EntitiesTable[] = { variable
1896 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityLookup()
1897 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityLookup()
1898 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) { in htmlEntityLookup()
1899 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityLookup()
1919 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityValueLookup()
1920 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityValueLookup()
1921 if (html40EntitiesTable[i].value >= value) { in htmlEntityValueLookup()
1922 if (html40EntitiesTable[i].value > value) in htmlEntityValueLookup()
1924 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityValueLookup()