Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/text/
H A Dporlay.cxx179 sal_Bool lcl_ConnectToPrev( xub_Unicode cCh, xub_Unicode cPrevCh ) in lcl_ConnectToPrev() argument
190 sal_Bool bRet = 0x628 == cPrevCh || in lcl_ConnectToPrev()
191 ( 0x62A <= cPrevCh && cPrevCh <= 0x62E ) || in lcl_ConnectToPrev()
192 ( 0x633 <= cPrevCh && cPrevCh <= 0x647 ) || in lcl_ConnectToPrev()
193 0x649 == cPrevCh || // Alef Maksura does connect !!! in lcl_ConnectToPrev()
194 0x64A == cPrevCh || in lcl_ConnectToPrev()
195 ( 0x678 <= cPrevCh && cPrevCh <= 0x687 ) || in lcl_ConnectToPrev()
196 ( 0x69A <= cPrevCh && cPrevCh <= 0x6C1 ) || in lcl_ConnectToPrev()
197 ( 0x6C3 <= cPrevCh && cPrevCh <= 0x6D3 ) || in lcl_ConnectToPrev()
198 ( 0x6FA <= cPrevCh && cPrevCh <= 0x6FC ) ; in lcl_ConnectToPrev()
[all …]
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx268 sal_Bool lcl_ConnectToPrev( xub_Unicode cCh, xub_Unicode cPrevCh ) // For Kashidas from sw/source/… in lcl_ConnectToPrev() argument
271 sal_Bool bRet = 0x627 != cPrevCh && 0x62F != cPrevCh && 0x630 != cPrevCh && in lcl_ConnectToPrev()
272 0x631 != cPrevCh && 0x632 != cPrevCh && 0x648 != cPrevCh; in lcl_ConnectToPrev()
276 bRet = ! lcl_IsLigature( cPrevCh, cCh ); in lcl_ConnectToPrev()
2137 xub_Unicode cPrevCh = 0; in ImpFindKashidas() local
2168 DBG_ASSERT( 0 != cPrevCh, "No previous character" ); in ImpFindKashidas()
2171 if ( lcl_ConnectToPrev( cCh, cPrevCh ) ) in ImpFindKashidas()
2182 DBG_ASSERT( 0 != cPrevCh, "No previous character" ); in ImpFindKashidas()
2191 if ( lcl_ConnectToPrev( cCh, cPrevCh ) ) in ImpFindKashidas()
2201 DBG_ASSERT( 0 != cPrevCh, "No previous character" ); in ImpFindKashidas()
[all …]