2012-08-07 00:14:51 +00:00
|
|
|
--- icu/source/common/unicode/rbbi.h.setBreakType 2012-04-05 22:46:08.000000000 +0200
|
|
|
|
+++ icu/source/common/unicode/rbbi.h 2012-04-07 19:18:41.629484616 +0200
|
|
|
|
@@ -658,6 +658,11 @@ public:
|
2012-02-01 14:13:44 +04:00
|
|
|
*/
|
2012-08-07 00:14:51 +00:00
|
|
|
virtual RuleBasedBreakIterator &refreshInputText(UText *input, UErrorCode &status);
|
2012-02-01 14:13:44 +04:00
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * Set the type of the break iterator.
|
|
|
|
+ * @internal
|
|
|
|
+ */
|
|
|
|
+ virtual void setBreakType(int32_t type);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
//=======================================================================
|
2012-08-07 00:14:51 +00:00
|
|
|
@@ -688,12 +693,6 @@ protected:
|
|
|
|
virtual int32_t getBreakType() const;
|
2012-02-01 14:13:44 +04:00
|
|
|
#endif
|
|
|
|
|
2012-08-07 00:14:51 +00:00
|
|
|
- /**
|
2012-02-01 14:13:44 +04:00
|
|
|
- * Set the type of the break iterator.
|
|
|
|
- * @internal
|
|
|
|
- */
|
|
|
|
- virtual void setBreakType(int32_t type);
|
|
|
|
-
|
2012-08-07 00:14:51 +00:00
|
|
|
#ifndef U_HIDE_INTERNAL_API
|
|
|
|
/**
|
2012-02-01 14:13:44 +04:00
|
|
|
* Common initialization function, used by constructors and bufferClone.
|