Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 14 of 14) sorted by relevance

/trunk/main/libtextcat/data/new_fingerprints/
H A Dfpdb.conf50 afrikaans.lm af--utf8
51 albanian.lm sq--utf8
52 amharic_utf.lm am--utf8
53 arabic.lm ar--utf8
54 basque.lm eu--utf8
55 belarus.lm be--utf8
56 bosnian.lm bs--utf8
57 breton.lm br--utf8
58 catalan.lm ca--utf8
61 croatian.lm hr--utf8
[all …]
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx550 rtl::OString utf8; in setAsciiValue() local
552 &utf8, RTL_TEXTENCODING_UTF8, in setAsciiValue()
565 const_cast< char * >(utf8.getStr()), utf8.getLength() + 1); in setAsciiValue()
648 rtl::OString utf8; in setAsciiListValue() local
650 &utf8, RTL_TEXTENCODING_UTF8, in setAsciiListValue()
661 list.push_back(utf8); in setAsciiListValue()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx186 rtl::OString utf8; in addArgument() local
188 &utf8, RTL_TEXTENCODING_UTF8, in addArgument()
195 for (sal_Int32 i = 0; i < utf8.getLength(); ++i) { in addArgument()
196 char c = utf8[i]; in addArgument()
/trunk/main/stoc/source/uriproc/
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx114 bool utf8 = true; in parsePart() local
118 utf8 = false; in parsePart()
123 if (!utf8 || encoded < min in parsePart()
/trunk/main/soltools/javadep/
H A Djavadep.c76 struct utf8 { struct
81 typedef struct utf8 utf8_t; argument
/trunk/main/hyphen/
H A Dhyphen-2.7.1-read-charset.patch18 dict[k]->utf8 = (strcmp(dict[k]->cset, "UTF-8") == 0);
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
H A Dgraphite_textsrc.cxx74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch() argument
/trunk/main/udkapi/com/sun/star/io/
H A DXTextOutputStream.idl45 setEncoding()</member>. Default encoding is "utf8".</p>
H A DXTextInputStream.idl45 Default encoding is "utf8".</p>
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch394 +bool GrCharStream::AtUnicodeCharBoundary(utf8 * prgchs, int cchs, int ichs, UtfType /*utf*/)
396 bool GrCharStream::AtUnicodeCharBoundary(utf8 * prgchs, int cchs, int ichs, UtfType utf)
1714 prgchsRunText8 = new utf8[cchrRange];
1867 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
1987 - virtual size_t fetch(toffset ichMin, size_t cch, utf8 * prgchsBuffer)
1988 + virtual size_t fetch(toffset /*ichMin*/, size_t /*cch*/, utf8 * /*prgchsBuffer*/)
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg127 utf8 = yes
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch1369 + ++char_counter; /*and we are on a new utf8 character*/
1393 + ++char_counter; /*and we are on a new utf8 character*/
1462 + * of course it's only useful when encoding is utf8 and the symbol is encoded with more than 1 char
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1748 aInfo.m_aFamilyName = String( rQFont.family().utf8(), RTL_TEXTENCODING_UTF8 ); in toFont()

Completed in 96 milliseconds