Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_decimal_unittest.cpp53 WideString teeny_expected = L"100000000000000.0000"; in TEST() local
54 EXPECT_EQ(teeny_expected.GetLength(), teeny.GetLength()); in TEST()
55 EXPECT_STREQ(teeny_expected.First(8).c_str(), teeny.First(8).c_str()); in TEST()