Searched defs:category (Results 1 – 2 of 2) sorted by relevance
35 #define _NL_ITEM(category, index) (((category) << 16) | (index)) argument570 #define _NL_LOCALE_NAME(category) _NL_ITEM ((category), -1) argument572 # define NL_LOCALE_NAME(category) _NL_LOCALE_NAME (category) argument
274 unsigned short category; member