Home | History | Annotate | Download | only in intl

Lines Matching full:category

226   /* The category.  */
227 int category;
270 /* We compare the category last (though this is the cheapest
273 result = s1->category - s2->category;
312 static const char *guess_category_value (int category,
317 # define category_to_name(category) _nl_category_names[category]
319 static const char *category_to_name (int category) internal_function;
424 CATEGORY locale and, if PLURAL is nonzero, search over string
428 int plural, unsigned long int n, int category)
454 if (category < 0 || category >= __LC_LAST || category == LC_ALL)
465 CATEGORY is not LC_MESSAGES this might not make much sense but the
472 if (category == LC_MESSAGES_COMPAT)
473 category = LC_MESSAGES;
485 search->category = category;
560 /* Now determine the symbolic name of CATEGORY and its value. */
561 categoryname = category_to_name (category);
562 categoryvalue = guess_category_value (category, categoryname);
615 DOMAINNAME and CATEGORY. */
658 newp->category = category;
1067 /* Return string representation of locale CATEGORY. */
1070 category_to_name (int category)
1074 switch (category)
1130 guess_category_value (int category, const char *categoryname)
1146 retval = __current_locale_name (category);
1148 retval = _nl_locale_name (category, categoryname);