Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal_unittest.cpp48 WideString tiny_expected = L"100000000000000000000"; in TEST() local
49 EXPECT_EQ(tiny_expected.GetLength(), tiny.GetLength()); in TEST()
50 EXPECT_STREQ(tiny_expected.First(8).c_str(), tiny.First(8).c_str()); in TEST()