X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/common/util_props.cpp?ds=inline diff --git a/icuSources/common/util_props.cpp b/icuSources/common/util_props.cpp index 1bdaaddb..25a24182 100644 --- a/icuSources/common/util_props.cpp +++ b/icuSources/common/util_props.cpp @@ -1,6 +1,6 @@ /* ********************************************************************** -* Copyright (c) 2001-2011, International Business Machines +* Copyright (c) 2001-2016, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * Date Name Description @@ -101,6 +101,7 @@ int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_ return -1; } // FALL THROUGH to skipWhitespace + U_FALLTHROUGH; case 126 /*'~'*/: pos = skipWhitespace(rule, pos); break;