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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/
H A Dsitecustomize.py12 import locale namespace
15 DefaultLocal = locale.getdefaultlocale()[1]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dsetlocale1.c44 #include <locale.h>
48 "warning: reference to compatibility setlocale(); include <locale.h> for correct reference")
51 * Preparation for the future import of multibyte locale.
55 setlocale(int category, const char *locale) argument
57 /* locale may be NULL */
60 return __setlocale(category, locale);
H A Dsetlocale32.c36 #include <locale.h>
40 __setlocale_mb_len_max_32(int category, const char *locale) argument
42 /* locale may be NULL */
45 return __setlocale(category, locale);
H A Dsetlocale.c64 #include <locale.h>
131 __setlocale(int category, const char *locale) argument
144 if (!locale)
149 * Default to the current locale for everything.
156 * Now go fill up new_categories from the locale argument
158 if (!*locale) {
172 (void)strncpyX(new_categories[category], locale,
175 if ((r = strchr(locale, '/')) == 0) {
177 (void)strncpyX(new_categories[i], locale,
183 _DIAGASSERT(*locale !
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c12 #include <locale.h>
43 gchar *command = "locale -a";
76 if (strcmp (command, "locale -a") == 0 && !g_strrstr (code, ".utf8"))
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
120 if (g_spawn_command_line_sync ("locale -a", &locales, NULL, NULL, &error))
127 g_warning ("Failed to run 'locale -a': %s", error->message);
141 locale = g_strdup (loc);
149 return locale;
227 gchar *locale local
270 gchar *locale = get_locale_name (priv->code); local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h227 char *locale; member in struct:threadlocaleinfostruct::__anon13690
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c269 xkeymap_from_locale(const char *locale) argument
275 str = xstrdup(locale);
H A Drdesktop.c51 #include <locale.h>
579 char *locale = NULL; local
587 /* Set locale according to environment */
588 locale = setlocale(LC_ALL, "");
589 if (locale)
591 locale = xstrdup(locale);
1126 if (locale && xkeymap_from_locale(locale))
1135 if (locale)
[all...]
/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 DFastInfoset.jar ... 3Cinit%3E" <init> (java.util.Locale) java.util.Locale locale public static com. ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h1788 LCID locale; member in struct:tagBIND_OPTS2
3273 LCID locale,
3299 LCID locale,
3315 #define IClassActivator_GetClassObject(This,rclsid,dwClassContext,locale,riid,ppv) (This)->lpVtbl->GetClassObject(This,rclsid,dwClassContext,locale,riid,ppv)
3324 LCID locale,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h1788 LCID locale; member in struct:tagBIND_OPTS2
3273 LCID locale,
3299 LCID locale,
3315 #define IClassActivator_GetClassObject(This,rclsid,dwClassContext,locale,riid,ppv) (This)->lpVtbl->GetClassObject(This,rclsid,dwClassContext,locale,riid,ppv)
3324 LCID locale,

Completed in 113 milliseconds