Searched refs:LC_ALL (Results 151 - 175 of 287) sorted by relevance

1234567891011>>

/external/libvpx/
H A Dgenerate_config.sh20 export LC_ALL=C
/external/lz4/examples/
H A Dcompress_functions.c338 setlocale(LC_ALL, "");
/external/swiftshader/third_party/LLVM/
H A DMakefile245 | LC_ALL=C xargs $(SVN) info 2>/dev/null \
/external/e2fsprogs/intl/
H A Ddcigettext.c455 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
1112 #ifdef LC_ALL
1113 case LC_ALL:
1116 retval = "LC_ALL";
1143 /* We have to proceed with the POSIX methods of looking to `LC_ALL',
/external/python/cpython3/Lib/test/
H A Dtest_time.py510 self.oldloc = locale.setlocale(locale.LC_ALL)
513 locale.setlocale(locale.LC_ALL, self.oldloc)
517 tmp = locale.setlocale(locale.LC_ALL, "fr_FR")
519 self.skipTest('could not set locale.LC_ALL to fr_FR')
/external/elfutils/src/
H A Dfindtextrel.c114 (void) setlocale (LC_ALL, "");
H A Daddr2line.c156 (void) setlocale (LC_ALL, "");
H A Dobjdump.c139 (void) setlocale (LC_ALL, "");
H A Dsize.c168 setlocale (LC_ALL, "");
H A Dstack.c638 (void) setlocale (LC_ALL, "");
H A Dstrings.c152 (void) setlocale (LC_ALL, "");
/external/elfutils/tests/
H A Dbacktrace.c460 (void) setlocale (LC_ALL, "");
/external/harfbuzz_ng/src/
H A Dhb-common.cc708 #define HB_CREATE_LOCALE(locName) _create_locale (LC_ALL, locName)
/external/iputils/
H A Dtracepath.c316 setlocale(LC_ALL, "");
H A Dtracepath6.c388 setlocale(LC_ALL, "");
H A Dping_common.c220 setlocale(LC_ALL, "C");
249 setlocale(LC_ALL, "");
/external/libxkbcommon/xkbcommon/test/
H A Dinteractive-evdev.c382 setlocale(LC_ALL, "");
/external/python/cpython3/Lib/tkinter/
H A Dfiledialog.py456 locale.setlocale(locale.LC_ALL,'')
/external/python/cpython3/Modules/
H A D_localemodule.c644 PyModule_AddIntMacro(m, LC_ALL);
/external/selinux/python/audit2allow/
H A Daudit2allow36 locale.setlocale(locale.LC_ALL, '')
H A Daudit2why36 locale.setlocale(locale.LC_ALL, '')
/external/e2fsprogs/config/
H A Dconfig.rpath652 LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF
/external/iproute2/examples/
H A Dcbq.init-v0.7.3473 export LC_ALL=C
/external/libvpx/libvpx/
H A Dlibs.mk188 @echo $(CODEC_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@
403 @echo $(LIBVPX_TEST_SRCS) | xargs -n1 echo | LC_ALL=C sort -u > $@
/external/pcre/dist2/
H A DRunGrepTest9 LC_ALL=C
10 export LC_ALL

Completed in 473 milliseconds

1234567891011>>