Home | History | Annotate | Download | only in cintltst

Lines Matching full:123456789

203     static const double val[] = { 0.01234, 123456789, 1.23e75, -3.141592653e-78 };
205 static const double val[] = { 0.01234, 123456789, 1.23e300, -3.141592653e-271 };
208 static const int32_t lval[] = { 0, -1, 1, 123456789 };
730 unum_format(f, (int32_t)123456789L, resultBuffer, 512 , &pos, &status);
734 log_err("Fail: Formatting \"#,##,###\" pattern with 123456789 got %s, expected %s\n", resultBuffer, "12,34,56,789");
754 unum_format(f, (int32_t)123456789L, resultBuffer, 512 , &pos, &status);
758 log_err("Fail: Formatting \"#,###\" pattern with 123456789 got %s, expected %s\n", resultBuffer, "12,3456,789");