Searched defs:StringTraits (Results 1 – 1 of 1) sorted by relevance
207 struct StringTraits struct209 typedef sal_Char Char;211 typedef rtl_String String;213 static inline void createString(rtl_String ** pString, in createString()219 static inline void createBuffer(rtl_String ** pBuffer, in createBuffer()225 static inline void appendChar(rtl_String ** pBuffer, sal_Int32 * pCapacity, in appendChar()232 static inline void appendChars(rtl_String ** pBuffer, sal_Int32 * pCapacity, in appendChars()240 static inline void appendAscii(rtl_String ** pBuffer, sal_Int32 * pCapacity, in appendAscii()
Completed in 16 milliseconds