Home
last modified time | relevance | path

Searched refs:pUnicode (Results 1 – 6 of 6) sorted by relevance

/trunk/main/stoc/test/
H A Dtestregistry.cxx307 OUString pUnicode[3]; in test_SimpleRegistry() local
308 pUnicode[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("Hallo") ); in test_SimpleRegistry()
309 pUnicode[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("jetzt komm") ); in test_SimpleRegistry()
310 pUnicode[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("ich als unicode") ); in test_SimpleRegistry()
312 Sequence<OUString> seqUnicode(pUnicode, 3); in test_SimpleRegistry()
/trunk/main/registry/test/
H A Dtestregcpp.cxx564 const sal_Unicode* pUnicode[3]; in test_registry_CppApi() local
569 pUnicode[0]=w1.getStr(); in test_registry_CppApi()
570 pUnicode[1]=w2.getStr(); in test_registry_CppApi()
571 pUnicode[2]=w3.getStr(); in test_registry_CppApi()
573 …nicodeListValue(OUString::createFromAscii("mySixthKey"), (sal_Unicode**)pUnicode, 3), "test_regist… in test_registry_CppApi()
/trunk/main/starmath/source/
H A Dsmdetect.cxx354 sal_Unicode* pUnicode = (sal_Unicode*) aBuffer; in detect() local
357 ? OUString( pUnicode , nUnicodeCharsRead ) in detect()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx325 sal_Unicode * pUnicode in parseParameters() local
333 if (!pUnicode && !(bCharset && p->m_bExtended)) in parseParameters()
334 pUnicode = INetMIME::convertToUnicode( in parseParameters()
339 if (!pUnicode) in parseParameters()
344 aValue += UniString(pUnicode, static_cast< xub_StrLen >(nSize)); in parseParameters()
345 delete[] pUnicode; in parseParameters()
/trunk/main/filter/source/placeware/
H A Dexporter.cxx171 const sal_Unicode* pUnicode = aStrBuffer.getStr(); in encodeFile() local
176 *pBytes++ = static_cast<sal_Int8>(*pUnicode++); in encodeFile()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx756 sal_Unicode pUnicode[] = {0xffff, 0xffff}; in TEST_F() local
759 sal_Int32 value = rtl_ustr_ascii_compare_WithLength(pUnicode, 0, pAscii); in TEST_F()

Completed in 49 milliseconds