Home | History | Annotate | Download | only in text

Lines Matching refs:cases

15   } cases[] = {
28 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); ++i)
29 EXPECT_EQ(cases[i].expected, GetByteDisplayUnits(cases[i].bytes));
38 } cases[] = {
40 // under two pre-decimal digits, except in cases where it makes no
71 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(cases); ++i) {
72 EXPECT_EQ(ASCIIToUTF16(cases[i].expected),
73 FormatBytesWithUnits(cases[i].bytes, cases[i].units, false));
74 EXPECT_EQ(ASCIIToUTF16(cases[i].expected_with_units),
75 FormatBytesWithUnits(cases[i].bytes, cases[i].units, true));