Lines Matching refs:i
57 for (int i = 10; i < 36; i++) in test_one_locale() local
60 s[0] = L_('A') + i - 10; 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()
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()