HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 251 - 275 of 1737) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/util/
JsonWriter.java 161 * @param indent a string containing only whitespace.
235 * Enters a new scope by appending any necessary whitespace and the given
246 * Closes the current scope by appending any necessary whitespace and the
473 * Inserts any necessary separators and whitespace before a name. Also
488 * Inserts any necessary separators and whitespace before a literal value,
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 192 * text at the first whitespace character.
219 * Found some ignorable whitespace. We only add it if the client
220 * wants to see whitespace. Whitespace before and after the
378 * Controls whether this DocumentBuilder ignores element content whitespace.
  /libcore/luni/src/main/java/java/util/
Properties.java 259 * character ("\r", "\n", "\r\n"). If there's whitespace after the
260 * backslash it will just escape that whitespace instead of concatenating
263 * the value, and the value. The key goes up to the first whitespace, "=" or
265 * either one whitespace, one "=" or one ":" and any amount of additional
266 * whitespace before and after that character. The value starts with the
323 mode = IGNORE; // Ignore whitespace on the next line
365 mode = IGNORE; // Ignore whitespace on the next line
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
TextUtilities.java 318 * whitespace. If it's HTML, we'll 1) strip out tags, 2) turn entities into the appropriate
319 * characters, and 3) strip out extraneous whitespace, all in one pass
377 // Start with space as last character to avoid leading whitespace
433 // The idea is to find the content in the message, not the whitespace, so we'll
434 // turn any combination of contiguous whitespace into a single space
438 // Make every whitespace character a simple space
561 * @param query the query, which can contain multiple terms separated by whitespace
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 276 // Most text nodes are just whitespace for formatting (which we're replacing)
283 // since the whitespace may be significant, e.g.
336 // Count how many newlines we find in the trailing whitespace of the
434 // To fix this, we need to insert some extra whitespace into the first line
548 // Preserve whitespace after comment: See if the original document had two or
702 // This is the case if we are not compressing whitespace (checked above),
742 // If there is just whitespace, continue looking for a previous sibling
    [all...]
  /external/guava/src/com/google/common/base/
CharMatcher.java 60 * Determines whether a character is whitespace according to the latest
64 * of several definitions of "whitespace" at
70 public static final CharMatcher WHITESPACE =
75 * Determines whether a character is a breaking whitespace (that is,
76 * a whitespace which can be interpreted as a break between words
77 * for formatting purposes). See {@link #WHITESPACE} for a discussion
112 * Determines whether a character is whitespace according to {@link
114 * to use {@link #WHITESPACE}. See a comparison of several definitions of
115 * "whitespace" at <a href="http://go/white+space">go/white+space</a>.
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 45 NoCanonicalizeWhiteSpace("strict-whitespace",
46 cl::desc("Do not treat all horizontal whitespace as equivalent"));
113 // Ignore trailing whitespace.
407 // Patterns have leading whitespace stripped, so skip whitespace when
473 // If C is not a horizontal whitespace, skip it.
509 // If we want to canonicalize whitespace, strip excess whitespace from the
552 // ignore leading and trailing whitespace.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 80 * preserve whitespace.
90 * State flag to tell if preservation of whitespace
101 * was text, so we can tell if we should preserve whitespace.
293 * that all whitespace is removed,and will include the enclosing
831 * the separator "|" and all whitespace removed.</p>
    [all...]
  /external/clang/include/clang/Lex/
Token.h 74 StartOfLine = 0x01, // At start of line or only after whitespace.
75 LeadingSpace = 0x02, // Whitespace exists before this token.
239 /// hasLeadingSpace - Return true if this token has whitespace before it.
TokenConcatenation.h 24 /// "Is it safe to emit two tokens without a whitespace between them, or
  /external/jpeg/
rdswitch.c 45 /* Skip any leading whitespace, detect EOF */
76 * The file is plain ASCII text: decimal numbers with whitespace between.
167 * The file is free format text: any whitespace may appear between numbers
  /external/llvm/utils/lit/lit/
TclUtil.py 11 # Replace '\\\n' and subsequent whitespace by a single space.
68 # Lex until whitespace or end of string, the opening brace has already
109 # Lex until whitespace or end of string.
  /libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java 256 * Receive notification of ignorable whitespace in element content.
260 * whitespace (such as adding data to a node or buffer, or printing
263 * @param ch The whitespace characters.
  /system/core/liblog/
event_tag_map.c 156 * Determine whether "c" is a whitespace char.
245 /* might be leading whitespace before tag num, keep going */
302 /* looks like leading whitespace; keep scanning */
  /external/pcre/testdata/
testinput1 672 /[\040\t]* # Nab whitespace.
700 [\040\t]* # Nab whitespace.
717 [\040\t]* # Nab whitespace.
743 [\040\t]* # Nab whitespace.
761 [\040\t]* # Nab whitespace.
784 [\040\t]* # Nab whitespace.
802 [\040\t]* # Nab whitespace.
825 [\040\t]* # Nab whitespace.
880 [\040\t]* # Nab whitespace.
898 [\040\t]* # Nab whitespace
    [all...]
testinput7 1156 /[\040\t]* # Nab whitespace.
1184 [\040\t]* # Nab whitespace.
1201 [\040\t]* # Nab whitespace.
1227 [\040\t]* # Nab whitespace.
1245 [\040\t]* # Nab whitespace.
1268 [\040\t]* # Nab whitespace.
1286 [\040\t]* # Nab whitespace.
1309 [\040\t]* # Nab whitespace.
1364 [\040\t]* # Nab whitespace.
    [all...]
  /bootable/recovery/edify/
README 44 quotes are only needed if you want characters like whitespace to
  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 35 * hex digits freely interspersed with whitespace. If a pound sign
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 35 * hex digits freely interspersed with whitespace. If a pound sign
  /external/antlr/src/org/antlr/runtime/
Token.java 54 * so that whitespace etc... can go to the parser on a "hidden" channel.
  /external/apache-http/src/org/apache/http/message/
BasicLineParser.java 242 // end of line, no tolerance for trailing whitespace
246 // beginning of line, tolerate leading whitespace
251 } // else within line, don't tolerate whitespace
492 * Helper to skip whitespace.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMConstants.java 64 public static final String DOM_ELEMENT_CONTENT_WHITESPACE = "element-content-whitespace";
  /external/chromium/chrome/browser/net/
url_fixer_upper.h 31 // whitespace.
  /external/chromium/googleurl/
PRESUBMIT.py 48 - has a line that ends with whitespace
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 29 // Return all comments and whitespace as tokens.

Completed in 324 milliseconds

<<11121314151617181920>>