Home
last modified time | relevance | path

Searched refs:NL_LOCALE_NAME (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dnl_langinfo.c376 if (item > NL_LOCALE_NAME(LC_ALL) in nl_langinfo_l()
377 && item < NL_LOCALE_NAME(_LC_LAST)) { in nl_langinfo_l()
379 - NL_LOCALE_NAME(LC_ALL)]; in nl_langinfo_l()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dlanginfo.h322 #define NL_LOCALE_NAME(category) (_NL_LOCALE_NAME_BASE + (category)) macro