X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..57a6839dcb3bba09e8228b822b290604668416fe:/icuSources/common/rbbirb.h?ds=sidebyside diff --git a/icuSources/common/rbbirb.h b/icuSources/common/rbbirb.h index d7a53836..deb9b0ee 100644 --- a/icuSources/common/rbbirb.h +++ b/icuSources/common/rbbirb.h @@ -1,7 +1,7 @@ // // rbbirb.h // -// Copyright (C) 2002-2005, International Business Machines Corporation and others. +// Copyright (C) 2002-2008, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains declarations for several classes from the @@ -107,7 +107,7 @@ public: // public ICU API for creating RBBIs uses this function to do the actual work. // static BreakIterator * createRuleBasedBreakIterator( const UnicodeString &rules, - UParseError &parseError, + UParseError *parseError, UErrorCode &status); public: @@ -116,7 +116,7 @@ public: // are NOT intended to be accessed by anything outside of the // rule builder implementation. RBBIRuleBuilder(const UnicodeString &rules, - UParseError &parseErr, + UParseError *parseErr, UErrorCode &status );