Home
last modified time | relevance | path

Searched refs:str1Length (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx188 int str1Length = AStringLen( str1 ); in makeComment() local
190 cpystr(com + str1Length, sign); in makeComment()
192 cpystr(com + str1Length + signLength, str2); in makeComment()
193 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx210 int str1Length = AStringLen( str1 ); in makeComment() local
212 cpystr(com + str1Length, sign); in makeComment()
214 cpystr(com + str1Length + signLength, str2); in makeComment()
215 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()

Completed in 22 milliseconds