Searched defs:isWhiteSpace (Results 1 - 19 of 19) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLCharacterRecognizer.java38 public static boolean isWhiteSpace(char ch) method in class:XMLCharacterRecognizer
52 public static boolean isWhiteSpace(char ch[], int start, int length) method in class:XMLCharacterRecognizer
59 if (!isWhiteSpace(ch[s]))
72 public static boolean isWhiteSpace(StringBuffer buf) method in class:XMLCharacterRecognizer
79 if (!isWhiteSpace(buf.charAt(i)))
92 public static boolean isWhiteSpace(String s) method in class:XMLCharacterRecognizer
101 if (!isWhiteSpace(s.charAt(i)))
/external/icu4c/common/
H A Dpatternprops.cpp153 PatternProps::isWhiteSpace(UChar32 c) { function in class:PatternProps
167 while(length>0 && isWhiteSpace(*s)) {
176 if(length<=0 || (!isWhiteSpace(s[0]) && !isWhiteSpace(s[length-1]))) {
181 while(start<limit && isWhiteSpace(s[start])) {
187 while(isWhiteSpace(s[limit-1])) {
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DTokenParser.java72 if (isWhiteSpace(currChar))
93 else if (isWhiteSpace(currChar))
112 if (isWhiteSpace(currChar))
195 boolean isWhiteSpace( method in class:TokenParser
H A DDirectiveList.java95 if (isWhiteSpace(currChar))
116 else if (isWhiteSpace(currChar))
134 if (isWhiteSpace(currChar))
150 if (isWhiteSpace(currChar))
176 else if (isWhiteSpace(currChar))
206 if (isWhiteSpace(currChar))
296 boolean isWhiteSpace( method in class:DirectiveList
/external/smack/src/com/novell/sasl/client/
H A DTokenParser.java72 if (isWhiteSpace(currChar))
93 else if (isWhiteSpace(currChar))
112 if (isWhiteSpace(currChar))
195 boolean isWhiteSpace( method in class:TokenParser
H A DDirectiveList.java95 if (isWhiteSpace(currChar))
116 else if (isWhiteSpace(currChar))
134 if (isWhiteSpace(currChar))
150 if (isWhiteSpace(currChar))
176 else if (isWhiteSpace(currChar))
206 if (isWhiteSpace(currChar))
296 boolean isWhiteSpace( method in class:DirectiveList
/external/icu4c/test/perf/charperf/
H A Dcharperf.h174 inline void isWhiteSpace(UChar32 ch) function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
H A Dregress-90596-001.js197 if (!isWhiteSpace(charCode))
205 function isWhiteSpace(charCode) function
H A Dregress-90596-002.js197 if (!isWhiteSpace(charCode))
205 function isWhiteSpace(charCode) function
H A Dregress-90596-003.js221 if (!isWhiteSpace(charCode) && !isQuote(charCode))
229 function isWhiteSpace(charCode) function
/external/webkit/Source/JavaScriptCore/parser/
H A DLexer.h44 static bool isWhiteSpace(int character);
150 inline bool Lexer::isWhiteSpace(int ch) function in class:JSC::Lexer
/external/webkit/Source/WebCore/platform/network/
H A DMIMESniffing.cpp140 static inline bool isWhiteSpace(unsigned char data) function in namespace:__anon15929
147 while (pos < dataSize && isWhiteSpace(data[pos]))
266 return isWhiteSpace(*data) || *data == 0x3E;
/external/icu4c/test/intltest/
H A Dwbnf.cpp35 static inline UBool isWhiteSpace(char c) {return isInList(c, WHITE_SPACE);} function
407 } else if (isSpecialAsciiChar(c) || isWhiteSpace(c)){
857 if (isWhiteSpace(c)){ // state = START; //do nothing
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 333 milliseconds