• Home
  • Raw
  • Download

Lines Matching full:jdk

104 // JDK does not support exponent signs
106 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
108 // JDK gives 12,3001E3
110 // JDK gives 12,3001E3
115 // JDK doesn't support significant digits in exponents
133 // JDK does not support rounding increments
135 // JDK gives %16,255E3
149 // JDK gives \u2030162,55E3
156 // JDK does not seem to support padding
161 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely
176 // JDK doesn't correct rounding for currency, shows USD (433
184 // JDK gives shows EUR instead of the euro symbol in this case
186 // JDK gives 1\u00A0234,57. JDK doesn't seem to correct rounding
196 // JDK does not support negative suffixes
238 // JDK gives .3E9 instead of unlimited precision.
241 // JDK gives E0 instead of allowing for unlimited precision
243 // JDK gives .299792E9
245 // JDK gives 300E6
247 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
249 // JDK gives 299.7925E6
251 // JDK gives 299.79246E6
258 // JDK gives E0
260 // JDK gives .2998E9
262 // JDK uses 8 + 6 for significant digits instead of 2 + 6
266 // JDK fails here because it tries to use 9 + 6 = 15 sig digits.
292 // JDK gives E0
294 // JDK gives .3E8
296 // JDK gives 2998E4.
372 // ICU4J and JDK throw exception on zero multiplier. ICU4C does not.
449 // for scientific notation. But JDK DecimalFormat does honor
450 // decimalSeparatorAlwaysShown K=JDK; C=ICU4C; J=ICU4J
541 // This next test breaks JDK. JDK doesn't multiply by 100.
549 // JDK doesn't support any patterns with padding or both negative prefix and suffix
563 // No secondary grouping in JDK
567 // No significant digits in JDK
595 // JDK stops parsing at the spaces. JDK doesn't see space as a grouping separator
654 // J bails, but JDK will parse up to the space and get 34.
657 // JDK sees this as -1234 for some reason
681 // JDK does allow separators in the wrong place and parses as -5347.25
690 // JDK allows separators in sci notation and parses as -342.5
693 // JDK accepts this and parses as -342.5
698 // JDK doesn't acknowledge space as a separator
704 // JDK doesn't require separators to be in the right place
712 // JDK parses as 123456.78
717 // JDK parses as -1945
737 // JDK doesn't allow lowercase exponent but ICU4J and ICU4C do.
779 // J and JDK bail
782 // J and JDK bail