OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWhitespaceChar
(Results
1 - 3
of
3
) sorted by null
/external/deqp/executor/
xeXMLParser.cpp
47
static inline bool
isWhitespaceChar
(int ch)
176
while (
isWhitespaceChar
(curChar))
/external/doclava/src/com/google/doclava/
Comment.java
53
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
(text.charAt(index++))) {
[
all
...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js
303
cvox.ChromeVoxEditableTextBase.prototype.
isWhitespaceChar
= function(ch) {
[
all
...]
Completed in 88 milliseconds