OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitespace
(Results
176 - 200
of
1013
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
DefaultHandler.java
333
* Receive notification of ignorable
whitespace
in element content.
337
*
whitespace
(such as adding data to a node or buffer, or printing
340
* @param ch The
whitespace
characters.
/external/apache-http/src/org/apache/commons/codec/binary/
Base64.java
435
* Discards any
whitespace
from a base-64 encoded block.
437
* @param data The base-64 encoded data to discard the
whitespace
439
* @return The data, less
whitespace
(see RFC 2045).
/external/guava/src/com/google/common/io/
CharStreams.java
269
* characters, but does include other leading and trailing
whitespace
.
291
* characters, but do include other leading and trailing
whitespace
.
313
* leading and trailing
whitespace
.
/packages/apps/Email/src/com/android/email/mail/internet/
MimeUtility.java
114
* 2047</a> section 2). If the string contains non-
whitespace
sequences
115
* longer than 76 characters a line break is inserted at the
whitespace
159
* Search for
whitespace
.
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java
462
* ≶name>≶
whitespace
>≶value>
476
// trim to remove
whitespace
489
// trim to remove
whitespace
/dalvik/libcore/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/webkit/WebCore/editing/
DeleteSelectionCommand.cpp
211
// Handle leading and trailing
whitespace
, as well as smart delete adjustments to the selection
217
// skip smart delete if the selection to delete already starts or ends with
whitespace
223
// extend selection upstream if there is
whitespace
there
235
// trailing
whitespace
is only considered for smart delete if there is no leading
236
//
whitespace
, as in the case where you double-click the first word of a paragraph.
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java
80
/** Regexp to detect
whitespace
*/
188
// Per XML Spec, there's no
whitespace
between "<" or "</" and the tag name.
613
// - any form of
whitespace
692
// Normalize
whitespace
to single spaces
696
// any
whitespace
. If there's nothing left, no attribute has been defined yet.
697
// Be sure to keep any
whitespace
after the initial word if any, as it matters.
[
all
...]
/dalvik/libcore/xml/src/main/java/javax/xml/transform/
OutputKeys.java
156
* <p><code>cdata-section-elements</code> specifies a
whitespace
delimited
172
* add additional
whitespace
when outputting the result tree; the value
/dalvik/libcore/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/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/guava/javadoc/com/google/common/base/
Splitter.html
119
or that you wish to trim
whitespace
. If you want features like these, simply
146
behavior of using five particular
whitespace
characters as separators, like
243
automatically removes leading and trailing <A HREF="../../../../com/google/common/base/CharMatcher.html#
WHITESPACE
">
whitespace
</A> from each returned substring; equivalent
244
to <code>trimResults(CharMatcher.
WHITESPACE
)</code>.</TD>
418
automatically removes leading and trailing <A HREF="../../../../com/google/common/base/CharMatcher.html#
WHITESPACE
">
whitespace
</A> from each returned substring; equivalent
419
to <code>trimResults(CharMatcher.
WHITESPACE
)</code>. For example, <code>Splitter.on(',').trimResults().split(" a, b ,c ")</code> returns an iterable
/external/guava/javadoc/com/google/common/base/class-use/
CharMatcher.html
136
Determines whether a character is a breaking
whitespace
(that is,
137
a
whitespace
which can be interpreted as a break between words
215
Determines whether a character is
whitespace
according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isWhitespace(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>; it is usually preferable
216
to use <A HREF="../../../../../com/google/common/base/CharMatcher.html#
WHITESPACE
"><CODE>
WHITESPACE
</CODE></A>.</TD>
237
<TD><CODE><B>CharMatcher.</B><B><A HREF="../../../../../com/google/common/base/CharMatcher.html#
WHITESPACE
">
WHITESPACE
</A></B></CODE>
240
Determines whether a character is
whitespace
according to the latest
/external/icu4c/i18n/unicode/
format.h
173
* When parsing, leading
whitespace
is discarded (with successful
174
* parse), while trailing
whitespace
is left as is.
/external/icu4c/tools/genctd/
genctd.cpp
20
// Words end at the first
whitespace
; lines beginning with
whitespace
/external/quake/quake/src/QW/qwfwd/
misc.c
130
// skip
whitespace
213
// skip
whitespace
up to a /n
/external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm
68
# List of option declarations (separated by
whitespace
)
70
# with no
whitespace
, it is the characters that start options.
81
# with no
whitespace
, it is the desired value for $optionStart:
434
separated by
whitespace
.
438
whitespace
, C<=>, C<:>, and C<E<gt>>.
464
non-alphanumeric characters with no
whitespace
, it represents the
492
If the argument is required, it can also be separated by
whitespace
:
506
option by
whitespace
.
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js
146
//# $X is optional
whitespace
/comments.
148
'[' + $space + $tab + ']*' + // # Nab
whitespace
.
/external/webkit/WebCore/bindings/objc/
DOMCSS.h
288
- (NSString *)
whiteSpace
;
289
- (void)setWhiteSpace:(NSString *)
whiteSpace
;
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl
215
+ <pretend-
whitespace
>
230
+ <pretend-
whitespace
>
/external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla_unittest.py
72
<desc>Fixed
whitespace
issue</desc>
95
'name' : "Fixed
whitespace
issue",
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
FontLoader.java
318
// look for carriage return and replace all
whitespace
around it by just 1 space.
322
// look for
whitespace
on each side
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-addr2line.1
246
Options in \fIfile\fR are separated by
whitespace
. A
whitespace
arm-eabi-nlmconv.1
224
Options in \fIfile\fR are separated by
whitespace
. A
whitespace
arm-eabi-size.1
244
Options in \fIfile\fR are separated by
whitespace
. A
whitespace
Completed in 197 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>