Lines Matching defs:bytes
365 EXPECT_FALSE(IsStringUTF8("\xf8\xa0\xbf\x80\xbf")); // 5 bytes
366 EXPECT_FALSE(IsStringUTF8("\xfc\x9c\xbf\x80\xbf\x80")); // 6 bytes
495 int64 bytes;
510 EXPECT_EQ(cases[i].expected, GetByteDisplayUnits(cases[i].bytes));
515 int64 bytes;
522 // sense (zero or bytes).
524 // the display of file sizes or bytes consistently around three
553 FormatBytes(cases[i].bytes, cases[i].units, false));
555 FormatBytes(cases[i].bytes, cases[i].units, true));