Searched refs:have_host_locale (Results 1 – 6 of 6) sorted by relevance
21 require {have_host_locale C.UTF-8}
28 require {have_host_locale C.UTF-8}
10620 proc have_host_locale { locale } { procedure
28307 [gdb/testsuite] Fix false negative in have_host_locale28310 require {have_host_locale C.UTF-8}28313 The "C.UTF-8" is normalized by have_host_locale to "c.utf8", before trying to28317 "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_locale42943 - adding a new proc have_host_locale, and