Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Duri.cxx64 inline bool isHighSurrogate(sal_uInt32 nUtf16) in isHighSurrogate() function
172 if (bUTF8 && nEncoded >= nMin && !isHighSurrogate(nEncoded) in readUcs4()
212 || (nDstSize == 2 && isHighSurrogate(aDst[0]) in readUcs4()
246 return isHighSurrogate(nChar) && *pBegin < pEnd in readUcs4()
/trunk/main/tools/inc/tools/
H A Dinetmime.hxx376 static inline bool isHighSurrogate(sal_uInt32 nUTF16);
768 inline bool INetMIME::isHighSurrogate(sal_uInt32 nUTF16) in isHighSurrogate() function in INetMIME
783 DBG_ASSERT(isHighSurrogate(cHighSurrogate) in toUTF32()
/trunk/main/svl/source/misc/
H A Durihelper.cxx424 return INetMIME::isHighSurrogate(rStr.GetChar(nPos)) in nextChar()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx5324 && !INetMIME::isHighSurrogate(nEncoded) in getUTF32()

Completed in 71 milliseconds