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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c9105 const xmlChar *theLang = NULL; local
9115 theLang = xmlNodeGetLang(ctxt->context->node);
9116 if ((theLang != NULL) && (lang != NULL)) {
9118 if (toupper(lang[i]) != toupper(theLang[i]))
9120 if ((theLang[i] == 0) || (theLang[i] == '-'))
9124 if (theLang != NULL)
9125 xmlFree((void *)theLang);

Completed in 50 milliseconds