summaryrefslogtreecommitdiffstats
path: root/icu/setBreakType.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-19 20:28:36 +0000
committerpiernov <piernov@piernov.org>2012-05-19 20:28:36 +0000
commitf255d2aec34d1480838af2d602d2197359bbd148 (patch)
treef1ff4feacd7f59558d8e796aa43e21529b086dff /icu/setBreakType.patch
parent1f859304eec2a42a909a24fc03c86d7ca85dbabf (diff)
downloadnutyx-extra-f255d2aec34d1480838af2d602d2197359bbd148.tar.gz
nutyx-extra-f255d2aec34d1480838af2d602d2197359bbd148.tar.bz2
nutyx-extra-f255d2aec34d1480838af2d602d2197359bbd148.tar.xz
nutyx-extra-f255d2aec34d1480838af2d602d2197359bbd148.zip
icu 49.1.1-1 màj port
Diffstat (limited to 'icu/setBreakType.patch')
-rw-r--r--icu/setBreakType.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/icu/setBreakType.patch b/icu/setBreakType.patch
deleted file mode 100644
index 93eab5c17..000000000
--- a/icu/setBreakType.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- 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