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

/vbox/src/libs/xpcom18a4/python/src/
H A DPyIClassInfo.cpp11 * for the specific language governing rights and limitations under the
14 * The Original Code is the Python XPCOM language bindings.
88 PRUint32 language = nsIProgrammingLanguage::PYTHON; local
89 if (!PyArg_ParseTuple(args, "|i", &language))
98 r = pI->GetHelperForLanguage(language, getter_AddRefs(pi));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerrortable.c11 * for the specific language governing rights and limitations under the
122 PR_ErrorToString(PRErrorCode code, PRLanguageCode language) argument
141 msg = callback_lookup(code, language, et->table,
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c17 #include "lightdm/language.h"
68 LightDMLanguage *language; local
79 language = g_object_new (LIGHTDM_TYPE_LANGUAGE, "code", code, NULL);
80 languages = g_list_append (languages, language);
98 /* Get a valid locale name that can be passed to setlocale(), so we always can use nl_langinfo() to get language and country names. */
102 gchar *locale = NULL, *language; local
111 language = g_strndup (code, at - code);
113 language = g_strdup (code);
139 if (g_str_has_prefix (loc, language))
147 g_free (language);
171 LightDMLanguage *language = link->data; local
202 lightdm_language_get_code(LightDMLanguage *language) argument
217 lightdm_language_get_name(LightDMLanguage *language) argument
260 lightdm_language_get_territory(LightDMLanguage *language) argument
304 lightdm_language_matches(LightDMLanguage *language, const gchar *code) argument
326 lightdm_language_init(LightDMLanguage *language) argument
[all...]
H A Dgreeter.c1035 * @language: The language to use for this user.
1037 * Set the language for the currently authenticated user.
1040 lightdm_greeter_set_language (LightDMGreeter *greeter, const gchar *language) argument
1052 write_header (message, MAX_MESSAGE_LENGTH, GREETER_MESSAGE_SET_LANGUAGE, string_length (language), &offset);
1053 write_string (message, MAX_MESSAGE_LENGTH, language, &offset);
H A Duser.c102 gchar *language; member in struct:__anon2094
1135 /* The Language field is actually a locale, strip the codeset off it to get the language */
1136 if (priv->language)
1137 g_free (priv->language);
1138 priv->language = g_key_file_get_string (priv->dmrc_file, "Desktop", "Language", NULL);
1139 if (priv->language)
1141 gchar *codeset = strchr (priv->language, '.');
1283 if (priv->language)
1284 g_free (priv->language);
1285 priv->language
[all...]
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.cpp12 * for the specific language governing rights and limitations under the
105 NS_IMETHODIMP nsGenericFactory::GetHelperForLanguage(PRUint32 language, argument
109 return mInfo->mGetLanguageHelperProc(language, helper);
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c911 static const char language[] = "en-us"; local
924 sizeof ( language ) );
964 memcpy ( strings->Language, language, sizeof ( language ) );
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 3843 milliseconds