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

<<31323334353637383940>>

  /libcore/luni/src/main/java/java/net/
HttpCookie.java 211 private static final String WHITESPACE = " \t";
417 if (WHITESPACE.indexOf(input.charAt(pos)) == -1) {
446 String ntrim = name.trim(); // erase leading and trailing whitespace
465 // whitespace
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 39 * count as words, too). Whitespace and punctuation are kept separate from real
43 * to word breaking, but not the same: punctuation and whitespace are generally
44 * kept with words (you don't want a line to start with whitespace, for
215 * might be a word, or they might be the punctuation or whitespace between two
  /libcore/luni/src/main/java/java/util/
StringTokenizer.java 52 * whitespace as the delimiter. The {@code returnDelimiters} flag is set to
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 230 // TODO: skip text nodes with ignorable whitespace?
  /libcore/luni/src/main/java/org/w3c/dom/
DOMConfiguration.java 56 * "element-content-whitespace". Other parameters are not changed unless
114 * <code>"element-content-whitespace"</code></dt>
122 * [element content whitespace]</a>. The implementation is expected to use the attribute
161 * namespace-declarations", "well-formed", "element-content-whitespace", "
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 62 "element-content-whitespace", "comments", "namespaces" };
109 assertEquals(true, domConfiguration.getParameter("element-content-whitespace"));
110 assertUnsupported("element-content-whitespace", false);
111 assertSupported("element-content-whitespace", true);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 183 // Skip whitespace
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java 108 // Drain comments and whitespace
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 123 // Don't allow user to input label with only whitespace.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
SuggestionsProvider.java 107 // Strip excess whitespace.
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 125 // Drain comments and whitespace
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 133 // Drain comments and whitespace
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 183 // Skip whitespace
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 183 // Skip whitespace
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 183 // Skip whitespace
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 183 // Skip whitespace
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 183 // Skip whitespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 61 `VersionPredicate` is flexible in accepting extra whitespace::
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 118 # specify the leading whitespace in the joiner?
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 352 # last non-whitespace character before optional trailing
399 # back up over totally boring whitespace
548 # of non-whitespace chars
556 # Return the leading whitespace on the initial line of the last
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 91 # Ignore trailing whitespace on marker lines
sre_constants.py 209 SRE_FLAG_VERBOSE = 64 # ignore whitespace and comments
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 40 # end. So we strip whitespace off both ends for comparison.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
versionpredicate.py 61 `VersionPredicate` is flexible in accepting extra whitespace::
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 118 # specify the leading whitespace in the joiner?

Completed in 1140 milliseconds

<<31323334353637383940>>