Home
last modified time | relevance | path

Searched refs:LcArry (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dsetlocale_sup.c27 static const int LcArry[TEST_LC_COUNT] = { variable
47 const int num = sizeof(LcArry) / sizeof(LcArry[0]); in setlocale_0100()
49 const char *locale = setlocale(LcArry[i], NULL); in setlocale_0100()
66 const int num = sizeof(LcArry) / sizeof(LcArry[0]); in setlocale_0200()
69 const char *locale = setlocale(LcArry[i], "C"); in setlocale_0200()
106 const char *locale = setlocale(LcArry[i], ""); in setlocale_0400()
127 for (unsigned int i = 0; i < sizeof(LcArry) / sizeof(LcArry[ in setlocale_0500()
[all...]
/third_party/musl/libc-test/src/functionalext/locale/
H A Dsetlocale.c29 static const int LcArry[TEST_LC_COUNT] = { variable
56 const int num = sizeof(LcArry) / sizeof(LcArry[0]); in setlocale_0100()
58 const char *locale = setlocale(LcArry[i], NULL); in setlocale_0100()
75 const int num = sizeof(LcArry) / sizeof(LcArry[0]); in setlocale_0200()
78 const char *locale = setlocale(LcArry[i], "C"); in setlocale_0200()
115 const char *locale = setlocale(LcArry[i], ""); in setlocale_0400()
136 for (unsigned int i = 0; i < sizeof(LcArry) / sizeof(LcArry[ in setlocale_0500()
[all...]

Completed in 1 milliseconds