+// © 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.
********************************************************************/
//
// This file contains utility code for supporting UText in the regular expression engine.
//
+#include "unicode/utf.h"
#include "regextxt.h"
U_NAMESPACE_BEGIN
c = UTEXT_NEXT32(context->text);
context->lastOffset = offset;
}
-
+
// !!!: Doesn't handle characters outside BMP
if (U_IS_BMP(c)) {
return (UChar)c;