Home
last modified time | relevance | path

Searched refs:appendCString (Results 1 – 3 of 3) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx250 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString() function
404 appendCString(buf, typeid(e).name()); in cpp_call()
406 appendCString(buf, e.what()); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx244 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString() function
398 appendCString(buf, typeid(e).name()); in cpp_call()
400 appendCString(buf, e.what()); in cpp_call()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx245 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString() function
399 appendCString(buf, typeid(e).name()); in cpp_call()
401 appendCString(buf, e.what()); in cpp_call()

Completed in 29 milliseconds