Home
last modified time | relevance | path

Searched refs:cNextCh (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dparcss1.hxx201 sal_Unicode cNextCh; // nächstes Zeichen member in CSS1Parser
H A Dparcss1.cxx161 if( ('A' <= cNextCh && cNextCh <= 'Z') || in GetNextToken()
162 ('a' <= cNextCh && cNextCh <= 'z') ) in GetNextToken()
170 ('a' <= cNextCh && cNextCh <= 'z') || in GetNextToken()
260 if( 'i'==cNextCh || 'I'==cNextCh) in GetNextToken()
340 ( ('0'<=cNextCh && '9'>=cNextCh) || in GetNextToken()
341 ('A'<=cNextCh && 'F'>=cNextCh) || in GetNextToken()
367 } while( (('0'<=cNextCh && '9'>=cNextCh) || '.'==cNextCh) && in GetNextToken()
551 if( ('0'<=cNextCh && '9'>=cNextCh) || in GetNextToken()
552 ('a'<=cNextCh && 'f'>=cNextCh) || in GetNextToken()
553 ('A'<=cNextCh && 'F'>=cNextCh) ) in GetNextToken()
[all …]
/trunk/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()
/trunk/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()

Completed in 75 milliseconds