Searched refs:cpystr (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sal/qa/rtl_strings/ |
H A D | rtl_String_Utils.cxx | 78 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 D | rtl_String_Utils.hxx | 55 sal_Char* cpystr( sal_Char* dst, const sal_Char* src );
|
/trunk/main/sal/qa/OStringBuffer/ |
H A D | rtl_String_Utils.cxx | 82 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()
|
H A D | rtl_String_Utils.hxx | 55 sal_Char* cpystr( sal_Char* dst, const sal_Char* src );
|
Completed in 15 milliseconds