Home
last modified time | relevance | path

Searched refs:LC_COLLATE (Results 1 – 25 of 48) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dmake_filter5 LC_COLLATE=C
6 export LC_COLLATE
/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h19 #define LC_COLLATE 3 macro
69 #define LC_COLLATE_MASK (1<<LC_COLLATE)
/third_party/musl/porting/liteos_m/kernel/include/
Dlocale.h19 #define LC_COLLATE 3 macro
69 #define LC_COLLATE_MASK (1<<LC_COLLATE)
/third_party/musl/include/
Dlocale.h21 #define LC_COLLATE 3 macro
71 #define LC_COLLATE_MASK (1<<LC_COLLATE)
/third_party/musl/porting/liteos_a/kernel/include/
Dlocale.h21 #define LC_COLLATE 3 macro
71 #define LC_COLLATE_MASK (1<<LC_COLLATE)
/third_party/musl/ndk_musl_include/
Dlocale.h19 #define LC_COLLATE 3 macro
73 #define LC_COLLATE_MASK (1<<LC_COLLATE)
/third_party/musl/porting/linux/user/include/
Dlocale.h21 #define LC_COLLATE 3 macro
75 #define LC_COLLATE_MASK (1<<LC_COLLATE)
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dwcscoll.c31 setlocale(LC_COLLATE, "en_US.utf8"); in main()
Dwcsxfrm.c46 setlocale(LC_COLLATE, "en_US.utf8"); in main()
/third_party/libexif/test/nls/
Dcheck-codeset.in5 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
/third_party/toybox/scripts/
Dtest.sh27 export LC_COLLATE=C
/third_party/musl/libc-test/src/api/
Dlocale.c37 C(LC_COLLATE) in f()
/third_party/node/tools/inspector_protocol/jinja2/
Dget_jinja2.sh131 for i in $(LC_COLLATE=C ls *.py)
/third_party/icu/tools/colprobe/
DcolprobeNew.cpp593 setlocale(LC_COLLATE, locale); in setLocale()
612 setlocale(LC_COLLATE, "en_US.UTF-8"); in setReference()
773 debug->log("Locale %s (LCID:%06X, unix:%s)\n", locale, gWinLCID, setlocale(LC_COLLATE, NULL)); in processLocale()
775 locale, gWinLCID, setlocale(LC_COLLATE, NULL), in processLocale()
779 locale, gWinLCID, setlocale(LC_COLLATE, NULL), in processLocale()
/third_party/musl/Benchmark/musl/
Dlibc_locale.cpp68 benchmark::DoNotOptimize(setlocale(LC_COLLATE, nullptr)); in Bm_function_Setlocale_Collate()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt90 LC_COLLATE
Dopenbsd.txt450 LC_COLLATE
Dfuchsia.txt394 LC_COLLATE
Dnetbsd.txt591 LC_COLLATE
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs159 pub const LC_COLLATE: ::c_int = 4; constant
/third_party/python/Lib/
Dlocale.py55 LC_COLLATE = 3 variable
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs564 pub const LC_COLLATE: ::c_int = 3; constant
578 pub const LC_COLLATE: ::c_int = 3; constant
588 pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE;
/third_party/python/Modules/
D_localemodule.c833 ADD_INT(module, LC_COLLATE); in _locale_exec()
/third_party/python/Lib/test/
Dtest_locale.py549 locale.setlocale(locale.LC_COLLATE)
/third_party/python/Doc/library/
Dlocale.rst359 Compares two strings according to the current :const:`LC_COLLATE` setting. As
458 .. data:: LC_COLLATE

12