Home | History | Annotate | Download | only in intltest

Lines Matching full:int32_max

2074     double dbl = INT32_MAX * 1000.0;
2081 f->setMaximumFractionDigits(INT32_MAX);
2082 f->setMaximumIntegerDigits(INT32_MAX);
2485 int32_t DATA[] = { INT32_MIN, INT32_MAX, -100000000, 100000000 };