diff options
author | orchidman <lesibel@free.fr> | 2011-10-22 18:13:27 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-22 18:13:27 +0200 |
commit | e766c006caf2104f6d29feee726b8fc27e03b93f (patch) | |
tree | c63642a19f0f02723e3c8e7a7d8c3c931400c814 /extra/icu/setBreakType.patch | |
parent | 3f8c1852b59863e1ab243b1db35167fdc7e20686 (diff) | |
parent | 360eb05e3ac5bd2442f188cff0f3a01998953008 (diff) | |
download | nutyx-extra-e766c006caf2104f6d29feee726b8fc27e03b93f.tar.gz nutyx-extra-e766c006caf2104f6d29feee726b8fc27e03b93f.tar.bz2 nutyx-extra-e766c006caf2104f6d29feee726b8fc27e03b93f.tar.xz nutyx-extra-e766c006caf2104f6d29feee726b8fc27e03b93f.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/icu/setBreakType.patch')
-rw-r--r-- | extra/icu/setBreakType.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/icu/setBreakType.patch b/extra/icu/setBreakType.patch new file mode 100644 index 000000000..93eab5c17 --- /dev/null +++ b/extra/icu/setBreakType.patch @@ -0,0 +1,28 @@ +--- icu/source/common/unicode/rbbi.h.mrl 2007-12-11 08:29:28.000000000 -0500 ++++ icu/source/common/unicode/rbbi.h 2007-12-11 08:30:02.000000000 -0500 +@@ -633,6 +633,12 @@ public: + */ + virtual const uint8_t *getBinaryRules(uint32_t &length); + ++ /** ++ * Set the type of the break iterator. ++ * @internal ++ */ ++ // <mrl> Must be public (OOo requirement) ++ virtual void setBreakType(int32_t type); + + protected: + //======================================================================= +@@ -664,12 +670,6 @@ protected: + #endif + + /** +- * Set the type of the break iterator. +- * @internal +- */ +- virtual void setBreakType(int32_t type); +- +- /** + * Common initialization function, used by constructors and bufferClone. + * (Also used by DictionaryBasedBreakIterator::createBufferClone().) + * @internal |