Home | History | Annotate | Download | only in intltest

Lines Matching refs:LL

170     int64_t ll = 12;
171 test->format(ll, result);
1592 expectPad(fmt, "'I''ll'*a###.##", DecimalFormat::kPadAfterPrefix,
6430 ASSERT_EQUALS(1234567890123LL, f.getInt64());
6431 ASSERT_EQUALS(1234567890123LL, f.getInt64(status));
7008 Formattable f((int64_t)80994231587905127LL); // weight of the moon, in kilotons http://solarsystem.nasa.gov/planets/profile.cfm?Display=Facts&Object=Moon
7353 DecimalFormat fmt("'I''ll'*a###.##", status);