~ubuntu-branches/ubuntu/gutsy/icu/gutsy

« back to all changes in this revision

Viewing changes to source/i18n/rbt_rule.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2005-05-21 22:44:31 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: package-import@ubuntu.com-20050521224431-r7rktfhnu1n4tf1g
Tags: 2.1-2.1
Rename icu-doc to icu21-doc. icu-doc is built by the icu28 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
     * Change the data object that this rule belongs to.  Used
205
205
     * internally by the TransliterationRuleData copy constructor.
206
206
     */
207
 
    inline void setData(const TransliterationRuleData* data);
 
207
    void setData(const TransliterationRuleData* data);
208
208
 
209
209
    /**
210
210
     * Return the preceding context length.  This method is needed to
281
281
    friend class StringMatcher;
282
282
};
283
283
 
284
 
inline void TransliterationRule::setData(const TransliterationRuleData* d) {
285
 
    data = d;
286
 
}
287
 
 
288
284
U_NAMESPACE_END
289
285
 
290
286
#endif