18 lines
458 B
Diff
18 lines
458 B
Diff
|
--- source/common/unicode/rbbi.h
|
||
|
+++ source/common/unicode/rbbi.h
|
||
|
@@ -611,12 +611,14 @@
|
||
|
virtual int32_t getBreakType() const;
|
||
|
#endif
|
||
|
|
||
|
+public:
|
||
|
/**
|
||
|
* Set the type of the break iterator.
|
||
|
* @internal
|
||
|
*/
|
||
|
virtual void setBreakType(int32_t type);
|
||
|
|
||
|
+protected:
|
||
|
/**
|
||
|
* Common initialization function, used by constructors and bufferClone.
|
||
|
* (Also used by DictionaryBasedBreakIterator::createBufferClone().)
|