Searched refs:html40EntitiesTable (Results 1 – 2 of 2) sorted by relevance
1795 static const htmlEntityDesc html40EntitiesTable[] = { variable2113 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityLookup()2114 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityLookup()2115 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) { in htmlEntityLookup()2116 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityLookup()2136 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityValueLookup()2137 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityValueLookup()2138 if (html40EntitiesTable[i].value >= value) { in htmlEntityValueLookup()2139 if (html40EntitiesTable[i].value > value) in htmlEntityValueLookup()2141 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityValueLookup()
1648 static const htmlEntityDesc html40EntitiesTable[] = { variable1966 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityLookup()1967 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityLookup()1968 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) { in htmlEntityLookup()1969 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityLookup()1989 for (i = 0;i < (sizeof(html40EntitiesTable)/ in htmlEntityValueLookup()1990 sizeof(html40EntitiesTable[0]));i++) { in htmlEntityValueLookup()1991 if (html40EntitiesTable[i].value >= value) { in htmlEntityValueLookup()1992 if (html40EntitiesTable[i].value > value) in htmlEntityValueLookup()1994 return((htmlEntityDescPtr) &html40EntitiesTable[i]); in htmlEntityValueLookup()