HomeSort by: relevance | last modified time | path
    Searched refs:UTF8_LOCALE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/mdocml/dist/
test-wchar.c 34 if (setlocale(LC_CTYPE, UTF8_LOCALE) == NULL) {
36 UTF8_LOCALE);
configure 43 UTF8_LOCALE=
227 ismanual UTF8_LOCALE UTF8_LOCALE "${UTF8_LOCALE}" && return 0
228 echo "testing UTF8_LOCALE ..." 1>&3
229 UTF8_LOCALE=`locale -a | grep -i '^en_US\.UTF-*8$' | head -n 1`
230 if [ -z "${UTF8_LOCALE}" ]; then
231 UTF8_LOCALE=`locale -a | grep -i '\.UTF-*8' | head -n 1`
232 [ -n "${UTF8_LOCALE}" ] || return 1
234 echo "selected UTF8_LOCALE=${UTF8_LOCALE}" 1>&
    [all...]
term_ascii.c 104 setlocale(LC_CTYPE, UTF8_LOCALE);
  /src/external/bsd/mdocml/include/
config.h 12 #define UTF8_LOCALE "en_US.UTF-8"
  /src/lib/libc/time/
Makefile 199 UTF8_LOCALE= en_US.utf8
919 # True if UTF8_LOCALE does not work;
920 # otherwise, false but with LC_ALL set to $(UTF8_LOCALE).
922 { test ! '$(UTF8_LOCALE)' \
924 | LC_ALL='$(UTF8_LOCALE)' grep -q '^A.B$$' >/dev/null 2>&1 \
925 || { export LC_ALL='$(UTF8_LOCALE)'; false; }; }
  /src/external/public-domain/tz/dist/
Makefile 199 UTF8_LOCALE= en_US.utf8
919 # True if UTF8_LOCALE does not work;
920 # otherwise, false but with LC_ALL set to $(UTF8_LOCALE).
922 { test ! '$(UTF8_LOCALE)' \
924 | LC_ALL='$(UTF8_LOCALE)' grep -q '^A.B$$' >/dev/null 2>&1 \
925 || { export LC_ALL='$(UTF8_LOCALE)'; false; }; }

Completed in 21 milliseconds