Searched refs:pg2 (Results 1 – 1 of 1) sorted by relevance
/external/cronet/base/i18n/ |
D | icu_mergeable_data_file_unittest.cc | 42 std::vector<char> pg2(0x1000, 0x22); in TEST_F() local 45 int pg0_sz = pg0.size(), pg1_sz = pg1.size(), pg2_sz = pg2.size(), in TEST_F() 55 ASSERT_EQ(pg2_sz, ash_file.WriteAtCurrentPos(pg2.data(), pg2_sz)); in TEST_F() 146 std::vector<char> pg2(0x1000, 0x22); in TEST_F() local 149 int pg0_sz = pg0.size(), pg1_sz = pg1.size(), pg2_sz = pg2.size(), in TEST_F() 159 ASSERT_EQ(pg2_sz, ash_file.WriteAtCurrentPos(pg2.data(), pg2_sz)); in TEST_F()
|