OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPACE
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp
31
static const UChar
SPACE
= 32; // ' '
40
fInsertion(
SPACE
) {
name2uni.cpp
31
static const UChar
SPACE
= 32; // ' '
119
++maxLen; // allow for temporary trailing
space
159
// to a single
space
. If closeDelimiter is found, exit
163
// Convert \s+ =>
SPACE
. This assumes there are no
164
// runs of >1
space
characters in names.
168
name.charAt(name.length()-1) !=
SPACE
) {
169
name.append(
SPACE
);
171
// temporary trailing
space
, so use '>'.
182
// Delete trailing
space
, if any
184
name.charAt(len-1) ==
SPACE
) {
[
all
...]
dtitv_impl.h
31
#define
SPACE
((UChar)0x0020)
selfmtimpl.h
37
#define
SPACE
((UChar)0x0020)
/external/icu4c/i18n/
brktrans.cpp
31
static const UChar
SPACE
= 32; // ' '
40
fInsertion(
SPACE
) {
name2uni.cpp
33
static const UChar
SPACE
= 32; // ' '
121
++maxLen; // allow for temporary trailing
space
161
// to a single
space
. If closeDelimiter is found, exit
165
// Convert \s+ =>
SPACE
. This assumes there are no
166
// runs of >1
space
characters in names.
170
name.charAt(name.length()-1) !=
SPACE
) {
171
name.append(
SPACE
);
173
// temporary trailing
space
, so use '>'.
184
// Delete trailing
space
, if any
186
name.charAt(len-1) ==
SPACE
) {
[
all
...]
dtitv_impl.h
31
#define
SPACE
((UChar)0x0020)
selfmtimpl.h
32
#define
SPACE
((UChar)0x0020)
/external/chromium_org/third_party/icu/source/common/
util.cpp
21
static const UChar
SPACE
= 0x0020; // ' '
125
* Skip over a sequence of zero or more white
space
characters at pos.
126
* @param advance if true, advance pos to the first non-white-
space
129
* @return the index of the first non-white-
space
character at or
348
if (c ==
SPACE
) {
417
/* "white
space
" in the sense of ICU rule parsers
/external/icu4c/common/
util.cpp
22
static const UChar
SPACE
= 0x0020; // ' '
126
* Skip over a sequence of zero or more white
space
characters at pos.
127
* @param advance if true, advance pos to the first non-white-
space
130
* @return the index of the first non-white-
space
character at or
344
if (c ==
SPACE
) {
/external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java
74
private static byte
SPACE
= 32;
85
PRINTABLE_CHARS.set(
SPACE
);
/external/chromium_org/third_party/icu/source/tools/genrb/
read.c
30
#define
SPACE
0x0020
61
space
. */
114
intervening
space
. Otherwise a single
SPACE
character is
150
ustr_ucat(token,
SPACE
, status);
211
ustr_ucat(token,
SPACE
, status);
/external/chromium_org/v8/
Makefile
360
SPACE
= $(EMPTY) $(EMPTY)
361
quickcheck: $(subst $(COMMA),$(
SPACE
),$(FASTTESTMODES))
/external/icu4c/tools/genrb/
read.c
31
#define
SPACE
0x0020
62
space
. */
116
intervening
space
. Otherwise a single
SPACE
character is
152
ustr_ucat(token,
SPACE
, status);
213
ustr_ucat(token,
SPACE
, status);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java
78
private static final String
SPACE
= " ";
123
if (hasCountry) builder.append(
SPACE
);
136
if (hasRegion) builder.append(
SPACE
);
140
if (hasRegion || hasCity) builder.append(
SPACE
);
153
if (hasStreet) builder.append(
SPACE
);
206
if (hasCity) builder.append(COMMA +
SPACE
);
210
if (hasCity || hasRegion) builder.append(
SPACE
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py
18
SPACE
= ' '
240
returnlist = [(
SPACE
.join(self.commentlist), plist[0])]
248
returnlist = [(
SPACE
.join(self.commentlist), addrspec)]
268
returnlist = [(
SPACE
.join(plist) + ' (' +
271
returnlist = [(
SPACE
.join(plist), routeaddr)]
275
returnlist = [(
SPACE
.join(self.commentlist), plist[0])]
434
runs of continuous whitespace into one
space
.
header.py
23
SPACE
= ' '
91
decoded[-1] = (decoded[-1][0] +
SPACE
+ unenc, None)
172
either a
space
or a hard tab) which will be prepended to continuation
196
# header. Also subtract off 2 extra for the colon and
space
.
212
# boundaries, which means for us we need to add a
space
when we go
405
# fill the next line. Don't forget the
space
separating the
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py
18
SPACE
= ' '
240
returnlist = [(
SPACE
.join(self.commentlist), plist[0])]
248
returnlist = [(
SPACE
.join(self.commentlist), addrspec)]
268
returnlist = [(
SPACE
.join(plist) + ' (' +
271
returnlist = [(
SPACE
.join(plist), routeaddr)]
275
returnlist = [(
SPACE
.join(self.commentlist), plist[0])]
434
runs of continuous whitespace into one
space
.
header.py
23
SPACE
= ' '
91
decoded[-1] = (decoded[-1][0] +
SPACE
+ unenc, None)
172
either a
space
or a hard tab) which will be prepended to continuation
196
# header. Also subtract off 2 extra for the colon and
space
.
212
# boundaries, which means for us we need to add a
space
when we go
405
# fill the next line. Don't forget the
space
separating the
/external/chromium_org/native_client_sdk/src/tools/
common.mk
478
SPACE
:= $(NULL) # one
space
after NULL is required
479
CHROME_PATH_ESCAPE := $(subst $(
SPACE
),\ ,$(CHROME_PATH))
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h
64
SPACE
= 282,
102
#define
SPACE
282
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp
294
#define
SPACE
() \
484
SPACE
();
525
SPACE
();
544
SPACE
();
547
SPACE
();
/external/chromium_org/third_party/pexpect/
screen.py
44
SPACE
= chr(32) #
Space
or blank character.
76
self.w = [ [
SPACE
] * self.cols for c in range(self.rows)]
101
def fill (self, ch=
SPACE
):
105
def fill_region (self, rs,cs, re,ce, ch=
SPACE
):
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java
33
private static final int
SPACE
= 5;
116
int x = clientArea.x + imageBounds.width +
SPACE
;
136
int width = imageBounds.width +
SPACE
+ textExtent.x;
/external/guava/guava/src/com/google/common/base/
Ascii.java
123
* the printing position one printing
space
backward on the same
365
*
Space
: A normally non-printing graphic character used to
379
public static final byte
SPACE
= 32;
Completed in 1815 milliseconds
1
2
3
4