Home
last modified time | relevance | path

Searched refs:uselocale (Results 1 – 25 of 38) sorted by relevance

12

/external/libiio/src/
Dutilities.c115 old_locale = uselocale(new_locale); in read_double_locale()
118 uselocale(old_locale); in read_double_locale()
136 old_locale = uselocale(new_locale); in write_double_locale()
140 uselocale(old_locale); in write_double_locale()
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/
Dxlocale.h37 __stored = uselocale(__cloc); in __setAndRestore()
39 __stored = uselocale(locale); in __setAndRestore()
44 uselocale(__stored); in ~__setAndRestore()
Dlocale_mgmt_zos.h47 locale_t uselocale(locale_t newloc);
/external/skia/src/gpu/ganesh/
DGrAutoLocaleSetter.h61 fOldLocale = uselocale(fLocale); in GrAutoLocaleSetter()
78 uselocale(fOldLocale); in ~GrAutoLocaleSetter()
/external/igt-gpu-tools/lib/
Digt_gpu_power.c32 oldlocale = uselocale(locale); in rapl_parse()
42 uselocale(oldlocale); in rapl_parse()
/external/musl/src/locale/
Duselocale.c16 weak_alias(__uselocale, uselocale);
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h31 static inline locale_t uselocale(locale_t) { in uselocale() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__nop_locale_mgmt.h28 inline _LIBCPP_HIDE_FROM_ABI_C locale_t uselocale(locale_t) { return NULL; } in uselocale() function
/external/musl/include/
Dlocale.h79 locale_t uselocale(locale_t);
/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h75 locale_t uselocale(locale_t newloc) in uselocale() function
/external/ImageMagick/MagickCore/
Dlocale.c360 previous_locale=uselocale(locale); in FormatLocaleFileList()
362 uselocale(previous_locale); in FormatLocaleFileList()
451 previous_locale=uselocale(locale); in FormatLocaleStringList()
453 uselocale(previous_locale); in FormatLocaleStringList()
/external/cronet/buildtools/third_party/libc++/trunk/src/support/ibm/
Dxlocale_zos.cpp72 locale_t uselocale(locale_t newloc) { in uselocale() function
/external/libconfig/lib/
DCMakeLists.txt53 #check_symbol_exists(uselocale "locale.h" HAVE_USELOCALE)
Dlibconfig.c91 uselocale(loc); in __config_locale_override()
96 uselocale(loc); in __config_locale_override()
116 locale_t loc = uselocale(LC_GLOBAL_LOCALE); in __config_locale_restore()
/external/libconfig/
Dac_config.h.in39 /* Define to 1 if you have the `uselocale' function. */
Dconfigure.ac86 AC_CHECK_FUNCS([newlocale uselocale freelocale])
/external/toybox/
Dmain.c164 uselocale(newlocale(LC_CTYPE_MASK, "C.UTF-8", 0) ? : in toy_singleinit()
/external/compiler-rt/lib/dfsan/
Ddone_abilist.txt146 fun:uselocale=discard
/external/harfbuzz_ng/src/
Dhb-common.cc49 #define hb_uselocale uselocale
/external/harfbuzz_ng/
Dmeson.build80 ['uselocale'],
Dconfigure.ac71 AC_CHECK_FUNCS(atexit mprotect sysconf getpagesize mmap isatty newlocale uselocale)
/external/libcxx/include/
D__locale51 __libcpp_locale_guard(locale_t& __loc) : __old_loc_(uselocale(__loc)) {}
56 uselocale(__old_loc_);
/external/rust/crates/libc/src/
Dwasi.rs724 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
D__locale59 __libcpp_locale_guard(locale_t& __loc) : __old_loc_(uselocale(__loc)) {}
64 uselocale(__old_loc_);
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1680 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() function

12