Searched refs:cNextCh (Results 1 – 4 of 4) sorted by relevance
53 DBG_ASSERT( nOldInPos!=nInPos || cNextCh==(sal_Unicode)EOF, where ); \54 if( nOldInPos==nInPos && cNextCh!=(sal_Unicode)EOF ) \85 cNextCh = GetNextChar(); in InitRead()132 switch( cNextCh ) in GetNextToken()136 cNextCh = GetNextChar(); in GetNextToken()137 if( '*' == cNextCh ) in GetNextToken()140 cNextCh = GetNextChar(); in GetNextToken()143 while( !(bAsterix && '/'==cNextCh) && !IsEOF() ) in GetNextToken()145 bAsterix = ('*'==cNextCh); in GetNextToken()146 cNextCh = GetNextChar(); in GetNextToken()[all …]
211 sal_Unicode cNextCh; // naechstes Zeichen member in CSS1Parser
167 sal_Bool lcl_IsLigature( xub_Unicode cCh, xub_Unicode cNextCh ) in lcl_IsLigature() argument170 return ( isLamChar ( cCh ) && isAlefChar ( cNextCh )); in lcl_IsLigature()1211 xub_Unicode cNextCh = rWord.GetChar( nIdx + 1 ); in InitScriptInfo() local1212 if ( isRehChar ( cNextCh ) || isYehChar ( cNextCh )) in InitScriptInfo()
260 sal_Bool lcl_IsLigature( xub_Unicode cCh, xub_Unicode cNextCh ) // For Kashidas from sw/source/core… in lcl_IsLigature() argument263 return ( 0x644 == cCh && 0x627 == cNextCh ) || in lcl_IsLigature()265 ( 0x628 == cCh && 0x631 == cNextCh ); in lcl_IsLigature()2185 xub_Unicode cNextCh = aWord.GetChar( nIdx + 1 ); in ImpFindKashidas() local2187 if ( 0x631 == cNextCh || 0x64A == cNextCh || in ImpFindKashidas()2188 0x649 == cNextCh ) in ImpFindKashidas()