Searched refs:theLang (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c9358 const xmlChar *theLang = NULL; local
9368 theLang = xmlNodeGetLang(ctxt->context->node);
9369 if ((theLang != NULL) && (lang != NULL)) {
9371 if (toupper(lang[i]) != toupper(theLang[i]))
9373 if ((theLang[i] == 0) || (theLang[i] == '-'))
9377 if (theLang != NULL)
9378 xmlFree((void *)theLang);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c9400 const xmlChar *theLang = NULL; local
9410 theLang = xmlNodeGetLang(ctxt->context->node);
9411 if ((theLang != NULL) && (lang != NULL)) {
9413 if (toupper(lang[i]) != toupper(theLang[i]))
9415 if ((theLang[i] == 0) || (theLang[i] == '-'))
9419 if (theLang != NULL)
9420 xmlFree((void *)theLang);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c9400 const xmlChar *theLang = NULL; local
9410 theLang = xmlNodeGetLang(ctxt->context->node);
9411 if ((theLang != NULL) && (lang != NULL)) {
9413 if (toupper(lang[i]) != toupper(theLang[i]))
9415 if ((theLang[i] == 0) || (theLang[i] == '-'))
9419 if (theLang != NULL)
9420 xmlFree((void *)theLang);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c9358 const xmlChar *theLang = NULL; local
9368 theLang = xmlNodeGetLang(ctxt->context->node);
9369 if ((theLang != NULL) && (lang != NULL)) {
9371 if (toupper(lang[i]) != toupper(theLang[i]))
9373 if ((theLang[i] == 0) || (theLang[i] == '-'))
9377 if (theLang != NULL)
9378 xmlFree((void *)theLang);

Completed in 482 milliseconds