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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c9436 const xmlChar *theLang = NULL; local
9446 theLang = xmlNodeGetLang(ctxt->context->node);
9447 if ((theLang != NULL) && (lang != NULL)) {
9449 if (toupper(lang[i]) != toupper(theLang[i]))
9451 if ((theLang[i] == 0) || (theLang[i] == '-'))
9455 if (theLang != NULL)
9456 xmlFree((void *)theLang);

Completed in 65 milliseconds