Searched refs:cPrevCh (Results 1 – 2 of 2) sorted by relevance
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()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()202 bRet = !lcl_IsLigature( cPrevCh, cCh ); in lcl_ConnectToPrev()1130 xub_Unicode cPrevCh = 0; in InitScriptInfo() local[all …]
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() local2168 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()2204 if ( lcl_ConnectToPrev( cCh, cPrevCh ) ) in ImpFindKashidas()[all …]
Completed in 43 milliseconds