Searched refs:isAllWhitespace (Results 1 - 5 of 5) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DInlineRewriter.java66 if (isAllWhitespace(data.getText())) {
85 private static boolean isAllWhitespace(String s) { method in class:InlineRewriter
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java1461 boolean isAllWhitespace = true;
1465 while (i < end && isAllWhitespace) {
1479 isAllWhitespace = false;
1510 isAllWhitespace = false;
1519 if (i < end || !isAllWhitespace)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp94 static inline bool isAllWhitespace(const String& string) function in namespace:blink
229 if (whitespaceMode == AllWhitespace || (whitespaceMode == WhitespaceUnknown && isAllWhitespace(string)))
H A DHTMLTreeBuilder.cpp70 static inline bool isAllWhitespace(const String& string) function in namespace:blink
2553 if (!isAllWhitespace(characters)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1134 milliseconds