Home
last modified time | relevance | path

Searched refs:locale (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/
D.clang-format92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py214 import locale
707 locale.setlocale(locale.LC_ALL, "")
3268 locale.setlocale(locale.LC_CTYPE, loc)
3270 except locale.Error:
3274 if locale.setlocale(locale.LC_CTYPE) == "C":
/Zephyr-latest/lib/libc/picolibc/
DKconfig166 Includes code for basic locale support
171 Includes code for extended locale support
/Zephyr-latest/scripts/footprint/
Dsize_report15 import locale
277 path = Path(filename.decode(locale.getpreferredencoding()))
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst493 * :github:`6726` - setting locale breaks MacOS X builds