Lines Matching refs:sal_Ucs
282 sal_Ucs m_aBufferedUnicodes[3];
285 boost::shared_array<sal_Ucs> m_pUnicodes;
301 void addCode( sal_Ucs i_cCode ) in addCode()
305 sal_Ucs* pNew = new sal_Ucs[ 2 * m_nMaxUnicodes]; in addCode()
307 rtl_copyMemory( pNew, m_pUnicodes.get(), m_nMaxUnicodes * sizeof(sal_Ucs) ); in addCode()
309 rtl_copyMemory( pNew, m_aBufferedUnicodes, m_nMaxUnicodes * sizeof(sal_Ucs) ); in addCode()
319 sal_Ucs getCode( sal_Int32 i_nIndex ) const in getCode()
321 sal_Ucs nRet = 0; in getCode()
350 sal_Ucs m_aUnicode;
357 std::map< sal_Ucs, sal_Int8 > m_aCMap;
839 …void registerGlyphs( int nGlyphs, sal_GlyphId* pGlyphs, sal_Int32* pGlpyhWidths, sal_Ucs* pUnicode…
888 …sal_Int32 createToUnicodeCMap( sal_uInt8* pEncoding, sal_Ucs* pUnicodes, sal_Int32* pUnicodesPerGl…