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

/external/libxml2/
H A Dxpath.c9547 const xmlChar *theLang = NULL; local
9557 theLang = xmlNodeGetLang(ctxt->context->node);
9558 if ((theLang != NULL) && (lang != NULL)) {
9560 if (toupper(lang[i]) != toupper(theLang[i]))
9562 if ((theLang[i] == 0) || (theLang[i] == '-'))
9566 if (theLang != NULL)
9567 xmlFree((void *)theLang);

Completed in 231 milliseconds