Searched refs:lclIsWhiteSpace (Results 1 – 1 of 1) sorted by relevance
54 inline bool lclIsWhiteSpace( sal_Char cChar ) in lclIsWhiteSpace() function62 if( lclIsWhiteSpace( *pcBeg ) ) in lclFindWhiteSpace()70 if( !lclIsWhiteSpace( *pcBeg ) ) in lclFindNonWhiteSpace()77 while( (pcBeg < pcEnd) && lclIsWhiteSpace( pcEnd[ -1 ] ) ) in lclTrimWhiteSpaceFromEnd()135 if( (pcNameBeg < pcEnd) && ((bOk = lclIsWhiteSpace( *pcNameBeg )) == true) ) in lclProcessAttribs()
Completed in 13 milliseconds