X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/samples/numfmt/util.cpp diff --git a/icuSources/samples/numfmt/util.cpp b/icuSources/samples/numfmt/util.cpp index 121e1309..ad6f008b 100644 --- a/icuSources/samples/numfmt/util.cpp +++ b/icuSources/samples/numfmt/util.cpp @@ -1,14 +1,20 @@ /******************************************************************** + * © 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + ************************************************************************* + ************************************************************************* * COPYRIGHT: - * Copyright (c) 1999-2003,2009, International Business Machines Corporation and + * Copyright (c) 1999-2009, International Business Machines Corporation and * others. All Rights Reserved. - ********************************************************************/ + *************************************************************************/ #include "unicode/unistr.h" #include "unicode/fmtable.h" #include #include +using namespace icu; + enum { U_SPACE=0x20, U_DQUOTE=0x22,