Searched refs:isSpace (Results 1 – 4 of 4) sorted by relevance
32 inline int isSpace( char cChar ) in isSpace() function40 inline int isSpace( sal_Unicode cChar ) in isSpace() function133 while( *pRun && isSpace( *pRun ) ) in GetCommandLineToken()136 while( *pRun && ! isSpace( *pRun ) ) in GetCommandLineToken()184 while( *pRun && isSpace( *pRun ) ) in GetCommandLineToken()233 while( *pRun && isSpace( *pRun ) ) in GetCommandLineTokenCount()284 while( *pRun && isSpace( *pRun ) ) in GetCommandLineTokenCount()336 if( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()342 while( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()393 if( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()[all …]
49 bool isSpace(char c) { in isSpace() function230 while (isSpace(peek())) { in skipSpace()566 while (begin != end && isSpace(*begin)) { in handleAttributeValue()569 while (end != begin && isSpace(end[-1])) { in handleAttributeValue()
415 IsType(unicode::isSpace, SPACEMASK) in IsType()423 return (ch != 0xa0 && isSpace(ch)) || (ch <= 0x1F && (bit(ch) & (CONTROLSPACE))); in IsType()
55 static sal_Bool SAL_CALL isSpace( const sal_Unicode ch);
Completed in 27 milliseconds