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

  /external/libxml2/doc/tutorial/
includekeyword.c 14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"keyword"))) {
45 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
53 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
includeaddkeyword.c 36 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
44 if ((!xmlStrcmp(cur->name, (const xmlChar *)"storyinfo"))){
includegetattribute.c 14 if ((!xmlStrcmp(cur->name, (const xmlChar *)"reference"))) {
46 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
includeaddattribute.c 32 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
  /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)
350 if (xmlStrcmp (value, (const xmlChar*) "T1T") == 0)
352 else if (xmlStrcmp (value, (const xmlChar*) "T2T") == 0)
354 else if (xmlStrcmp (value, (const xmlChar*) "T3T") == 0
    [all...]
  /external/libxml2/example/
gjobread.c 64 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Person")) &&
67 if ((!xmlStrcmp(cur->name, (const xmlChar *)"Email")) &&
127 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Project")) &&
134 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Application")) &&
138 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Category")) &&
142 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Contact")) &&
218 if (xmlStrcmp(cur->name, (const xmlChar *) "Helping")) {
248 if ((xmlStrcmp(cur->name, (const xmlChar *) "Jobs")) || (cur->ns != ns)) {
264 if ((!xmlStrcmp(cur->name, (const xmlChar *) "Job")) &&
  /external/libxml2/include/libxml/
xmlstring.h 64 xmlStrcmp (const xmlChar *str1,
  /external/libxml2/
c14n.c 525 return (xmlStrcmp(ns1->prefix, ns2->prefix));
896 return (xmlStrcmp(attr1->name, attr2->name));
913 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href);
915 ret = xmlStrcmp(attr1->name, attr2->name);
    [all...]
HTMLtree.c 937 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) &&
938 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) {
    [all...]
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...]
libxml2.syms 786 xmlStrcmp;
    [all...]
HTMLparser.c     [all...]
xmlschemastypes.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]

Completed in 334 milliseconds