Searched refs:accumulator (Results 1 – 2 of 2) sorted by relevance
41 rtl::OStringBuffer * accumulator, rtl::OString const & text) in appendUnixShellWord() argument43 OSL_ASSERT(accumulator != NULL); in appendUnixShellWord()45 accumulator->append(RTL_CONSTASCII_STRINGPARAM("''")); in appendUnixShellWord()52 accumulator->append('\''); in appendUnixShellWord()55 accumulator->append(RTL_CONSTASCII_STRINGPARAM("\\'")); in appendUnixShellWord()58 accumulator->append('\''); in appendUnixShellWord()61 accumulator->append(c); in appendUnixShellWord()65 accumulator->append('\''); in appendUnixShellWord()
49 rtl::OStringBuffer * accumulator, rtl::OString const & text);
Completed in 16 milliseconds