Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/html/
H A Dparcss1.cxx53 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 …]
H A Dparcss1.hxx211 sal_Unicode cNextCh; // naechstes Zeichen member in CSS1Parser
/AOO41X/main/sw/source/core/text/
H A Dporlay.cxx167 sal_Bool lcl_IsLigature( xub_Unicode cCh, xub_Unicode cNextCh ) in lcl_IsLigature() argument
170 return ( isLamChar ( cCh ) && isAlefChar ( cNextCh )); in lcl_IsLigature()
1211 xub_Unicode cNextCh = rWord.GetChar( nIdx + 1 ); in InitScriptInfo() local
1212 if ( isRehChar ( cNextCh ) || isYehChar ( cNextCh )) in InitScriptInfo()
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx260 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()
2185 xub_Unicode cNextCh = aWord.GetChar( nIdx + 1 ); in ImpFindKashidas() local
2187 if ( 0x631 == cNextCh || 0x64A == cNextCh || in ImpFindKashidas()
2188 0x649 == cNextCh ) in ImpFindKashidas()