OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_locale
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
dcigettext.c
564
locale_t
thread_locale
= uselocale (NULL);
local
565
if (
thread_locale
!= LC_GLOBAL_LOCALE)
566
localename =
thread_locale
->__names[category];
1489
locale_t
thread_locale
= uselocale (NULL);
local
1490
if (
thread_locale
!= LC_GLOBAL_LOCALE)
1492
locale =
thread_locale
->__names[category];
dcigettext.c
564
locale_t
thread_locale
= uselocale (NULL);
local
565
if (
thread_locale
!= LC_GLOBAL_LOCALE)
566
localename =
thread_locale
->__names[category];
1489
locale_t
thread_locale
= uselocale (NULL);
local
1490
if (
thread_locale
!= LC_GLOBAL_LOCALE)
1492
locale =
thread_locale
->__names[category];
Completed in 32 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026