Home | History | Annotate | Download | only in jni

Lines Matching refs:xmlStrcmp

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)
353 else if (xmlStrcmp (value, (const xmlChar*) "IsoDep") == 0)
371 data->mSwitchOn = (xmlStrcmp (value, trueString) == 0);
378 data->mSwitchOff = (xmlStrcmp (value, trueString) == 0);
385 data->mBatteryOff = (xmlStrcmp (value, trueString) == 0);
419 if (xmlStrcmp (value, (const xmlChar*) "NfcA") == 0)
421 else if (xmlStrcmp (value, (const xmlChar*) "NfcB") == 0)
423 else if (xmlStrcmp (value, (const xmlChar*) "NfcF") == 0)
441 data->mSwitchOn = (xmlStrcmp (value, trueString) == 0);
448 data->mSwitchOff = (xmlStrcmp (value, trueString) == 0);
455 data->mBatteryOff = (xmlStrcmp (value, trueString) == 0);