/external/chromium/googleurl/src/ |
url_canon_etc.cc | 56 // when we do find whitespace. 66 // Didn't find any whitespace, we don't need to do anything. We can just 72 // Remove the whitespace into the new buffer and return it.
|
/external/chromium_org/chrome/browser/autocomplete/ |
keyword_provider_unittest.cc | 105 // Check that tokenization only collapses whitespace between first tokens, 185 // Check that tokenization only collapses whitespace between first tokens 242 // Also, check that tokenization only collapses whitespace between first
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 437 * Trim whitespace from begin and end of string. 449 * Trim whitespace from beginning of string. 461 * Trim whitespace from end of string.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 437 * Trim whitespace from begin and end of string. 449 * Trim whitespace from beginning of string. 461 * Trim whitespace from end of string.
|
/external/chromium_org/net/tools/balsa/ |
balsa_frame.cc | 187 // is at least one non-whitespace characters between [begin, end). 203 // If there is indeed non-whitespace in the line, then the following 239 // Kill all whitespace (including '\r\n') at the end of the line. 271 // encountered a non whitespace character at the beginning of the stream, at 288 // won't be a whitespace (else the loop above wouldn't have terminated). 289 // That implies that we're guaranteed to get at least one non-whitespace 314 // Note that due to the loop which consumes all of the whitespace 338 // Note that due to the loop which consumes all of the whitespace 405 // A precondition for this function is that there is non-whitespace between 531 // We cleanup the whitespace at the end of the line before doing anythin [all...] |
/external/chromium_org/third_party/jstemplate/ |
util.js | 433 * Trim whitespace from begin and end of string. 445 * Trim whitespace from beginning of string. 457 * Trim whitespace from end of string.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.h | 79 // precise descriptions. Whitespace and comments are skipped. By default, 155 // stripped out. For block comments, leading whitespace and an asterisk will 279 // token (not including whitespace or comments).
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
win_tool.py | 174 # Load and normalize the manifests. mt.exe sometimes removes whitespace, 178 our_data = our_f.read().translate(None, string.whitespace) 179 assert_data = assert_f.read().translate(None, string.whitespace)
|
/external/chromium_org/url/ |
url_canon_etc.cc | 31 // when we do find whitespace. 41 // Didn't find any whitespace, we don't need to do anything. We can just 47 // Remove the whitespace into the new buffer and return it.
|
/external/chromium_org/v8/src/ |
dateparser-inl.h | 153 // whitespace or other separators. 178 // Ignore other characters and whitespace. 210 return DateToken::WhiteSpace(in_->position() - pre_pos);
|
/external/guava/guava/src/com/google/common/io/ |
CharStreams.java | 276 * characters, but does include other leading and trailing whitespace. 298 * characters, but do include other leading and trailing whitespace. 320 * leading and trailing whitespace.
|
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 296 * Tests which characters tokener treats as ignorable whitespace. See Kevin Bourrillion's 298 * of whitespace characters</a>. 334 assertEquals("The character " + name + " is not whitespace according to the JSON spec.",
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
DefaultHandler.java | 332 * Receive notification of ignorable whitespace in element content. 336 * whitespace (such as adding data to a node or buffer, or printing 339 * @param ch The whitespace characters.
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeUtility.java | 117 * 2047</a> section 2). If the string contains non-whitespace sequences 118 * longer than 76 characters a line break is inserted at the whitespace 162 * Search for whitespace.
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XStringForFSB.java | 830 * of whitespace. Refer to <A href="http://www.w3.org/TR/1998/REC-xml-19980210#NT-S"> 832 * @param ch Character to check as XML whitespace. 833 * @return =true if <var>ch</var> is XML whitespace; otherwise =false. 841 * Conditionally trim all leading and trailing whitespace in the specified String. 849 * @param trimHead Trim leading whitespace? 850 * @param trimTail Trim trailing whitespace?
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
DeleteSelectionCommand.cpp | 223 // Handle leading and trailing whitespace, as well as smart delete adjustments to the selection 229 // skip smart delete if the selection to delete already starts or ends with whitespace 235 // extend selection upstream if there is whitespace there 249 // trailing whitespace is only considered for smart delete if there is no leading 250 // whitespace, as in the case where you double-click the first word of a paragraph. [all...] |
/external/clang/lib/Lex/ |
TokenLexer.cpp | 303 // If any tokens were substituted from the argument, the whitespace 304 // before the first token should match the whitespace of the arg 311 // If this is an empty argument, and if there was whitespace before the 312 // formal token, make sure the next token gets whitespace before it. 353 // whitespace, transfer this information onto the first token of the 360 // case, we do not want the extra whitespace to be added. For example, [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlDocument.java | 521 * include preceeding whitespace for the first attribute, as that 659 // attribute includes leading whitespace, so we needn't add it here 774 * content. This should contain any leading whitespace from the 818 * whitespace. Emits originalHtml_ if it were specified to the constructor. 840 * even if it is empty) with all necessary preceeding whitespace. [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlDocument.java | 522 * include preceeding whitespace for the first attribute, as that 660 // attribute includes leading whitespace, so we needn't add it here 775 * content. This should contain any leading whitespace from the 819 * whitespace. Emits originalHtml_ if it were specified to the constructor. 841 * even if it is empty) with all necessary preceeding whitespace. [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 206 * Receive notification of ignorable whitespace in element content. 210 * @param ch The whitespace characters.
|
/external/chromium/chrome/browser/chromeos/ |
plugin_selection_policy_unittest.cc | 67 const char kWhitespaceTestPolicy[] = "# This is a policy with odd whitespace.\n" 168 ASSERT_TRUE(CreatePolicy("whitespace", kWhitespaceTestPolicy, &path));
|
/external/chromium/chrome/browser/history/ |
query_parser.cc | 339 // or whitespace. 376 // or whitespace.
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_installed_bubble.cc | 40 // The Bubble uses a BubbleBorder which adds about 6 pixels of whitespace 50 // The image we use for the close button has three pixels of whitespace padding.
|
/external/chromium/testing/gtest/include/gtest/ |
gtest-death-test.h | 115 // \\s matches any ASCII whitespace, including \n 116 // \\S matches any character that's not a whitespace
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
confirm_bubble_cocoa.mm | 216 base::scoped_nsobject<NSAttributedString> whiteSpace( 218 [attributedMessage.get() appendAttributedString:whiteSpace.get()];
|