Lines Matching refs:s
59 CHAR s[2]; in test_one_locale() local
60 s[0] = L_('A') + i - 10; in test_one_locale()
61 s[1] = 0; in test_one_locale()
62 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale()
63 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
64 TEST (loc, s, i, ll, long long int, "%lld"); in test_one_locale()
65 TEST (loc, s, i, ull, unsigned long long int, "%llu"); in test_one_locale()
66 s[0] = L_('a') + i - 10; in test_one_locale()
67 s[1] = 0; in test_one_locale()
68 TEST (loc, s, i, l, long int, "%ld"); in test_one_locale()
69 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
70 TEST (loc, s, i, ll, long long int, "%lld"); in test_one_locale()
71 TEST (loc, s, i, ull, unsigned long long int, "%llu"); in test_one_locale()