Home
last modified time | relevance | path

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

/third_party/libxml2/
DHTMLparser.c1795 static const htmlEntityDesc html40EntitiesTable[] = { variable
2113 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()
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLparser.c1648 static const htmlEntityDesc html40EntitiesTable[] = { variable
1966 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()