Lines Matching refs:normal_length_bytes
1252 unsigned long normal_length_bytes = FPDFAnnot_GetAP( in TEST_F() local
1254 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()
1323 buf.data(), normal_length_bytes)); in TEST_F()
1326 normal_length_bytes)); in TEST_F()