Home | History | Annotate | Download | only in libxml2

Lines Matching defs:canon

1741         const char* canon;
1742 canon = xmlGetCharEncodingName(alias);
1743 if ((canon != NULL) && (strcmp(name, canon))) {
1744 return(xmlFindCharEncodingHandler(canon));