Searched refs:index (Results 1 – 3 of 3) sorted by relevance
33 unsigned int index = _NL_ITEM_INDEX (item); in __nl_langinfo_l() local42 if (index == _NL_ITEM_INDEX (_NL_LOCALE_NAME (category))) in __nl_langinfo_l()61 if (index >= data->nstrings) in __nl_langinfo_l()66 return (char *) data->values[index].string; in __nl_langinfo_l()
204 _nl_category_names_get (int index) in _nl_category_names_get() argument206 return (const char *) &_nl_category_names + _nl_category_name_idxs[index]; in _nl_category_names_get()
34 #define _NL_ITEM(category, index) (((category) << 16) | (index)) argument
Completed in 9 milliseconds