Searched refs:cNextCh (Results 1 – 4 of 4) sorted by relevance
161 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 …]
201 sal_Unicode cNextCh; // nächstes 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()
Completed in 43 milliseconds