Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_types.h206 #define UCS_LIGATURE_PLACEHOLDER ((UT_UCS4Char)0xF854) macro
207 #define UCS_ABICONTROL_END (UCS_LIGATURE_PLACEHOLDER)
/dports/editors/abiword/abiword-3.0.5/src/af/gr/win/
H A Dgr_Win32CharWidths.cpp55 if(k == 0x200B || k == 0xFEFF || k == UCS_LIGATURE_PLACEHOLDER) in setCharWidthsOfRange()
136 if(k == 0x200B || k == 0xFEFF || k == UCS_LIGATURE_PLACEHOLDER) in setCharWidthsOfRange()
H A Dgr_Win32Graphics.cpp1761 if(cChar == 0xFEFF || cChar == 0x200b || cChar == UCS_LIGATURE_PLACEHOLDER) in measureUnremappedCharForCache()
1969 if(c == 0xFEFF || c == 0x200b || c == UCS_LIGATURE_PLACEHOLDER) in measureUnRemappedChar()
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_Graphics.cpp89 if(c == 0xFEFF || c == 0x200B || c == UCS_LIGATURE_PLACEHOLDER) in getCharWidthFromCache()
1212 if(i > 0 && *(RI.m_pChars + i) == UCS_LIGATURE_PLACEHOLDER) in measureRenderedCharWidths()