Home | History | Annotate | Download | only in intltest

Lines Matching defs:dbl

2062     double dbl = INT32_MAX * 1000.0;
2072 f->format(dbl,s);
2073 logln(UnicodeString("The number ") + dbl + " formatted to " + s);
2088 //if(n.getDouble() != dbl) {
2091 if (n.getInt64() != dbl) {