Searched refs:LC_COLLATE (Results 1 – 25 of 69) sorted by relevance
123
/external/libcxx/test/std/depr/depr.c.headers/ |
D | locale_h.pass.cpp | 19 #ifndef LC_COLLATE 20 #error LC_COLLATE not defined
|
/external/libcxx/test/std/localization/c.locales/ |
D | clocale.pass.cpp | 21 #ifndef LC_COLLATE 22 #error LC_COLLATE not defined
|
/external/u-boot/scripts/ |
D | build-whitelist.sh | 11 export LC_ALL=C LC_COLLATE=C 62 unset LC_ALL LC_COLLATE
|
D | check-config.sh | 40 export LC_COLLATE=C
|
/external/strace/ |
D | generate_sen.sh | 6 LC_COLLATE=C sort -u |
|
/external/strace/xlat/ |
D | gen.sh | 151 LC_COLLATE=C 221 LC_COLLATE=C
|
D | v4l2_sdr_fmts.in | 1 …2_fourcc(_be)?\('"'(.)', '(.)', '(.)', '(.)'"'\).*/\10\5\4\3\2\t\0/p' |LC_COLLATE=C sort -k1,1 -t'…
|
D | v4l2_pix_fmts.in | 1 …2_fourcc(_be)?\('"'(.)', '(.)', '(.)', '(.)'"'\).*/\10\5\4\3\2\t\0/p' |LC_COLLATE=C sort -k1,1 -t'…
|
/external/libcxx/include/support/xlocale/ |
D | __nop_locale_mgmt.h | 35 #define LC_COLLATE_MASK (1 << LC_COLLATE)
|
/external/e2fsprogs/lib/ss/ |
D | mk_cmds.sh.in | 10 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
/external/libcxx/include/ |
D | clocale | 20 LC_COLLATE
|
/external/toybox/scripts/ |
D | test.sh | 27 export LC_COLLATE=C
|
/external/e2fsprogs/lib/et/ |
D | compile_et.sh.in | 19 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
|
/external/libchrome/third_party/jinja2/ |
D | get_jinja2.sh | 131 for i in $(LC_COLLATE=C ls *.py)
|
/external/e2fsprogs/tests/ |
D | test_config | 5 unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSA…
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 1077 #ifdef LC_COLLATE in category_to_name() 1078 case LC_COLLATE: in category_to_name()
|
/external/lua/src/ |
D | loslib.c | 362 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, in os_setlocale()
|
/external/python/cpython2/Lib/ |
D | locale.py | 53 LC_COLLATE = 3 variable
|
/external/python/cpython3/Lib/ |
D | locale.py | 55 LC_COLLATE = 3 variable
|
/external/strace/tests-mx32/ |
D | Makefile.am | 476 LC_COLLATE=C sed -r -n -f $(srcdir)/ksysent.sed < $@.t1 > $@.t2
|
/external/strace/tests-m32/ |
D | Makefile.am | 476 LC_COLLATE=C sed -r -n -f $(srcdir)/ksysent.sed < $@.t1 > $@.t2
|
/external/strace/tests/ |
D | Makefile.am | 476 LC_COLLATE=C sed -r -n -f $(srcdir)/ksysent.sed < $@.t1 > $@.t2
|
/external/python/cpython2/Lib/test/ |
D | test_locale.py | 463 locale.setlocale(locale.LC_COLLATE)
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 740 PyModule_AddIntMacro(m, LC_COLLATE); in PyInit__locale()
|
/external/python/cpython2/Modules/ |
D | _localemodule.c | 713 x = PyInt_FromLong(LC_COLLATE); in init_locale()
|
123