Home | History | Annotate | Download | only in common

Lines Matching refs:category

1404 static const char *uprv_getPOSIXIDForCategory(int category)
1407 if (category == LC_MESSAGES || category == LC_CTYPE) {
1426 posixID = setlocale(category, NULL);
1434 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");