X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/test/perf/collationperf/collperf.cpp?ds=inline diff --git a/icuSources/test/perf/collationperf/collperf.cpp b/icuSources/test/perf/collationperf/collperf.cpp index 9149bfc5..fe334a2c 100644 --- a/icuSources/test/perf/collationperf/collperf.cpp +++ b/icuSources/test/perf/collationperf/collperf.cpp @@ -1,8 +1,12 @@ -/******************************************************************** +/*********************************************************************** + * © 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + *********************************************************************** + *********************************************************************** * COPYRIGHT: - * Copyright (C) 2001-2011 IBM, Inc. All Rights Reserved. + * Copyright (C) 2001-2012 IBM, Inc. All Rights Reserved. * - ********************************************************************/ + ***********************************************************************/ /******************************************************************************** * * File CALLCOLL.C @@ -1340,7 +1344,7 @@ UChar UCharFile::get() { // Convert the bytes from the temp array to a Unicode char. i = 0; uint32_t cp; - UTF8_NEXT_CHAR_UNSAFE(bytes, i, cp); + U8_NEXT_UNSAFE(bytes, i, cp); c = (UChar)cp; if (cp >= 0x10000) {