Searched refs:setlocale (Results 26 - 50 of 226) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A Dtest-nls.c40 const char *newloc = setlocale(LC_ALL, NULL);
52 printf("setlocale(\"%s\")\n", locale);
53 const char *actual_locale = setlocale(LC_MESSAGES, locale);
H A Dtest-codeset.c142 const char *oldlocale = setlocale(LC_ALL, NULL);
143 const char *newlocale = setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-c-5-prg.c27 /* For %Id to work, we need the real setlocale(), not the fake one. */
29 # include "setlocale.c"
49 if (setlocale (LC_ALL, "") == NULL)
H A Dgettext-4-prg.c49 setlocale (LC_ALL, "");
H A Dlang-c25 if (setlocale (LC_ALL, "") == NULL)
H A Dtstngettext.c81 setlocale (LC_ALL, "");
127 setlocale (LC_ALL, "");
H A Dformat-c-3-prg.c52 if (setlocale (LC_ALL, "") == NULL)
H A Dformat-c-4-prg.c52 if (setlocale (LC_ALL, "") == NULL)
H A Dlang-objc41 if (setlocale (LC_ALL, "") == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-c-strncasecmp.c34 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-wcwidth.c42 if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL
44 On OpenBSD 4.0, the setlocale call succeeds only for the LC_CTYPE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/tools/
H A Dlocale_x11encoding.c19 setlocale(LC_CTYPE,"");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-strncasecmp.c45 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-mbsstr3.c42 if (setlocale (LC_ALL, "") == NULL)
H A Dtest-wcwidth.c48 if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dlocale_x11encoding.c19 setlocale(LC_CTYPE,"");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.c67 locale=setlocale(LC_ALL, "");
69 setlocale(LC_ALL, "en_US");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dfirst.c25 # include <locale.h> /* for setlocale() */
125 setlocale(LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgccpriv.h94 #define _tsetlocale setlocale
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Du8-casefold.c87 setlocale (LC_ALL, "");
H A Du8-tolower.c100 setlocale (LC_ALL, "");
H A Du8-totitle.c87 setlocale (LC_ALL, "");
H A Du8-toupper.c100 setlocale (LC_ALL, "");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in26 locale.setlocale(locale.LC_ALL, '')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in26 locale.setlocale(locale.LC_ALL, '')

Completed in 165 milliseconds

12345678910