Lines Matching refs:bytes
215 EXPECT_FALSE(IsStringUTF8("\xf8\xa0\xbf\x80\xbf")); // 5 bytes
216 EXPECT_FALSE(IsStringUTF8("\xfc\x9c\xbf\x80\xbf\x80")); // 6 bytes
342 int64 bytes;
357 EXPECT_EQ(cases[i].expected, GetByteDisplayUnits(cases[i].bytes));
362 int64 bytes;
388 FormatBytes(cases[i].bytes, cases[i].units, false));
390 FormatBytes(cases[i].bytes, cases[i].units, true));
1466 unsigned char bytes[] = {0x01, 0xff, 0x02, 0xfe, 0x03, 0x80, 0x81};
1467 hex = HexEncode(bytes, sizeof(bytes));