HomeSort by: relevance | last modified time | path
    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