Home
last modified time | relevance | path

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

/trunk/main/tools/inc/tools/
H A Dinetmime.hxx380 static inline sal_uInt32 toUTF32(sal_Unicode cHighSurrogate,
780 inline sal_uInt32 INetMIME::toUTF32(sal_Unicode cHighSurrogate, in toUTF32() argument
783 DBG_ASSERT(isHighSurrogate(cHighSurrogate) in toUTF32()
786 return ((sal_uInt32(cHighSurrogate) & 0x3FF) << 10) in toUTF32()

Completed in 16 milliseconds