Home | History | Annotate | Download | only in intltest

Lines Matching defs:dbl

2074     double dbl = INT32_MAX * 1000.0;
2084 f->format(dbl,s);
2085 logln(UnicodeString("The number ") + dbl + " formatted to " + s);
2100 //if(n.getDouble() != dbl) {
2103 if (n.getInt64() != dbl) {