Lines Matching defs:LcArry
29 static const int LcArry[TEST_LC_COUNT] = {
56 const int num = sizeof(LcArry) / sizeof(LcArry[0]);
58 const char *locale = setlocale(LcArry[i], NULL);
75 const int num = sizeof(LcArry) / sizeof(LcArry[0]);
78 const char *locale = setlocale(LcArry[i], "C");
115 const char *locale = setlocale(LcArry[i], "");
136 for (unsigned int i = 0; i < sizeof(LcArry) / sizeof(LcArry[0]); i++) {
137 const char *locale = setlocale(LcArry[i], "en_ZA");