Searched refs:_NL_ITEM_CATEGORY (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/locale/ | ||
D | nl_langinfo_l.c | 32 int category = _NL_ITEM_CATEGORY (item); in __nl_langinfo_l() |
D | langinfo.h | 37 #define _NL_ITEM_CATEGORY(item) ((int) (item) >> 16) macro |