HomeSort by: relevance | last modified time | path
    Searched refs:uselocale (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
xlocale_port.h 6 locale_t __old = uselocale(__l);
8 (void)uselocale(__old);
16 locale_t __old = uselocale(__l);
18 (void)uselocale(__old);
26 locale_t __old = uselocale(__l);
28 (void)uselocale(__old);
36 locale_t __old = uselocale(__l);
38 (void)uselocale(__old);
46 locale_t __old = uselocale(__l);
48 (void)uselocale(__old)
    [all...]
c_locale.h 67 __c_locale __old = (__c_locale)uselocale((locale_t)__cloc);
80 uselocale((locale_t)__old);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
xlocale_port.h 6 locale_t __old = uselocale(__l);
8 (void)uselocale(__old);
16 locale_t __old = uselocale(__l);
18 (void)uselocale(__old);
26 locale_t __old = uselocale(__l);
28 (void)uselocale(__old);
36 locale_t __old = uselocale(__l);
38 (void)uselocale(__old);
46 locale_t __old = uselocale(__l);
48 (void)uselocale(__old)
    [all...]
c_locale.h 67 __c_locale __old = (__c_locale)uselocale((locale_t)__cloc);
80 uselocale((locale_t)__old);
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__nop_locale_mgmt.h 30 static inline locale_t uselocale(locale_t) { function
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
locale_mgmt_zos.h 43 // z/OS does not have newlocale, freelocale and uselocale.
47 locale_t uselocale(locale_t newloc);
locale_mgmt_aix.h 74 locale_t uselocale(locale_t newloc) function
xlocale.h 235 __stored = uselocale(__cloc);
237 __stored = uselocale(locale);
242 uselocale(__stored);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
gettext-6-prg.c 77 uselocale (newlocale (LC_ALL_MASK, "de_DE", NULL));
109 uselocale (newlocale (LC_ALL_MASK, "fr_FR", NULL));
gettext-7-prg.c 77 uselocale (newlocale (LC_ALL_MASK, "de_DE.ISO-8859-1", NULL));
111 uselocale (newlocale (LC_ALL_MASK, "de_DE.UTF-8", NULL));
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
c_locale.h 52 extern "C" __typeof(uselocale) __uselocale;
c++locale_internal.h 56 extern "C" __typeof(uselocale) __uselocale;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
c_locale.h 52 extern "C" __typeof(uselocale) __uselocale;
c++locale_internal.h 56 extern "C" __typeof(uselocale) __uselocale;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
locale.d 125 locale_t uselocale (locale_t locale);
222 locale_t uselocale (locale_t locale);
298 locale_t uselocale (locale_t locale);
373 locale_t uselocale (locale_t locale);
449 locale_t uselocale (locale_t locale);
  /src/external/apache2/llvm/dist/libcxx/src/support/ibm/
xlocale_zos.cpp 71 locale_t uselocale(locale_t newloc) { function
  /src/external/bsd/file/dist/src/
funcs.c 715 locale_t old = uselocale(ms->c_lc_ctype);
726 uselocale(old);
747 locale_t old = uselocale(ms->c_lc_ctype);
760 uselocale(old);
readcdf.c 126 old_lc_ctype = uselocale(c_lc_ctype);
144 (void)uselocale(old_lc_ctype);
  /src/external/gpl3/gdb/dist/gnulib/import/
localcharset.c 1154 if (strcmp (codeset, "UTF-8") == 0 && MB_CUR_MAX_L (uselocale (NULL)) <= 1)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
localcharset.c 1154 if (strcmp (codeset, "UTF-8") == 0 && MB_CUR_MAX_L (uselocale (NULL)) <= 1)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc 337 locale_t orig = ::uselocale(loc);
370 ::uselocale(orig);
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
error.c 248 uselocale (LC_GLOBAL_LOCALE);
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c 248 uselocale (LC_GLOBAL_LOCALE);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
dcigettext.c 564 locale_t thread_locale = uselocale (NULL);
1489 locale_t thread_locale = uselocale (NULL);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc 600 // When we have uselocale we can change the current thread's locale.
608 orig = ::uselocale(loc);
617 ::uselocale(orig);

Completed in 63 milliseconds

1 2