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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c9415 const xmlChar *theLang = NULL; local
9425 theLang = xmlNodeGetLang(ctxt->context->node);
9426 if ((theLang != NULL) && (lang != NULL)) {
9428 if (toupper(lang[i]) != toupper(theLang[i]))
9430 if ((theLang[i] == 0) || (theLang[i] == '-'))
9434 if (theLang != NULL)
9435 xmlFree((void *)theLang);
/external/libxml2/
H A Dxpath.c9542 const xmlChar *theLang = NULL; local
9552 theLang = xmlNodeGetLang(ctxt->context->node);
9553 if ((theLang != NULL) && (lang != NULL)) {
9555 if (toupper(lang[i]) != toupper(theLang[i]))
9557 if ((theLang[i] == 0) || (theLang[i] == '-'))
9561 if (theLang != NULL)
9562 xmlFree((void *)theLang);

Completed in 767 milliseconds