Searched refs:utf8 (Results 1 – 14 of 14) sorted by relevance
/trunk/main/libtextcat/data/new_fingerprints/ |
H A D | fpdb.conf | 50 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 D | simpleregistry.cxx | 550 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 D | officeipcthread.cxx | 186 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 D | UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 114 bool utf8 = true; in parsePart() local 118 utf8 = false; in parsePart() 123 if (!utf8 || encoded < min in parsePart()
|
/trunk/main/soltools/javadep/ |
H A D | javadep.c | 76 struct utf8 { struct 81 typedef struct utf8 utf8_t; argument
|
/trunk/main/hyphen/ |
H A D | hyphen-2.7.1-read-charset.patch | 18 dict[k]->utf8 = (strcmp(dict[k]->cset, "UTF-8") == 0);
|
/trunk/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.hxx | 75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
|
H A D | graphite_textsrc.cxx | 74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch() argument
|
/trunk/main/udkapi/com/sun/star/io/ |
H A D | XTextOutputStream.idl | 45 setEncoding()</member>. Default encoding is "utf8".</p>
|
H A D | XTextInputStream.idl | 45 Default encoding is "utf8".</p>
|
/trunk/main/graphite/ |
H A D | graphite-2.3.1.patch | 394 +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 D | openssl.cfg | 127 utf8 = yes
|
/trunk/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 1369 + ++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 D | salnativewidgets-kde.cxx | 1748 aInfo.m_aFamilyName = String( rQFont.family().utf8(), RTL_TEXTENCODING_UTF8 ); in toFont()
|
Completed in 95 milliseconds