Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal_unittest.cpp41 WideString big_expected = L"39614081257132168796771975168"; in TEST() local
44 EXPECT_EQ(big_expected.GetLength(), big.GetLength()); in TEST()
45 EXPECT_STREQ(big_expected.First(8).c_str(), big.First(8).c_str()); in TEST()