Searched refs:locales (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/locale/
H A Dsetlocale.cpp23 GetLocalesFromEnvironment(int category, const char** locales) argument
27 locales[category] = locale;
55 locales[lc] = locale;
60 // we can set all locales at once
61 locales[LC_ALL] = locale;
87 const char* locales[LC_LAST + 1]; local
89 locales[lc] = NULL;
92 GetLocalesFromEnvironment(category, locales);
94 locales[category] = locale;
101 if (locales[l
[all...]
/haiku-fatelf/data/develop/
H A DJamfile-engine428 CATKEYS_DIR = locales ;
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dlocale_test.cpp23 const char* locales[] = { local
76 for (int i = 0; locales[i] != NULL; ++i) {
77 char* result = setlocale(LC_ALL, locales[i]);
81 locales[i], result, expectedLocales[i]);
87 setlocale(i, locales[i + 1]);
1192 // different locales
1296 // different locales
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure14307 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales
14488 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl
14490 variables, and all locales use the UTF-8 encoding. */
41845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether wcwidth works reasonably in UTF-8 locales" >&5
41846 $as_echo_n "checking whether wcwidth works reasonably in UTF-8 locales... " >&6; }
42407 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl
42409 variables, and all locales use the UTF-8 encoding. */
42605 /* On BeOS, locales are not implemented in libc. Rather, libintl
42607 variables, and all locales use the UTF-8 encoding. But BeOS does not
[all...]
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure16346 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales
16535 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl
16537 variables, and all locales use the UTF-8 encoding. */

Completed in 277 milliseconds