]> granicus.if.org Git - icu/commitdiff
ICU-9613 Remove unneeded include statement and fix attribute name
authorMichael Ow <mow@svn.icu-project.org>
Fri, 12 Oct 2012 21:38:01 +0000 (21:38 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Fri, 12 Oct 2012 21:38:01 +0000 (21:38 +0000)
X-SVN-Rev: 32624

icu4c/source/i18n/unicode/decimfmt.h
icu4c/source/i18n/unicode/unum.h

index 4994b8e21ea864fac4dbf2452d34c45abcc1012d..b4f53faea88c0535c15f99b55444805c98bb8721 100644 (file)
@@ -56,7 +56,6 @@ class Hashtable;
 class UnicodeSet;
 class FieldPositionHandler;
 
-#include <stdio.h>
 /**
  * enum bitset for boolean fields. Similar to Java EnumSet<>. 
  * Needs to range check. Not specific to decimal format.
index 992cf6f30dd77e53b77e081c7bb43dc8cabc60b3..1d3ddb17f1fc4ac31be4f05b5336887c499e520f 100644 (file)
@@ -798,7 +798,7 @@ typedef enum UNumberFormatAttribute {
    * Default: 0 (not set)
    * @draft ICU 50
    */
-  UNUM_FORMAT_FAIL_IF_MAX_DIGITS,
+  UNUM_FORMAT_FAIL_IF_MORE_THAN_MAX_DIGITS,
   /** 
    * if this attribute is set to 1, specifies that, if the pattern doesn’t contain an exponent, the exponent will not be parsed. If the pattern does contain an exponent, this attribute has no effect.
    * Has no effect on formatting.