rbbi.patch 530 B

123456789101112131415161718
  1. --- source/common/unicode/rbbi.h 2006-08-11 08:46:40.000000000 +0300
  2. +++ source/common/unicode/rbbi.h 2007-11-15 04:08:17.000000000 +0200
  3. @@ -611,12 +611,14 @@
  4. virtual int32_t getBreakType() const;
  5. #endif
  6. +public:
  7. /**
  8. * Set the type of the break iterator.
  9. * @internal
  10. */
  11. virtual void setBreakType(int32_t type);
  12. +protected:
  13. /**
  14. * Common initialization function, used by constructors and bufferClone.
  15. * (Also used by DictionaryBasedBreakIterator::createBufferClone().)