Home
last modified time | relevance | path

Searched refs:have_host_locale (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
Dnon-ascii-latin-1.exp21 require {have_host_locale C.UTF-8}
Dnon-ascii-latin-3.exp21 require {have_host_locale C.UTF-8}
Dnon-ascii-utf-8.exp21 require {have_host_locale C.UTF-8}
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dutf8-identifiers.exp28 require {have_host_locale C.UTF-8}
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dgdb.exp10620 proc have_host_locale { locale } { procedure
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git28307 [gdb/testsuite] Fix false negative in have_host_locale
28310 require {have_host_locale C.UTF-8}
28313 The "C.UTF-8" is normalized by have_host_locale to "c.utf8", before trying to
28317 "c.utf8" by host_locales, so there's a match and have_host_locale returns true.
28320 "c.utf-8" by host_locales, so there's no match and have_host_locale returns false.
42922 [gdb/testsuite] Add have_host_locale
42943 - adding a new proc have_host_locale, and