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

/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c162 const gchar *lang; local
165 lang = g_getenv ("LANG");
166 if (!lang)
172 if (lightdm_language_matches (language, lang))
/vbox/src/libs/libpng-1.2.8/
H A Dpngpread.c1129 text_ptr->lang = NULL;
1323 text_ptr->lang = NULL;
1392 png_charp lang; local
1412 for (lang = key; *lang; lang++)
1415 if (lang != key + png_ptr->current_text_size)
1416 lang++;
1418 comp_flag = *lang++;
1419 lang
[all...]
H A Dpngrutil.c1915 text_ptr->lang = NULL;
2012 text_ptr->lang = NULL;
2035 png_charp key, lang, text, lang_key; local
2076 for (lang = chunkdata; *lang; lang++)
2078 lang++; /* skip NUL separator */
2084 if (lang >= chunkdata + slength)
2091 comp_flag = *lang++;
2092 comp_type = *lang
[all...]
H A Dpngwutil.c1388 png_charp lang, png_charp lang_key, png_charp text)
1405 if (lang == NULL || (lang_len = png_check_keyword(png_ptr, lang, &new_lang))==0)
1428 * and the NULs after the key, lang, and lang_key parts */
1432 5 /* comp byte, comp flag, terminators for key, lang and lang_key */
1387 png_write_iTXt(png_structp png_ptr, int compression, png_charp key, png_charp lang, png_charp lang_key, png_charp text) argument
H A Dpng.h536 * points to a regular zero-terminated C string. The "text", "lang", and
555 png_charp lang; /* language code, 0-79 characters member in struct:png_text_struct
3028 int compression, png_charp key, png_charp lang, png_charp lang_key,
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c1040 xmlAttrPtr lang = NULL; local
1056 if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang")))
1057 lang = cur;
1059 if ((cur->ns != NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang")) &&
1098 if ((lang != NULL) && (xml_lang == NULL)) {
1099 xmlOutputBufferWrite(buf, 11, " xml:lang=\"");
1100 xmlAttrSerializeContent(buf, lang);
1103 if ((xml_lang != NULL) && (lang == NULL)) {
1104 xmlOutputBufferWrite(buf, 7, " lang=\"");
H A Dparser.c1133 * @lang: pointer to the string value
1150 xmlCheckLanguageID(const xmlChar * lang) argument
1152 const xmlChar *cur = lang;
7352 * Check that xml:lang conforms to the specification
7356 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) {
7359 "Malformed value for xml:lang : %s\n",
8080 * Check that xml:lang conforms to the specification
8084 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "lang"))) {
8088 "Malformed value for xml:lang : %s\n",
H A Dtree.c4579 * @lang: the language description
4581 * Set the language of a node, i.e. the values of the xml:lang
4585 xmlNodeSetLang(xmlNodePtr cur, const xmlChar *lang) { argument
4619 xmlSetNsProp(cur, ns, BAD_CAST "lang", lang);
4627 * Searches the language of a node, i.e. the values of the xml:lang
4630 * Returns a pointer to the lang value, or NULL if not found
4635 xmlChar *lang; local
4638 lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPAC
[all...]
H A Dxpath.c9417 * Implement the lang() XPath function
9418 * boolean lang(string)
9419 * The lang function returns true or false depending on whether the
9420 * language of the context node as specified by xml:lang attributes
9423 * by the value of the xml:lang attribute on the context node, or, if
9424 * the context node has no xml:lang attribute, by the value of the
9425 * xml:lang attribute on the nearest ancestor of the context node that
9426 * has an xml:lang attribute. If there is no such attribute, then lang
9427 * returns false. If there is such an attribute, then lang return
9437 const xmlChar *lang; local
[all...]
H A Dtestapi.c15676 xmlChar * lang; /* pointer to the string value */ local
15681 lang = gen_const_xmlChar_ptr(n_lang, 0);
15683 ret_val = xmlCheckLanguageID((const xmlChar *)lang);
15686 des_const_xmlChar_ptr(n_lang, (const xmlChar *)lang, 0);
22393 xmlChar * lang; /* the language description */ local
22400 lang = gen_const_xmlChar_ptr(n_lang, 1);
22402 xmlNodeSetLang(cur, (const xmlChar *)lang);
22405 des_const_xmlChar_ptr(n_lang, (const xmlChar *)lang, 1);
[all...]
/vbox/src/VBox/Main/include/
H A Dovfreader.h203 RTCString lang;//language member in struct:ovf::EnvelopeData
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1492 * Note: if languageId() returns an empty string lang.name() will
1494 QLocale lang(VBoxGlobal::languageId());
1495 startedMachine.SetGuestPropertyValue("/VirtualBox/HostInfo/GUI/LanguageID", lang.name());
2261 QString lang = regExp.cap (2); local
2269 else if (nlsDir.exists (gVBoxLangFileBase + lang + gVBoxLangFileExt))
2271 languageFileName = nlsDir.absoluteFilePath (gVBoxLangFileBase + lang +
2273 selectedLangId = lang;
2389 * Note: if languageId() returns an empty string lang.name() will
2391 QLocale lang (VBoxGlobal::languageId());
2396 .arg (lang
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c292 xmlChar * lang; local
294 if (!PyArg_ParseTuple(args, (char *)"z:xmlCheckLanguageID", &lang))
297 c_retval = xmlCheckLanguageID(lang);
14487 xmlChar * lang; local
14489 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlNodeSetLang", &pyobj_cur, &lang))
14493 xmlNodeSetLang(cur, lang);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jar ... .lang.reflect.Method) Class bean java.lang.reflect.Method getter java.lang.reflect ...
H A Djaxws-rt.jar ... w3c.dom.NamedNodeMap nm private static java.lang.String fixNull (java.lang.String) String s ...
H A Djaxb-xjc.jar ... com.sun.codemodel.JAnnotationUse param (java.lang.String, java.lang.String) String name String ...

Completed in 1051 milliseconds