Searched refs:locale (Results 1 – 23 of 23) sorted by relevance
/coreutils/tests/sort/ |
D | sort-rand.sh | 37 if (locale --version) > /dev/null 2>&1; then 38 locale=$(locale -a | sort --random-sort | $AWK '/^.._/{print;exit}') 39 LC_ALL=$locale sort --random-sort in > out1 || fail=1 40 LC_ALL=$locale sort --random-sort in > out2 || fail=1 44 { fail=1; echo "not random with LC_ALL=$locale" 1>&2; } 49 { fail=1; echo "not a permutation with LC_ALL=$locale" 1>&2; }
|
D | sort-debug-warn.sh | 29 sort: note numbers use '.' as a decimal point in this locale 33 sort: note numbers use '.' as a decimal point in this locale 36 sort: note numbers use '.' as a decimal point in this locale 40 sort: note numbers use '.' as a decimal point in this locale 45 sort: note numbers use '.' as a decimal point in this locale 50 sort: note numbers use '.' as a decimal point in this locale 54 sort: note numbers use '.' as a decimal point in this locale 57 sort: note numbers use '.' as a decimal point in this locale 61 sort: note numbers use '.' as a decimal point in this locale 122 sort: failed to set locale [all …]
|
D | sort-month.sh | 22 locale --version >/dev/null 2>&1 || 28 smon=$(LC_ALL=$LOC locale abmon 2>/dev/null |
|
/coreutils/tests/misc/ |
D | numfmt.pl | 30 my $locale = $ENV{LOCALE_FR_UTF8}; 31 ! defined $locale || $locale eq 'none' 32 and $locale = 'C'; 1018 {ENV=>"LC_ALL=$locale"}], 1022 {ENV=>"LC_ALL=$locale"}], 1026 {ENV=>"LC_ALL=$locale"}], 1030 {ENV=>"LC_ALL=$locale"}], 1033 {ENV=>"LC_ALL=$locale"}], 1037 {ENV=>"LC_ALL=$locale"}], 1039 {ENV=>"LC_ALL=$locale"}], [all …]
|
D | time-style.sh | 30 for style in full-iso long-iso iso locale '+%Y-%m-%d %H:%M:%S %z (%Z)' \ 32 test "$style" = locale ||
|
/coreutils/tests/expr/ |
D | expr-multibyte.pl | 29 my $locale = $ENV{LOCALE_FR_UTF8}; 30 ! defined $locale || $locale eq 'none' 207 if ($locale ne 'C') 215 push @$t, ({ENV => "LC_ALL=$locale"},
|
/coreutils/tests/seq/ |
D | seq.pl | 31 my $locale = $ENV{LOCALE_FR_UTF8}; 32 ! defined $locale || $locale eq 'none' 33 and $locale = 'C'; 125 {ENV => "LC_ALL=$locale"},
|
/coreutils/tests/uniq/ |
D | uniq.pl | 235 my $locale = $ENV{LOCALE_FR}; 236 if ( defined $locale && $locale ne 'none' ) 241 my $x = qx!env printf '\xa0'| LC_ALL=$locale tr '[:blank:]' x!; 251 {ENV => "LC_ALL=$locale"}]
|
/coreutils/gl/modules/ |
D | cl-strtod | 2 Convert string to double in current or C locale.
|
D | cl-strtold | 2 Convert string to long double in current or C locale.
|
/coreutils/tests/ls/ |
D | time-style-diag.sh | 30 - [posix-]locale
|
/coreutils/man/ |
D | tr.x | 9 The C locale is safe in GNU systems, so you can avoid this issue
|
D | help2man | 37 my $locale = shift; 39 unless $locale eq 'C';
|
/coreutils/ |
D | cfg.mk | 266 @locale=en_US.UTF-8; \ 267 LC_ALL=$$locale ./src/factor --version \ 282 LC_ALL=$$locale ./src/$$exe --version \
|
D | .gitignore | 85 /lib/locale.h
|
D | configure.ac | 78 # This is safe, since all apps set locale early. 80 [Define to 1 if apps don't set the locale after calling 81 locale-sensitive functions like mbrtowc and wcwidth.])
|
D | NEWS | 839 numbers in either the current or the C locale. For example, if the 840 current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1' 842 C-locale syntax with '.' as the decimal point. The new behavior is 2736 listing sizes with the current locale's thousands separator. 2857 in the locale database. Also locales with 8 bit characters are 3335 names from the locale database that have differing widths. 3559 seq -0.1 0.1 2 now prints 2,0 when locale's decimal point is ",". 3732 tr's case conversion would fail in a locale with differing numbers 4308 ls now defaults to --time-style='locale', not --time-style='posix-long-iso'. 4309 However, the 'locale' time style now behaves like 'posix-long-iso' [all …]
|
/coreutils/src/ |
D | od.c | 821 struct lconv const *locale = localeconv (); in ATTRIBUTE_NONNULL() local 823 (locale->decimal_point[0] ? strlen (locale->decimal_point) : 1); in ATTRIBUTE_NONNULL()
|
D | stat.c | 1893 struct lconv const *locale = localeconv (); in main() local 1894 decimal_point = (locale->decimal_point[0] ? locale->decimal_point : "."); in main()
|
D | sort.c | 4309 struct lconv const *locale = localeconv (); in main() local 4314 decimal_point = locale->decimal_point[0]; in main() 4315 if (! decimal_point || locale->decimal_point[1]) in main() 4319 thousands_sep = locale->thousands_sep[0]; in main() 4320 if (thousands_sep && locale->thousands_sep[1]) in main() 4322 if (! thousands_sep || locale->thousands_sep[1]) in main()
|
/coreutils/doc/ |
D | sort-version.texi | 437 @node Version sort ignores locale 438 @subsection Version sort ignores locale 442 current locale. 589 @code{(\.[A-Za-z~][A-Za-z0-9~]*)*$} in the C locale.
|
D | coreutils.texi | 967 be displayed with thousands separators. The @env{LC_NUMERIC} locale 969 American English locale, @samp{--block-size="'1kB"} would cause a size 971 locale, there is no thousands separator so a leading @samp{'} has no 1554 Normally the @env{LC_NUMERIC} locale determines the decimal-point 1556 accept numbers in either the current or the C locale; for example, 1557 they treat @samp{3.14} like @samp{3,14} if the current locale uses 2579 @var{page} identifies the page number. The @env{LC_MESSAGES} locale 2580 category affects the spelling of @var{page}; in the default C locale, it 2672 and the @env{LC_TIME} locale category specifies the POSIX 2673 locale, the default is @samp{%b %e %H:%M %Y} (for example, [all …]
|
/coreutils/tests/ |
D | local.mk | 255 tests/seq/seq-locale.sh \
|