Home
last modified time | relevance | path

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

12345678910>>...180

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DCharactersEvent.java37 private boolean isSpace=false; field in CharactersEvent
116 return isSpace; in isWhiteSpace()
119 public void setSpace(boolean isSpace) { in setSpace() argument
120 this.isSpace = isSpace; in setSpace()
130 isSpace = true; in checkWhiteSpace()
132 if(!XMLChar.isSpace(_text.charAt(i))){ in checkWhiteSpace()
133 isSpace = false; in checkWhiteSpace()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DCharactersEvent.java37 private boolean isSpace=false; field in CharactersEvent
116 return isSpace; in isWhiteSpace()
119 public void setSpace(boolean isSpace) { in setSpace() argument
120 this.isSpace = isSpace; in setSpace()
130 isSpace = true; in checkWhiteSpace()
132 if(!XMLChar.isSpace(_text.charAt(i))){ in checkWhiteSpace()
133 isSpace = false; in checkWhiteSpace()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/helper/
H A Dstrhelper.cxx24 bool isSpace( sal_Unicode cChar ) in isSpace() function
116 while( *pRun && isSpace( *pRun ) ) in GetCommandLineToken()
119 while( *pRun && ! isSpace( *pRun ) ) in GetCommandLineToken()
166 while( *pRun && isSpace( *pRun ) ) in GetCommandLineToken()
169 while( *pRun && ! isSpace( *pRun ) ) in GetCommandLineToken()
213 while( *pRun && isSpace( *pRun ) ) in GetCommandLineTokenCount()
217 while( *pRun && ! isSpace( *pRun ) ) in GetCommandLineTokenCount()
265 if( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()
271 while( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()
324 if( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/helper/
H A Dstrhelper.cxx24 bool isSpace( sal_Unicode cChar ) in isSpace() function
116 while( *pRun && isSpace( *pRun ) ) in GetCommandLineToken()
119 while( *pRun && ! isSpace( *pRun ) ) in GetCommandLineToken()
166 while( *pRun && isSpace( *pRun ) ) in GetCommandLineToken()
169 while( *pRun && ! isSpace( *pRun ) ) in GetCommandLineToken()
213 while( *pRun && isSpace( *pRun ) ) in GetCommandLineTokenCount()
217 while( *pRun && ! isSpace( *pRun ) ) in GetCommandLineTokenCount()
265 if( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()
271 while( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()
324 if( *pRun && isSpace( *pRun ) ) in WhitespaceToSpace()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/path_tracer/
H A Dtiny_obj_loader.cc536 if (token[0] == 'K' && token[1] == 'e' && isSpace(token[2])) { in LoadMtl()
547 if (token[0] == 'N' && token[1] == 's' && isSpace(token[2])) { in LoadMtl()
554 if (0 == strncmp(token, "illum", 5) && isSpace(token[5])) { in LoadMtl()
561 if ((token[0] == 'd' && isSpace(token[1]))) { in LoadMtl()
609 if ((0 == strncmp(token, "map_d", 5)) && isSpace(token[5])) { in LoadMtl()
616 if ((0 == strncmp(token, "bump", 4)) && isSpace(token[4])) { in LoadMtl()
623 if ((0 == strncmp(token, "disp", 4)) && isSpace(token[4])) { in LoadMtl()
746 if (token[0] == 'v' && isSpace((token[1]))) { in LoadObj()
778 if (token[0] == 'f' && isSpace((token[1]))) { in LoadObj()
846 if (token[0] == 'g' && isSpace((token[1]))) { in LoadObj()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/objrender/
H A Dtiny_obj_loader.cc546 if (token[0] == 'K' && token[1] == 'e' && isSpace(token[2])) { in LoadMtl()
557 if (token[0] == 'N' && token[1] == 's' && isSpace(token[2])) { in LoadMtl()
564 if (0 == strncmp(token, "illum", 5) && isSpace(token[5])) { in LoadMtl()
571 if ((token[0] == 'd' && isSpace(token[1]))) { in LoadMtl()
619 if ((0 == strncmp(token, "map_d", 5)) && isSpace(token[5])) { in LoadMtl()
626 if ((0 == strncmp(token, "bump", 4)) && isSpace(token[4])) { in LoadMtl()
633 if ((0 == strncmp(token, "disp", 4)) && isSpace(token[4])) { in LoadMtl()
756 if (token[0] == 'v' && isSpace((token[1]))) { in LoadObj()
788 if (token[0] == 'f' && isSpace((token[1]))) { in LoadObj()
856 if (token[0] == 'g' && isSpace((token[1]))) { in LoadObj()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/vrcamera/
H A Dtiny_obj_loader.cc536 if (token[0] == 'K' && token[1] == 'e' && isSpace(token[2])) { in LoadMtl()
547 if (token[0] == 'N' && token[1] == 's' && isSpace(token[2])) { in LoadMtl()
554 if (0 == strncmp(token, "illum", 5) && isSpace(token[5])) { in LoadMtl()
561 if ((token[0] == 'd' && isSpace(token[1]))) { in LoadMtl()
609 if ((0 == strncmp(token, "map_d", 5)) && isSpace(token[5])) { in LoadMtl()
616 if ((0 == strncmp(token, "bump", 4)) && isSpace(token[4])) { in LoadMtl()
623 if ((0 == strncmp(token, "disp", 4)) && isSpace(token[4])) { in LoadMtl()
746 if (token[0] == 'v' && isSpace((token[1]))) { in LoadObj()
778 if (token[0] == 'f' && isSpace((token[1]))) { in LoadObj()
846 if (token[0] == 'g' && isSpace((token[1]))) { in LoadObj()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/double_precision/
H A Dtiny_obj_loader.cc536 if (token[0] == 'K' && token[1] == 'e' && isSpace(token[2])) { in LoadMtl()
547 if (token[0] == 'N' && token[1] == 's' && isSpace(token[2])) { in LoadMtl()
554 if (0 == strncmp(token, "illum", 5) && isSpace(token[5])) { in LoadMtl()
561 if ((token[0] == 'd' && isSpace(token[1]))) { in LoadMtl()
609 if ((0 == strncmp(token, "map_d", 5)) && isSpace(token[5])) { in LoadMtl()
616 if ((0 == strncmp(token, "bump", 4)) && isSpace(token[4])) { in LoadMtl()
623 if ((0 == strncmp(token, "disp", 4)) && isSpace(token[4])) { in LoadMtl()
746 if (token[0] == 'v' && isSpace((token[1]))) { in LoadObj()
778 if (token[0] == 'f' && isSpace((token[1]))) { in LoadObj()
846 if (token[0] == 'g' && isSpace((token[1]))) { in LoadObj()
[all …]
/dports/devel/cppunit/cppunit-1.14.0/examples/cppunittest/
H A DXmlUniformiser.cpp72 while ( isSpace() ) in skipSpaces()
78 XmlUniformiser::isSpace( char c ) in isSpace() function in XmlUniformiser
85 XmlUniformiser::isSpace() in isSpace() function in XmlUniformiser
87 return isValidIndex() && isSpace( m_xml[m_index] ); in isSpace()
154 !( isSpace() || startsWith( ">" ) ) ) in copyElementName()
164 bool hadSpace = isSpace(); in copyElementAttributes()
198 return isSpace() || startsWith( ">" ) || startsWith( "=" ); in isEndOfAttributeName()
233 while ( index-1 > 0 && isSpace( m_stripped[index-1] ) ) in removeTrailingSpaces()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dformattinghelpers.cpp24 while (prefixPos < prefix.length() && prefix[prefixPos].isSpace()) in matchPrefixIgnoringWhitespace()
26 while (textPos < text.length() && text[textPos].isSpace()) in matchPrefixIgnoringWhitespace()
67 …f (context.isEmpty() || !context[context.size() - 1].isSpace() || text.isEmpty() || !text[0].isSpa… in skipRedundantWhiteSpace()
74 while (contextPosition > 0 && context[contextPosition - 1].isSpace()) in skipRedundantWhiteSpace()
78 while (textWhitespaceEnd < text.size() && text[textWhitespaceEnd].isSpace()) in skipRedundantWhiteSpace()
101 …contextWhiteSpace[contextOffset].isSpace() && contextWhiteSpace[contextOffset] != QLatin1Char('\n'… in skipRedundantWhiteSpace()
102 … textWhiteSpace[textOffset].isSpace() && textWhiteSpace[textOffset] != QLatin1Char('\n')) { in skipRedundantWhiteSpace()
144 while (startOfWhiteSpace > 0 && formattedMergedText[startOfWhiteSpace - 1].isSpace()) in extractFormattedTextFromContext()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqstringalgorithms_p.h66 static inline bool isSpace(char ch) { return ascii_isspace(ch); } in isSpace() function
67 static inline bool isSpace(QChar ch) { return ch.isSpace(); } in isSpace() function
93 while (begin < end && isSpace(end[-1])) in trimmed_helper_positions()
96 while (begin < end && isSpace(*begin)) in trimmed_helper_positions()
127 while (src != end && isSpace(*src)) in simplified_helper()
129 while (src != end && !isSpace(*src)) in simplified_helper()

12345678910>>...180