Home
last modified time | relevance | path

Searched refs:index (Results 1 – 3 of 3) sorted by relevance

/locale/
A Dnl_langinfo_l.c33 unsigned int index = _NL_ITEM_INDEX (item); in __nl_langinfo_l() local
42 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()
A Dlocaleinfo.h204 _nl_category_names_get (int index) in _nl_category_names_get() argument
206 return (const char *) &_nl_category_names + _nl_category_name_idxs[index]; in _nl_category_names_get()
A Dlanginfo.h34 #define _NL_ITEM(category, index) (((category) << 16) | (index)) argument

Completed in 9 milliseconds