]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/nmfmapts.cpp
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / nmfmapts.cpp
index ca89948b4e47c8a257b738a48cafc3ff1d292400..07b2044610c2a9d7883cca49b95218cbb312fe61 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /***********************************************************************
  * COPYRIGHT: 
  * Copyright (c) 1997-2010, International Business Machines Corporation
@@ -120,7 +122,7 @@ if (cur_fr != NULL)
     Formattable fL(l);
 
     UnicodeString res1, res2, res3, res4, res5, res6;
-    FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
+    FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT_CARE);
     
     res1 = cur_fr->format(d, res1);
     logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1);