Home
last modified time | relevance | path

Searched refs:normal_length_bytes (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_annot_unittest.cpp84 unsigned long normal_length_bytes = FPDFAnnot_GetAP( in TEST_F() local
86 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()
Dfpdf_annot_embeddertest.cpp1252 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()
[all …]