HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 576 - 600 of 2404) sorted by null

<<21222324252627282930>>

  /external/chromium/net/proxy/
proxy_server.cc 105 // Trim the leading/trailing whitespace.
150 // Trim the leading/trailing whitespace.
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 113 // meaning, each line is \n-terminated, and there is no extra whitespace
115 // whitespace within them). If a given header-name appears more than once
  /external/chromium/third_party/libjingle/source/talk/base/
linux.cc 161 // Removes whitespace at the end of Key name
167 // Removes whitespace at the start of value
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_unittest.cc 46 {"go(\"has whitespace\t\").", OP_NAVIGATE(GetHash("has whitespace\t"))},
  /external/chromium_org/extensions/browser/
file_highlighter.cc 134 // We may have found trailing whitespace. Don't use base::TrimWhitespace,
135 // because we want to keep any whitespace we find - just not highlight it.
  /external/chromium_org/net/proxy/
proxy_server.cc 104 // Trim the leading/trailing whitespace.
149 // Trim the leading/trailing whitespace.
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 121 // meaning, each line is \n-terminated, and there is no extra whitespace
123 // whitespace within them). If a given header-name appears more than once
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 80 // strings and whitespaces the resulting whitespace is ws = min(ws1, ws2).
273 // When the stringbuilder is empty, the parent and whitespace should also be "empty".
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 80 bool newPreserves = style() ? style()->whiteSpace() == PRE : false;
81 bool oldPreserves = oldStyle ? oldStyle->whiteSpace() == PRE : false;
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 424 /* All whitespace characters are ignored. */
507 /* All exported parsing routines handle leading whitespace and stop at */
516 /* Note: PostScript allows any non-delimiting, non-whitespace */
631 /* first of all, skip leading whitespace */
732 /* this also handles leading whitespace */
808 /* skip whitespace in front of data */
886 /* skip whitespace in front of data */
1039 /* this also skips leading whitespace */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
uparse.c 50 * following non-whitespace character.
134 /* skip lines with only whitespace */
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMText.idl 52 cpp_quote("// Similar to IAccessible::get_accName, but does not strip out whitespace characters.")
91 // Includes whitespace in DOM
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 243 // Determine if the line contains only whitespace and printable
271 // Strip off trailing whitespace.
  /external/chromium_org/third_party/libjingle/source/talk/base/
linux.cc 236 // Removes whitespace at the end of Key name
242 // Removes whitespace at the start of value
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.proto 129 // whitespace, the same whitespace will be added to every line of the
  /external/chromium_org/tools/grit/grit/
tclib.py 18 # Matches whitespace sequences which can be folded into a single whitespace
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 33 * The @sample tag copies the text from the given file, stripping leading and trailing whitespace,
34 * and reducing the indent level of the text to the indent level of the first non-whitespace line.
  /external/freetype/src/psaux/
psobjs.c 424 /* All whitespace characters are ignored. */
507 /* All exported parsing routines handle leading whitespace and stop at */
516 /* Note: PostScript allows any non-delimiting, non-whitespace */
631 /* first of all, skip leading whitespace */
732 /* this also handles leading whitespace */
808 /* skip whitespace in front of data */
886 /* skip whitespace in front of data */
1039 /* this also skips leading whitespace */
    [all...]
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 45 * String trimmed = {@link #WHITESPACE WHITESPACE}.{@link #trimFrom trimFrom}(userInput);
65 * Determines whether a character is whitespace according to the latest Unicode standard, as
70 * definitions of "whitespace"</a>.)
75 public static final CharMatcher WHITESPACE =
81 * Determines whether a character is a breaking whitespace (that is, a whitespace which can be
82 * interpreted as a break between words for formatting purposes). See {@link #WHITESPACE} for a
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.h 143 /*HB_Bool*/ hb_bitfield whiteSpace :1; /* A unicode whitespace character, except NBSP, ZWNBSP */
  /external/icu4c/common/
ruleiter.h 84 * Bitmask option to enable skipping of whitespace. If (options &
212 * variables, or skipping whitespace.
  /external/icu4c/tools/toolutil/
uparse.c 51 * following non-whitespace character.
135 /* skip lines with only whitespace */
  /external/protobuf/src/google/protobuf/compiler/
plugin.proto 127 // whitespace, the same whitespace will be added to every line of the
  /external/srec/config/en.us/dictionary/
cmu2nuance.cpp 72 // loop over whitespace delimited phonemes
74 // skip leading whitespace
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 172 * Given a string, return the string without whitespace,
194 * up by removing whitespace.

Completed in 716 milliseconds

<<21222324252627282930>>