HomeSort by relevance Sort by last modified time
    Searched refs:xmlStrcmp (Results 1 - 13 of 13) sorted by null

  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 195 if (xmlStrcmp(node1->name, (const xmlChar*) "Route")==0)
198 if (value && (xmlStrcmp (value, (const xmlChar*) "SecElemSelectedRoutes") == 0))
204 if (xmlStrcmp(node2->name, (const xmlChar*) "Proto")==0)
206 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0)
211 else if (value && (xmlStrcmp (value, (const xmlChar*) "DefaultRoutes") == 0))
217 if (xmlStrcmp(node2->name, (const xmlChar*) "Proto")==0)
219 else if (xmlStrcmp(node2->name, (const xmlChar*) "Tech")==0)
347 if (xmlStrcmp (value, (const xmlChar*) "T1T") == 0)
349 else if (xmlStrcmp (value, (const xmlChar*) "T2T") == 0)
351 else if (xmlStrcmp (value, (const xmlChar*) "T3T") == 0
    [all...]
  /external/libxml2/include/libxml/
xmlstring.h 64 xmlStrcmp (const xmlChar *str1,
  /external/chromium/chrome/common/extensions/
update_manifest.cc 74 if (!xmlStrcmp(attr->name, name) && attr->children &&
115 if (ns->href && !xmlStrcmp(ns->href, href)) {
  /external/libxslt/libxslt/
xsltlocale.c 62 if (xmlStrcmp(p->tag, languageTag) == 0) return p->lcid;
434 return(xmlStrcmp(str1, str2));
xsltutils.c 1206 tst = xmlStrcmp(results[j]->stringval,
    [all...]
  /external/libxml2/
c14n.c 523 return (xmlStrcmp(ns1->prefix, ns2->prefix));
893 return (xmlStrcmp(attr1->name, attr2->name));
910 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href);
912 ret = xmlStrcmp(attr1->name, attr2->name);
    [all...]
HTMLtree.c 886 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) &&
887 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) {
xmlstring.c 122 * xmlStrcmp:
132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
151 * Should be a bit more readable and faster than xmlStrcmp()
uri.c     [all...]
xmlwriter.c     [all...]
HTMLparser.c     [all...]
xmlschemastypes.c     [all...]
elfgcchack.h     [all...]

Completed in 364 milliseconds