Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dsurrogates.h34 #define SAL_RTL_IS_HIGH_SURROGATE(utf16) \ argument
35 ((utf16) >= SAL_RTL_FIRST_HIGH_SURROGATE && \
36 (utf16) <= SAL_RTL_LAST_HIGH_SURROGATE)
38 #define SAL_RTL_IS_LOW_SURROGATE(utf16) \ argument
39 ((utf16) >= SAL_RTL_FIRST_LOW_SURROGATE && \
40 (utf16) <= SAL_RTL_LAST_LOW_SURROGATE)
/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx66 sClientProgram = (const sal_Unicode *) aClientProgram.utf16(); in getValue()
88 sFontName = (const sal_Unicode *) aFontName.utf16(); in getValue()
106 sDocumentsDir = (const sal_Unicode *) aDocumentsDir.utf16(); in getValue()
133 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
187 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
241 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
290 sNoProxyFor = (const sal_Unicode *) aNoProxyFor.utf16(); in getValue()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx849 static sal_Unicode const utf16[] = { 0x0041, 0x00E4, 0x0061 }; in TEST_F() local
852 rtl::OUString(utf16, sizeof utf16 / sizeof utf16[0]).convertToString( in TEST_F()
1022 static sal_Unicode const utf16[] = in TEST_F() local
1024 rtl::OUString s(utf16, sizeof utf16 / sizeof (sal_Unicode)); in TEST_F()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch1562 const utf16 *start = s;
1709 utf16 * prgchw2, utf16 * prgchw3, utf16 * prgchw4, utf16 * prgchw5, utf16 * prgchw6,
1718 prgchwRunText[ichr] = (utf16)prgchsRunText8[ichr]; // zero-extend into UTF-16 buffer
1866 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
1870 gr::utf16 * prgchFaceName, unsigned int * pcchLen)
1892 - virtual gr::GrResult Fetch(int ichMin, int ichLim, gr::utf16 * prgchBuf) { return gr::kresNotImp…
1897 + virtual gr::GrResult Fetch(int /*ichMin*/, int /*ichLim*/, gr::utf16 * /*prgchBuf*/) { return gr…
1986 virtual size_t fetch(toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
H A Dgraphite_textsrc.cxx63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch()

Completed in 38 milliseconds