Searched refs:IsSpace (Results 1 – 1 of 1) sorted by relevance
170 sal_Bool IsSpace( const sal_Unicode c ) const in IsSpace() function in SwAutoFormat431 if( 2 < nLen && IsSpace( rTxt.GetChar( nBlnks + 1 ) ) ) in IsEnumericChar()454 if( IsSpace( *pTmp ) ) in IsBlanksInString()456 if( IsSpace( *++pTmp )) // 2 Space nach einander in IsBlanksInString()459 while( *pTmp && IsSpace( *++pTmp )) in IsBlanksInString()544 if( IsSpace( rStr.GetChar( n ) ) ) in IsNoAlphaLine()736 for( nL = rStr.Len(), n = 0; n < nL && IsSpace( rStr.GetChar(n) ); ++n ) in DelLeadingBlanks()750 while( --n && IsSpace( rStr.GetChar( n ) ) ) in DelTrailingBlanks()763 for( nL = rStr.Len(), n = 0; n < nL && IsSpace( rStr.GetChar( n ) ); ++n ) in GetLeadingBlanks()775 while( --n && IsSpace( rStr.GetChar( n ) ) ) in GetTrailingBlanks()[all …]