Searched refs:pUnicode (Results 1 – 5 of 5) sorted by relevance
307 OUString pUnicode[3]; in test_SimpleRegistry() local308 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()
564 const sal_Unicode* pUnicode[3]; in test_registry_CppApi() local569 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()
171 const sal_Unicode* pUnicode = aStrBuffer.getStr(); in encodeFile() local176 *pBytes++ = static_cast<sal_Int8>(*pUnicode++); in encodeFile()
325 sal_Unicode * pUnicode in parseParameters() local333 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()
932 sal_Unicode pUnicode[] = {0xffff, 0xffff}; in zero_length() local935 sal_Int32 value = rtl_ustr_ascii_compare_WithLength(pUnicode, 0, pAscii); in zero_length()
Completed in 47 milliseconds