Lines Matching defs:lang
272 ** This introduced the xml:lang value into the property value's
349 const char *lang = value;
351 /* skip past the xml:lang value */
352 value += strlen(lang) + 1;
364 else if (*lang != '\0') {
367 s = apr_psprintf(pool, "<%s xml:lang=\"%s\">%s</%s>" DEBUG_CR,
368 name+1, lang, value, name+1);
371 s = apr_psprintf(pool, "<ns%s xml:lang=\"%s\">%s</ns%s>" DEBUG_CR,
372 name, lang, value, name);
626 /* generate a text blob for the xml:lang plus the contents */