]> granicus.if.org Git - icu/commitdiff
ICU-10361 Add missing icu namespace on previouos NumberFormat changes.
authorAndy Heninger <andy.heninger@gmail.com>
Tue, 17 Sep 2013 23:43:28 +0000 (23:43 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Tue, 17 Sep 2013 23:43:28 +0000 (23:43 +0000)
X-SVN-Rev: 34368

icu4c/source/i18n/numfmt.cpp

index be05b42516c97c3d5fd87b74bbc068a4fa29662a..f1dcdb93d59b800eb85224c10dfa7c413f2def88 100644 (file)
@@ -96,8 +96,8 @@ static const UChar gSlash = 0x2f;
 // be 99,999 which has 5 digits.
 // On IEEE754 systems gMaxIntegerDigits is 308 + possible denormalized 15 digits + rounding digit
 // With big decimal, the max exponent is 999,999,999 and the max number of digits is the same, 999,999,999
-const int32_t NumberFormat::gDefaultMaxIntegerDigits = 2000000000;
-const int32_t NumberFormat::gDefaultMinIntegerDigits = 127;
+const int32_t icu::NumberFormat::gDefaultMaxIntegerDigits = 2000000000;
+const int32_t icu::NumberFormat::gDefaultMinIntegerDigits = 127;
 
 static const UChar * const gLastResortNumberPatterns[UNUM_FORMAT_STYLE_COUNT] = {
     NULL,  // UNUM_PATTERN_DECIMAL