Home | History | Annotate | Download | only in common

Lines Matching refs:category

1370 static const char *uprv_getPOSIXIDForCategory(int category)
1373 if (category == LC_MESSAGES || category == LC_CTYPE) {
1392 posixID = setlocale(category, NULL);
1400 posixID = getenv(category == LC_MESSAGES ? "LC_MESSAGES" : "LC_CTYPE");