summaryrefslogtreecommitdiffstats
path: root/sal/util
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-12-04 19:27:34 +0100
committerLuboš Luňák <l.lunak@suse.cz>2012-12-06 13:35:17 +0100
commitb88a26f02276ec2e98287cd2e5f2abea1ea9e949 (patch)
tree42997756a94ee8bf4614f01a19994927783660e7 /sal/util
parentadd doxygen tags to the internal fast string stuff (diff)
downloadcore-b88a26f02276ec2e98287cd2e5f2abea1ea9e949.tar.gz
core-b88a26f02276ec2e98287cd2e5f2abea1ea9e949.zip
rtl_(u)String_ensureCapacity
Ensure there will be enough extra space in a string, to be used for string appending. A bit like rtl_(u)String_newConcat(), but without the function actually appending anything. Unlike the stringbuffer variant this does not allocate any extra. Change-Id: Ic6f84bf014a713f9912c81d8f1405c593978822d
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index ade61cdaffc2..1eef9c6c3cb7 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -652,6 +652,12 @@ LIBO_UDK_4.0 { # symbols available in >= LibO 4.0
rtl_uString_newReplaceAllFromIndex;
} LIBO_UDK_3.6;
+LIBO_UDK_4.1 { # symbols available in >= LibO 4.1
+ global:
+ rtl_string_ensureCapacity;
+ rtl_uString_ensureCapacity;
+} LIBO_UDK_4.0;
+
PRIVATE_1.0 {
global:
osl_detail_ObjectRegistry_storeAddresses;