HomeSort by relevance Sort by last modified time
    Searched full:whitespace (Results 401 - 425 of 1013) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
Serializer.java 158 * The value of the "cdata-section-elements" property key is a whitespace
SerializerBase.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /development/pdk/docs/source/
using-eclipse.jd 198 - automatically fix whitespace issues when saving files. Can convert tabs to spaces, strip blanks at end-of-line, and ensure the last line of the file has an end-of-line character.
  /development/tools/makedict/src/com/android/tools/dict/
MakeBinaryDictionary.java 113 // Ignore other whitespace
  /external/apache-http/src/org/apache/http/message/
BasicLineFormatter.java 273 buffer.append(' '); // keep whitespace even if reason phrase is empty
  /external/bluetooth/bluez/src/
hcid.conf.5.in 17 Whitespace is also ignored.
  /external/bluetooth/hcidump/
ChangeLog 203 Fix whitespace stuff for extended dump.
  /external/clearsilver/java-jni/
CSTest.java 77 tmplstr = " <?cs var:Foo.Bar ?> This is a string without whitespace stripped";
  /external/dbus/bus/
signals.c 439 /* Empty match rules or trailing whitespace are OK */
    [all...]
  /external/expat/tests/
runtests.c 619 attributes to make sure whitespace has been normalized.
621 Return true if whitespace has been normalized in a string, using
624 whitespace characters collapsed to a single space, while other
655 /* Check the attribute whitespace checker: */
    [all...]
  /external/icu4c/common/
ucnv_err.c 249 /* Always add space character, becase the next character might be whitespace,
uprops.h 230 * with space=\p{Whitespace} and Control=Cc.
  /external/icu4c/data/unidata/
Blocks.txt 17 # Note: When comparing block names, casing, whitespace, hyphens,
  /external/iptables/extensions/
libipt_string.c 111 /* get past any initial whitespace just after the '|' */
  /external/openssl/crypto/ocsp/
ocsp_ht.c 189 /* Find end of response code: first whitespace after start of code */
  /external/qemu/android/utils/
ini.c 188 /* skip leading whitespace */
  /external/skia/src/animator/
SkScriptRuntime.cpp 29 // strip whitespace
  /external/srec/srec/clib/
voc_read.c 229 /* skip the whitespace */
  /external/srec/tools/dictTest/
dictTest.c 327 // remove trailing whitespace
  /external/stlport/stlport/stl/
_istream.h 285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 57 options.put("--ignorable", Boolean.FALSE); // return ignorable whitespace
XMLWriter.java 99 * <h2>Whitespace</h2>
101 * <p>According to the XML Recommendation, <em>all</em> whitespace
674 * Write ignorable whitespace.
682 * writing the whitespace, or if a handler further down
    [all...]
  /external/tinyxml/docs/
tutorial0.html 191 I was surprised that TinyXml, by default, writes the XML in what other APIs call a "pretty" format - it modifies the whitespace of text of elements that contain other nodes so that writing the tree includes an indication of nesting level.<p>
  /external/v8/tools/
js2c.py 51 lines = re.sub(r'\s+\n+', '\n', lines) # trailing whitespace

Completed in 89 milliseconds

<<11121314151617181920>>