]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/regextxt.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / regextxt.cpp
index 6960dac1b7488fa94302e1e5610c00079d77a9b0..41bb4a944b3530559882c1f7454d0b4bf5715f8d 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 2008-2010, International Business Machines Corporation and
+ * Copyright (c) 2008-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 //
@@ -9,6 +11,7 @@
 //  This file contains utility code for supporting UText in the regular expression engine.
 //
 
+#include "unicode/utf.h"
 #include "regextxt.h"
 
 U_NAMESPACE_BEGIN
@@ -28,7 +31,7 @@ uregex_utext_unescape_charAt(int32_t offset, void *ct) {
         c = UTEXT_NEXT32(context->text);
         context->lastOffset = offset;
     }
-    
+
     // !!!: Doesn't handle characters outside BMP
     if (U_IS_BMP(c)) {
         return (UChar)c;