/external/libiio/src/ |
D | utilities.c | 115 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/ |
D | xlocale.h | 37 __stored = uselocale(__cloc); in __setAndRestore() 39 __stored = uselocale(locale); in __setAndRestore() 44 uselocale(__stored); in ~__setAndRestore()
|
D | locale_mgmt_zos.h | 47 locale_t uselocale(locale_t newloc);
|
/external/skia/src/gpu/ganesh/ |
D | GrAutoLocaleSetter.h | 61 fOldLocale = uselocale(fLocale); in GrAutoLocaleSetter() 78 uselocale(fOldLocale); in ~GrAutoLocaleSetter()
|
/external/igt-gpu-tools/lib/ |
D | igt_gpu_power.c | 32 oldlocale = uselocale(locale); in rapl_parse() 42 uselocale(oldlocale); in rapl_parse()
|
/external/musl/src/locale/ |
D | uselocale.c | 16 weak_alias(__uselocale, uselocale);
|
/external/libcxx/include/support/xlocale/ |
D | __nop_locale_mgmt.h | 31 static inline locale_t uselocale(locale_t) { in uselocale() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/ |
D | __nop_locale_mgmt.h | 28 inline _LIBCPP_HIDE_FROM_ABI_C locale_t uselocale(locale_t) { return NULL; } in uselocale() function
|
/external/musl/include/ |
D | locale.h | 79 locale_t uselocale(locale_t);
|
/external/libcxx/include/support/ibm/ |
D | locale_mgmt_aix.h | 75 locale_t uselocale(locale_t newloc) in uselocale() function
|
/external/ImageMagick/MagickCore/ |
D | locale.c | 360 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/ |
D | xlocale_zos.cpp | 72 locale_t uselocale(locale_t newloc) { in uselocale() function
|
/external/libconfig/lib/ |
D | CMakeLists.txt | 53 #check_symbol_exists(uselocale "locale.h" HAVE_USELOCALE)
|
D | libconfig.c | 91 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/ |
D | ac_config.h.in | 39 /* Define to 1 if you have the `uselocale' function. */
|
D | configure.ac | 86 AC_CHECK_FUNCS([newlocale uselocale freelocale])
|
/external/toybox/ |
D | main.c | 164 uselocale(newlocale(LC_CTYPE_MASK, "C.UTF-8", 0) ? : in toy_singleinit()
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 146 fun:uselocale=discard
|
/external/harfbuzz_ng/src/ |
D | hb-common.cc | 49 #define hb_uselocale uselocale
|
/external/harfbuzz_ng/ |
D | meson.build | 80 ['uselocale'],
|
D | configure.ac | 71 AC_CHECK_FUNCS(atexit mprotect sysconf getpagesize mmap isatty newlocale uselocale)
|
/external/libcxx/include/ |
D | __locale | 51 __libcpp_locale_guard(locale_t& __loc) : __old_loc_(uselocale(__loc)) {} 56 uselocale(__old_loc_);
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 724 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() function
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | __locale | 59 __libcpp_locale_guard(locale_t& __loc) : __old_loc_(uselocale(__loc)) {} 64 uselocale(__old_loc_);
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1680 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() function
|