Home
last modified time | relevance | path

Searched refs:pUtf8 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/rsc/source/tools/
H A Drscchar.cxx176 char * pUtf8 = (char *)rtl_allocateMemory( nUniSize * 6 ); in MakeUTF8() local
179 pUtf8, nUniSize * 6, in MakeUTF8()
189 return pUtf8; in MakeUTF8()
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx76 const char *pUtf8 = PyUnicode_AsUTF8AndSize(pystr, &size); in pyString2ustring() local
77 ret = OUString(pUtf8, size, RTL_TEXTENCODING_UTF8); in pyString2ustring()