Searched refs:appendCString (Results 1 – 3 of 3) sorted by relevance
244 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString() function398 appendCString(buf, typeid(e).name()); in cpp_call()400 appendCString(buf, e.what()); in cpp_call()
245 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString() function399 appendCString(buf, typeid(e).name()); in cpp_call()401 appendCString(buf, e.what()); in cpp_call()
250 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString() function404 appendCString(buf, typeid(e).name()); in cpp_call()406 appendCString(buf, e.what()); in cpp_call()
Completed in 27 milliseconds