Searched defs:SPACE (Results 1 - 25 of 60) sorted by relevance

123

/external/apache-http/src/org/apache/commons/codec/net/
H A DQuotedPrintableCodec.java79 private static byte SPACE = 32; field in class:QuotedPrintableCodec
90 PRINTABLE_CHARS.set(SPACE);
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
H A Dbraille_ime.js103 SPACE: 0x100,
306 if (dotsToSend & this.SPACE) {
307 if (dotsToSend != this.SPACE) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dbrktrans.cpp31 static const UChar SPACE = 32; // ' ' variable
40 fInsertion(SPACE) {
H A Dname2uni.cpp33 static const UChar SPACE = 32; // ' ' variable
165 // Convert \s+ => SPACE. This assumes there are no
170 name.charAt(name.length()-1) != SPACE) {
171 name.append(SPACE);
186 name.charAt(len-1) == SPACE) {
H A Ddtitv_impl.h31 #define SPACE ((UChar)0x0020) macro
H A Dselfmtimpl.h32 #define SPACE ((UChar)0x0020) macro
H A Ddtptngen_impl.h32 #define SPACE ((UChar)0x0020) macro
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCImageLabel.java33 private static final int SPACE = 5; field in class:CImageLabel
116 int x = clientArea.x + imageBounds.width + SPACE;
136 int width = imageBounds.width + SPACE + textExtent.x;
/external/icu/icu4c/source/i18n/
H A Dbrktrans.cpp31 static const UChar SPACE = 32; // ' ' variable
40 fInsertion(SPACE) {
H A Dname2uni.cpp33 static const UChar SPACE = 32; // ' ' variable
165 // Convert \s+ => SPACE. This assumes there are no
170 name.charAt(name.length()-1) != SPACE) {
171 name.append(SPACE);
186 name.charAt(len-1) == SPACE) {
H A Ddtitv_impl.h31 #define SPACE ((UChar)0x0020) macro
H A Dselfmtimpl.h32 #define SPACE ((UChar)0x0020) macro
/external/proguard/build/
H A Dmakefile20 SPACE:=$(NOTHING) $(NOTHING) macro
21 CLASSPATH = $(ANT_JAR):$(subst $(SPACE),:,$(GRADLE_JARS)):$(WTK_JAR)
/external/chromium_org/v8/
H A DMakefile375 SPACE = $(EMPTY) $(EMPTY) macro
376 quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk478 SPACE := $(NULL) # one space after NULL is required macro
480 CHROME_PATH_ESCAPE := $(subst $(SPACE),\ ,$(CHROME_PATH))
/external/chromium_org/third_party/icu/source/common/
H A Dutil.cpp22 static const UChar SPACE = 0x0020; // ' ' variable
344 if (c == SPACE) {
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dread.c31 #define SPACE 0x0020 macro
116 intervening space. Otherwise a single SPACE character is
152 ustr_ucat(token, SPACE, status);
213 ustr_ucat(token, SPACE, status);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.h64 SPACE = 282, enumerator in enum:yytokentype
102 #define SPACE 282 macro
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp294 #define SPACE() \ macro
484 SPACE();
525 SPACE();
544 SPACE();
547 SPACE();
/external/chromium_org/third_party/pexpect/
H A Dscreen.py44 SPACE = chr(32) # Space or blank character. variable
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/guava/guava/src/com/google/common/base/
H A DAscii.java379 public static final byte SPACE = 32; field in class:Ascii
/external/icu/icu4c/source/common/
H A Dutil.cpp22 static const UChar SPACE = 0x0020; // ' ' variable
344 if (c == SPACE) {
/external/icu/icu4c/source/tools/genrb/
H A Dread.c31 #define SPACE 0x0020 macro
116 intervening space. Otherwise a single SPACE character is
152 ustr_ucat(token, SPACE, status);
213 ustr_ucat(token, SPACE, status);
/external/lldb/test/pexpect-2.4/
H A Dscreen.py28 SPACE = chr(32) # Space or blank character. variable
60 self.w = [ [SPACE] * self.cols for c in range(self.rows)]
85 def fill (self, ch=SPACE):
89 def fill_region (self, rs,cs, re,ce, ch=SPACE):
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp294 #define SPACE() \ macro
484 SPACE();
525 SPACE();
544 SPACE();
547 SPACE();

Completed in 9067 milliseconds

123