Home
last modified time | relevance | path

Searched refs:isSpace (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/helper/
H A Dstrhelper.cxx32 inline int isSpace( char cChar ) in isSpace() function
40 inline int isSpace( sal_Unicode cChar ) in isSpace() function
133 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 …]
/trunk/main/xmlreader/source/
H A Dxmlreader.cxx49 bool isSpace(char c) { in isSpace() function
230 while (isSpace(peek())) { in skipSpace()
566 while (begin != end && isSpace(*begin)) { in handleAttributeValue()
569 while (end != begin && isSpace(end[-1])) { in handleAttributeValue()
/trunk/main/i18nutil/source/utility/
H A Dunicode.cxx415 IsType(unicode::isSpace, SPACEMASK) in IsType()
423 return (ch != 0xa0 && isSpace(ch)) || (ch <= 0x1F && (bit(ch) & (CONTROLSPACE))); in IsType()
/trunk/main/i18nutil/inc/i18nutil/
H A Dunicode.hxx55 static sal_Bool SAL_CALL isSpace( const sal_Unicode ch);

Completed in 27 milliseconds