Home | History | Annotate | Download | only in intltest

Lines Matching refs:isScientificNotation

305     // Added by Ken Liu testing set/isScientificNotation
307 UBool sn = pat.isScientificNotation();
308 logln((UnicodeString)"isScientificNotation (should be TRUE) is " + (UnicodeString) (sn ? "TRUE" : "FALSE"));