Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 133) sorted by relevance

123456

/trunk/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx90 sal_Int32 encoded; in parsePart() local
94 encoded = (n & 0x1F) << 6; in parsePart()
98 encoded = (n & 0x0F) << 12; in parsePart()
102 encoded = (n & 0x07) << 18; in parsePart()
106 encoded = (n & 0x03) << 24; in parsePart()
110 encoded = 0; in parsePart()
121 encoded |= (n & 0x3F) << shift; in parsePart()
123 if (!utf8 || encoded < min in parsePart()
124 || (encoded >= 0xD800 && encoded <= 0xDFFF) in parsePart()
125 || encoded > 0x10FFFF) in parsePart()
[all …]
/trunk/main/configmgr/source/
H A Ddata.cxx55 rtl::OUString const & encoded, sal_Int32 begin, sal_Int32 end, in decode() argument
59 begin >= 0 && begin <= end && end <= encoded.getLength() && in decode()
63 sal_Unicode c = encoded[begin++]; in decode()
65 if (encoded.matchAsciiL(RTL_CONSTASCII_STRINGPARAM("amp;"), begin)) in decode()
69 } else if (encoded.matchAsciiL( in decode()
74 } else if (encoded.matchAsciiL( in decode()
/trunk/main/sal/inc/rtl/
H A Dbootstrap.hxx225 ::rtl::OUString encoded; in encode()
226 rtl_bootstrap_encode(value.pData, &encoded.pData); in encode()
227 return encoded; in encode()
H A Dbootstrap.h222 rtl_uString const * value, rtl_uString ** encoded )
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastTokenHandler.idl69 the string given as a byte sequence encoded in UTF8
80 sequence encoded in UTF8.
/trunk/main/udkapi/com/sun/star/uri/
H A DXExternalUriReferenceTranslator.idl39 UTF-8&ndash;encoded strings (which have to be mapped to filenames in a
43 such <dfn>internal</dfn> URIs (e.g., UTF-8&ndash;encoded &ldquo;file&rdquo;
H A DXVndSunStarScriptUrl.idl54 Unicode strings in the case of names and keys), encoded as UTF-8 byte
H A DXUriReferenceFactory.idl134 relative path returned from this method, are encoded (as
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXSecurityEnvironment.idl60 * Create certificate interface from raw DER encoded certificate
65 * Create certificate interface from a BASE64 encoded certificate.
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx58 rtl::OUString decodePathSegment(rtl::OUString const & encoded) { in decodePathSegment() argument
60 encoded, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8); in decodePathSegment()
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimateMotion.idl47 Possible types maybe a svg:d path encoded in a string.
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx852 void rtl_bootstrap_encode( rtl_uString const * value, rtl_uString ** encoded ) in rtl_bootstrap_encode() argument
864 rtl_uString_assign(encoded, b.makeStringAndClear().pData); in rtl_bootstrap_encode()
/trunk/main/offapi/com/sun/star/awt/
H A DXPrinterPropertySet.idl84 /** returns a binary encoded version of the printer setup.
/trunk/main/offapi/com/sun/star/security/
H A DXCertificate.idl86 * the DER encoded form of the certificate
/trunk/main/udkapi/com/sun/star/io/
H A DXDataInputStream.idl116 /** reads a string of UTF encoded characters.
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyContentProvider.idl80 where &lt;name&gt; is a string encoded according to the URL
H A DWebDAVContentProvider.idl81 where &lt;name&gt; is a string encoded according to the URL
/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagRecognizer.idl149 is UFT16 encoded.
/trunk/main/nss/
H A Dnss_win.patch2110 * try this again with an encoded public key */
2486 * Optional bytes are encoded as a 0-length item if not present.
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1462 + * of course it's only useful when encoding is utf8 and the symbol is encoded with more than 1 char
/trunk/extras/l10n/source/sat/
H A Dlocalize.sdf2120 …\filters\Text__encoded___StarWriter_GlobalDocument__ui.xcu 0 value Text (encoded) (StarWriter/Glob…
2121 filter source\config\fragments\filters\Text__encoded___StarWriter_Web__ui.xcu 0 value Text (encoded
2122 filter source\config\fragments\filters\Text__encoded__ui.xcu 0 value Text (encoded) UIName 0 sat …

Completed in 280 milliseconds

123456