Searched refs:utf16 (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sal/rtl/source/ |
H A D | surrogates.h | 34 #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)
|
/aoo41x/main/shell/source/backends/kde4be/ |
H A D | kde4access.cxx | 66 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()
|
/aoo41x/main/sal/qa/rtl/oustring/ |
H A D | rtl_OUString2.cxx | 981 static sal_Unicode const utf16[] = { 0x0041, 0x00E4, 0x0061 }; in test() local 984 rtl::OUString(utf16, sizeof utf16 / sizeof utf16[0]).convertToString( in test() 1179 static sal_Unicode const utf16[] = in testNotWellFormed() local 1181 rtl::OUString s(utf16, sizeof utf16 / sizeof (sal_Unicode)); in testNotWellFormed()
|
/aoo41x/main/graphite/ |
H A D | graphite-2.3.1.patch | 1562 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);
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.hxx | 74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer);
|
H A D | graphite_textsrc.cxx | 63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch()
|
Completed in 60 milliseconds