Searched refs:nl_langinfo (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dlanginfo.h88 char *nl_langinfo(nl_item);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dnl_langinfo.c1 /* $NetBSD: nl_langinfo.c,v 1.11 2005/11/29 03:11:59 christos Exp $ */
10 __RCSID("$NetBSD: nl_langinfo.c,v 1.11 2005/11/29 03:11:59 christos Exp $");
21 nl_langinfo(nl_item item) function
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dlanguage.c98 /* Get a valid locale name that can be passed to setlocale(), so we always can use nl_langinfo() to get language and country names. */
234 gchar *language_en = nl_langinfo (_NL_IDENTIFICATION_LANGUAGE);
277 gchar *country_en = nl_langinfo (_NL_IDENTIFICATION_TERRITORY);
/vbox/src/VBox/Runtime/r3/posix/
H A Dutf8-posix.cpp86 return nl_langinfo(CODESET);
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxclip.c347 char *locale_charset = nl_langinfo(CODESET);
H A Drdesktop.c1100 STRNCPY(g_codepage, nl_langinfo(CODESET), sizeof(g_codepage));
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsNativeCharsetUtils.cpp99 #include <langinfo.h> // nl_langinfo
298 const char *native_charset = nl_langinfo(CODESET);

Completed in 135 milliseconds