X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..249c4c5ea9376c24572daf9c2effa7484a282f14:/icuSources/test/intltest/nmfmapts.cpp diff --git a/icuSources/test/intltest/nmfmapts.cpp b/icuSources/test/intltest/nmfmapts.cpp index ca89948b..07b20446 100644 --- a/icuSources/test/intltest/nmfmapts.cpp +++ b/icuSources/test/intltest/nmfmapts.cpp @@ -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);