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

1 2 34 5 6 7 8 91011>>

  /external/guava/src/com/google/common/base/
Splitter.java 50 * or that you wish to trim whitespace. If you want features like these, simply
83 * behavior of using five particular whitespace characters as separators, like
296 * CharMatcher#WHITESPACE whitespace} from each returned substring; equivalent
297 * to {@code trimResults(CharMatcher.WHITESPACE)}. For example, {@code
304 return trimResults(CharMatcher.WHITESPACE);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 55 * attribute is a whitespace-separated list of names of attribute
79 * attribute is a whitespace-separated list of names of attribute
97 * attribute is a whitespace-separated list of names of attribute
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Text.java 63 * element content whitespace</a>, often abusively called "ignorable whitespace". The text node is
64 * determined to contain whitespace in element content during the load
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-168347.js 120 * There are trivial whitespace differences between F.toString()
121 * and sFunc. So strip out whitespace before comparing them -
193 * Remove any whitespace characters; also
  /cts/tests/tests/os/src/android/os/cts/
BuildVersionTest.java 51 assertEquals("Build fingerprint must not include whitespace", -1,
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodegetlastchild.java 72 assertEquals("whitespace", "#text", childName);
hc_nodegetnextsibling.java 72 assertEquals("whitespace", "#text", nsName);
hc_nodegetprevioussibling.java 72 assertEquals("whitespace", "#text", psName);
nodelistindexgetlength.java 32 * in the list should be 6 (no whitespace) or 13.
  /dalvik/libcore/json/src/main/java/org/json/
JSONStringer.java 171 * Enters a new scope by appending any necessary whitespace and the given
185 * Closes the current scope by appending any necessary whitespace and the
380 * Inserts any necessary separators and whitespace before a name. Also
395 * Inserts any necessary separators and whitespace before a literal value,
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
DocumentHandler.java 166 * <p>Note that some parsers will report whitespace using the
183 * Receive notification of ignorable whitespace in element content.
186 * of ignorable whitespace (see the W3C XML 1.0 recommendation,
190 * <p>SAX parsers may return all contiguous whitespace in a single
  /external/bluetooth/glib/gio/
gicon.h 52 * contain any whitespace. Don't implement if the #GIcon can't be
  /external/icu4c/i18n/
rbt_pars.h 188 * Important: The character at pos must be a non-whitespace character
191 * This method handles quoting, escaping, and whitespace removal. It
234 * @param pos offset to the first non-whitespace character
244 * @param pos offset to the first non-whitespace character
  /external/webkit/WebCore/bindings/scripts/
generate-bindings.pl 62 $defines =~ s/^\s+|\s+$//g; # trim whitespace
  /external/webkit/WebCore/svg/
SVGParserUtilities.h 36 // SVG allows several different whitespace characters:
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
filter.py 31 ["-whitespace", "+whitespace/braces"]
33 ["whitespace/tabs", "whitespace/braces"]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
text.py 48 "whitespace/tab", 5,
  /external/webkit/WebKitTools/simplejson/
decoder.py 116 WHITESPACE = re.compile(r'\s*', FLAGS)
118 def JSONObject(match, context, _w=WHITESPACE.match):
160 def JSONArray(match, context, _w=WHITESPACE.match):
246 def decode(self, s, _w=WHITESPACE.match):
  /frameworks/base/core/java/android/net/http/
CharArrayBuffers.java 33 * whitespace and case.
  /hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c 36 // Allow space in the buffer for the address plus whitespace.
  /system/core/include/cutils/
logprint.h 81 * filterString: a whitespace-separated set of filter expressions
  /system/core/init/
readme.txt 9 whitespace. The c-style backslash escapes may be used to insert
10 whitespace into a token. Double quotes may also be used to prevent
11 whitespace from breaking text into multiple tokens. The backslash,
14 Lines which start with a # (leading whitespace allowed) are comments.
  /system/core/sh/
miscbltin.c 151 /* Ignore leading IFS whitespace */
157 /* Only one non-whitespace IFS per word */
197 /* Always remove whitespace */
200 /* Don't remove non-whitespace unless it was naked */
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 208 * element content whitespace.
209 * @return true if ignoring element content whitespace
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
TextImpl.java 65 // Undefined because we don't validate. Whether whitespace characters
66 // constitute "element content whitespace" is defined by the containing

Completed in 77 milliseconds

1 2 34 5 6 7 8 91011>>