OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitespace
(Results
376 - 400
of
1737
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/apache-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/clang/lib/Lex/
TokenLexer.cpp
235
// If any tokens were substituted from the argument, the
whitespace
236
// before the first token should match the
whitespace
of the arg
243
// If this is an empty argument, and if there was
whitespace
before the
244
// formal token, make sure the next token gets
whitespace
before it.
285
//
whitespace
, transfer this information onto the first token of the
292
// case, we do not want the extra
whitespace
to be added. For example,
/external/pcre/
pcre_study.c
795
/* The cbit_space table has vertical tab as
whitespace
; we have to
796
ensure it is set as not
whitespace
. */
804
/* The cbit_space table has vertical tab as
whitespace
; we have to
893
/* The cbit_space table has vertical tab as
whitespace
; we have to
894
ensure it gets set as not
whitespace
. */
901
/* The cbit_space table has vertical tab as
whitespace
; we have to
/external/webkit/Source/WebCore/editing/
DeleteSelectionCommand.cpp
221
// Handle leading and trailing
whitespace
, as well as smart delete adjustments to the selection
227
// skip smart delete if the selection to delete already starts or ends with
whitespace
233
// extend selection upstream if there is
whitespace
there
247
// trailing
whitespace
is only considered for smart delete if there is no leading
248
//
whitespace
, as in the case where you double-click the first word of a paragraph.
[
all
...]
/development/tools/a3dconvert/
ObjLoader.cpp
27
const char
whiteSpace
[] = { ' ', '\n', '\t', '\f', '\r' };
30
if (
whiteSpace
[i] == c) {
/external/apache-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/chromium/chrome/browser/chromeos/
plugin_selection_policy_unittest.cc
67
const char kWhitespaceTestPolicy[] = "# This is a policy with odd
whitespace
.\n"
168
ASSERT_TRUE(CreatePolicy("
whitespace
", kWhitespaceTestPolicy, &path));
/external/chromium/chrome/browser/history/
query_parser.cc
339
// or
whitespace
.
376
// or
whitespace
.
/external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc
40
// The Bubble uses a BubbleBorder which adds about 6 pixels of
whitespace
50
// The image we use for the close button has three pixels of
whitespace
padding.
/external/chromium/testing/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/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
194
* When parsing, leading
whitespace
is discarded (with successful
195
* 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/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java
288
* If {@code true}, then unnecessary
whitespace
will be stripped from the output. 'Unnecessary' is
305
* If {@code true}, then structural
whitespace
will be stripped from the output. This allows
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php
364
(?<=\s) # lookbehind for
whitespace
410
\s # starts with
whitespace
825
\s? # One optional
whitespace
character
[
all
...]
/external/llvm/lib/MC/
MCSectionMachO.cpp
194
// Capture segment, remove leading and trailing
whitespace
.
206
// Capture section, remove leading and trailing
whitespace
.
/external/llvm/utils/lit/lit/
ShUtil.py
31
# Get the leading
whitespace
free section.
55
# we don't have to track
whitespace
tokens.
/external/llvm/utils/unittest/googletest/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/nist-sip/java/gov/nist/core/
HostNameParser.java
257
* @param allowWS - whether
whitespace
is allowed around ':', only true for Via headers
293
case ' ': // OK, allow
whitespace
/external/protobuf/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/qemu/android/
config.c
200
* from trailing
whitespace
.
215
/* strip trailing
whitespace
*/
/external/quake/quake/src/QW/qwfwd/
misc.c
130
// skip
whitespace
213
// skip
whitespace
up to a /n
/external/webkit/Source/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
.
Completed in 995 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>