• Home
  • Raw
  • Download

Lines Matching full:jdk

102 // JDK does not support exponent signs
104 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
106 // JDK gives 12,3001E3
108 // JDK gives 12,3001E3
113 // JDK doesn't support significant digits in exponents
131 // JDK does not support rounding increments
133 // JDK gives %16,255E3
147 // JDK gives \u2030162,55E3
154 // JDK does not seem to support padding
159 // JDK doesn't seem to handle suffixes correctly dropping the 'nx' entirely
174 // JDK doesn't correct rounding for currency, shows USD (433
182 // JDK gives shows EUR instead of the euro symbol in this case
184 // JDK gives 1\u00A0234,57. JDK doesn't seem to correct rounding
194 // JDK does not support negative suffixes
236 // JDK gives .3E9 instead of unlimited precision.
239 // JDK gives E0 instead of allowing for unlimited precision
241 // JDK gives .299792E9
243 // JDK gives 300E6
245 // JDK gives 299.8E6 (maybe maxInt + maxFrac instead of minInt + maxFrac)?
247 // JDK gives 299.7925E6
249 // JDK gives 299.79246E6
256 // JDK gives E0
258 // JDK gives .2998E9
260 // JDK uses 8 + 6 for significant digits instead of 2 + 6
264 // JDK fails here because it tries to use 9 + 6 = 15 sig digits.
290 // JDK gives E0
292 // JDK gives .3E8
294 // JDK gives 2998E4.
370 // ICU4J and JDK throw exception on zero multiplier. ICU4C does not.
447 // for scientific notation. But JDK DecimalFormat does honor
448 // decimalSeparatorAlwaysShown K=JDK; C=ICU4C; J=ICU4J
538 // This next test breaks JDK. JDK doesn't multiply by 100.
545 // JDK doesn't support any patterns with padding or both negative prefix and suffix
559 // No secondary grouping in JDK
563 // No significant digits in JDK
591 // JDK stops parsing at the spaces. JDK doesn't see space as a grouping separator
650 // J bails, but JDK will parse up to the space and get 34.
653 // JDK sees this as -1234 for some reason
677 // JDK does allow separators in the wrong place and parses as -5347.25
686 // JDK allows separators in sci notation and parses as -342.5
689 // JDK accepts this and parses as -342.5
694 // JDK doesn't acknowledge space as a separator
700 // JDK doesn't require separators to be in the right place
708 // JDK parses as 123456.78
713 // JDK parses as -1945
733 // JDK doesn't allow lowercase exponent but ICU4J and ICU4C do.
775 // J and JDK bail
778 // J and JDK bail