Lines Matching refs:cCh
260 sal_Bool lcl_IsLigature( xub_Unicode cCh, xub_Unicode cNextCh ) // For Kashidas from sw/source/core… in lcl_IsLigature() argument
263 return ( 0x644 == cCh && 0x627 == cNextCh ) || in lcl_IsLigature()
265 ( 0x628 == cCh && 0x631 == cNextCh ); in lcl_IsLigature()
268 sal_Bool lcl_ConnectToPrev( xub_Unicode cCh, xub_Unicode cPrevCh ) // For Kashidas from sw/source/… in lcl_ConnectToPrev() argument
276 bRet = ! lcl_IsLigature( cPrevCh, cCh ); in lcl_ConnectToPrev()
2136 xub_Unicode cCh; in ImpFindKashidas() local
2141 cCh = aWord.GetChar( nIdx ); in ImpFindKashidas()
2145 if ( 0x640 == cCh ) in ImpFindKashidas()
2154 ( 0x633 == cCh || 0x635 == cCh ) ) in ImpFindKashidas()
2165 ( 0x629 == cCh || 0x62D == cCh || 0x62F == cCh || in ImpFindKashidas()
2166 0x627 == cCh || 0x644 == cCh || 0x643 == cCh ) ) in ImpFindKashidas()
2171 if ( lcl_ConnectToPrev( cCh, cPrevCh ) ) in ImpFindKashidas()
2180 if ( nIdx && nIdx + 1 < aWord.Len() && 0x628 == cCh ) in ImpFindKashidas()
2191 if ( lcl_ConnectToPrev( cCh, cPrevCh ) ) in ImpFindKashidas()
2199 0x60C <= cCh && 0x6FE >= cCh ) in ImpFindKashidas()
2204 if ( lcl_ConnectToPrev( cCh, cPrevCh ) ) in ImpFindKashidas()
2217 if ( cCh < 0x64B || cCh > 0x652 ) in ImpFindKashidas()
2218 cPrevCh = cCh; in ImpFindKashidas()