Searched defs:html40EntitiesTable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c1578 static const htmlEntityDesc html40EntitiesTable[] = { variable
1896 for (i = 0;i < (sizeof(html40EntitiesTable)/
1897 sizeof(html40EntitiesTable[0]));i++) {
1898 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) {
1899 return((htmlEntityDescPtr) &html40EntitiesTable[i]);
1919 for (i = 0;i < (sizeof(html40EntitiesTable)/
1920 sizeof(html40EntitiesTable[0]));i++) {
1921 if (html40EntitiesTable[i].value >= value) {
1922 if (html40EntitiesTable[i].value > value)
1924 return((htmlEntityDescPtr) &html40EntitiesTable[
[all...]
/external/libxml2/
H A DHTMLparser.c1618 static const htmlEntityDesc html40EntitiesTable[] = { variable
1936 for (i = 0;i < (sizeof(html40EntitiesTable)/
1937 sizeof(html40EntitiesTable[0]));i++) {
1938 if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) {
1939 return((htmlEntityDescPtr) &html40EntitiesTable[i]);
1959 for (i = 0;i < (sizeof(html40EntitiesTable)/
1960 sizeof(html40EntitiesTable[0]));i++) {
1961 if (html40EntitiesTable[i].value >= value) {
1962 if (html40EntitiesTable[i].value > value)
1964 return((htmlEntityDescPtr) &html40EntitiesTable[
[all...]

Completed in 278 milliseconds