Home
last modified time | relevance | path

Searched refs:cpystr (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx78 sal_Char* cpystr( sal_Char* dst, const sal_Char* src ) in cpystr() function
97 return( cpystr( dst, src ) ); in cpynstr()
165 cpystr( pdst, meth ); in createName()
166 cpystr( pdst+ AStringLen(meth), "_" ); in createName()
170 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
174 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
177 cpystr( pdst + AStringLen(pdst), nstr ); in createName()
187 cpystr(com, str1); in makeComment()
190 cpystr(com + str1Length, sign); in makeComment()
192 cpystr(com + str1Length + signLength, str2); in makeComment()
H A Drtl_String_Utils.hxx55 sal_Char* cpystr( sal_Char* dst, const sal_Char* src );
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.hxx55 sal_Char* cpystr( sal_Char* dst, const sal_Char* src );
H A Drtl_String_Utils.cxx82 sal_Char* cpystr( sal_Char* dst, const sal_Char* src ) in cpystr() function
101 return( cpystr( dst, src ) ); in cpynstr()
187 cpystr( pdst, meth ); in createName()
188 cpystr( pdst+ AStringLen(meth), "_" ); in createName()
192 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
196 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
199 cpystr( pdst + AStringLen(pdst), nstr ); in createName()
209 cpystr(com, str1); in makeComment()
212 cpystr(com + str1Length, sign); in makeComment()
214 cpystr(com + str1Length + signLength, str2); in makeComment()

Completed in 21 milliseconds