Searched refs:isWhitespaceChar (Results 1 - 3 of 3) sorted by relevance

/external/deqp/executor/
H A DxeXMLParser.cpp47 static inline bool isWhitespaceChar (int ch) function in namespace:xe::xml
176 while (isWhitespaceChar(curChar))
/external/doclava/src/com/google/doclava/
H A DComment.java53 while (i < length && isWhitespaceChar(text.charAt(i++))) {}
107 if (!isWhitespaceChar(text.charAt(i))) {
155 if (text.charAt(i) == '{' && text.charAt(i+1) == '@' && !isWhitespaceChar(text.charAt(i+2))) {
179 while (index < end && !isWhitespaceChar(c)) {
200 while (index < end && isWhitespaceChar(text.charAt(index++))) {}
228 (index == 0 && text.length() > 1 && !isWhitespaceChar(text.charAt(index+1)))) {
258 while (isWhitespaceChar(text.charAt(index+1)) || !isWhitespaceChar(text.charAt(index-1))) {
274 index < endOfBlock && !isWhitespaceChar(c); c = text.charAt(index++)) {}
291 while (index < endOfBlock && isWhitespaceChar(tex
298 private boolean isWhitespaceChar(char c) { method in class:Comment
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Deditable_text.js303 cvox.ChromeVoxEditableTextBase.prototype.isWhitespaceChar = function(ch) {

Completed in 379 milliseconds