Searched refs:normal_length_bytes (Results 1 – 2 of 2) sorted by relevance
84 unsigned long normal_length_bytes = FPDFAnnot_GetAP( in TEST_F() local86 ASSERT_EQ(kStreamDataSize, normal_length_bytes); in TEST_F()87 std::vector<FPDF_WCHAR> buf = GetFPDFWideStringBuffer(normal_length_bytes); in TEST_F()90 buf.data(), normal_length_bytes)); in TEST_F()
1252 unsigned long normal_length_bytes = FPDFAnnot_GetAP( in TEST_F() local1254 ASSERT_EQ(kExpectNormalAPLength, normal_length_bytes); in TEST_F()1258 std::vector<FPDF_WCHAR> buf = GetFPDFWideStringBuffer(normal_length_bytes); in TEST_F()1263 buf.data(), normal_length_bytes - 1)); in TEST_F()1270 buf.data(), normal_length_bytes)); in TEST_F()1273 normal_length_bytes)); in TEST_F()1277 buf = GetFPDFWideStringBuffer(normal_length_bytes + 2); in TEST_F()1280 buf.data(), normal_length_bytes + 2)); in TEST_F()1283 normal_length_bytes)); in TEST_F()1320 buf = GetFPDFWideStringBuffer(normal_length_bytes); in TEST_F()[all …]