Home | History | Annotate | Download | only in tests

Lines Matching defs:category

26 /* Return string representation of locale CATEGORY.  */
28 category_to_name (int category)
32 switch (category)
88 setlocale (int category, SETLOCALE_CONST char *locale)
94 int category;
109 if (category == LC_ALL)
124 if (category == facetp->category)
133 facetp->category = category;
143 if (category == facetp->category)
154 retval = getenv (category_to_name (category));