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)
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)
356 else if (xmlStrcmp (value, (const xmlChar*) "IsoDep") == 0)
374 data->mSwitchOn = (xmlStrcmp (value, trueString) == 0);
381 data->mSwitchOff = (xmlStrcmp (value, trueString) == 0);
388 data->mBatteryOff = (xmlStrcmp (value, trueString) == 0);
422 if (xmlStrcmp (value, (const xmlChar*) "NfcA") == 0)
424 else if (xmlStrcmp (value, (const xmlChar*) "NfcB") == 0)
426 else if (xmlStrcmp (value, (const xmlChar*) "NfcF") == 0)
444 data->mSwitchOn = (xmlStrcmp (value, trueString) == 0);
451 data->mSwitchOff = (xmlStrcmp (value, trueString) == 0);
458 data->mBatteryOff = (xmlStrcmp (value, trueString) == 0);