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

12

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DNameUnicodeTransliterator.java22 static final char SPACE = ' '; field in class:NameUnicodeTransliterator
90 // Convert \s+ => SPACE. This assumes there are no
95 name.charAt(name.length()-1) != SPACE) {
96 name.append(SPACE);
112 name.charAt(len-1) == SPACE) {
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpTokens.java28 static final byte SPACE= 0x20; field in interface:HttpTokens
/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/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
H A Ddtptngen_impl.h32 #define SPACE ((UChar)0x0020) macro
H A Dplurrule_impl.h39 static const UChar SPACE = ((UChar)0x0020); variable
H A Dtmutfmt.cpp26 #define SPACE ((UChar)0x0020) macro
68 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
69 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
70 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
71 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
72 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
73 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
74 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
H A Drbnf.cpp288 SPACE = 0x0020 enumerator in enum:__anon5675
320 if (*list == SPACE && PatternProps::isWhiteSpace(c)) return TRUE;
349 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
/external/jetty/src/java/org/eclipse/jetty/io/
H A DBufferUtil.java31 static final byte SPACE= 0x20; field in class:BufferUtil
51 if (b <= SPACE)
89 if (b <= SPACE)
/external/proguard/build/
H A Dmakefile21 SPACE:=$(NOTHING) $(NOTHING) macro
22 CLASSPATH = $(ANT_JAR):$(subst $(SPACE),:,$(GRADLE_JARS)):$(WTK_JAR)
/external/v8/
H A DMakefile375 SPACE = $(EMPTY) $(EMPTY) macro
376 quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
/external/guava/guava/src/com/google/common/base/
H A DAscii.java408 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) {
H A Ducnv2022.cpp87 #define SPACE 0x20 macro
/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);
H A Dwrtxml.cpp364 #define SPACE 0x0020 macro
382 case SPACE:
H A Dparse.cpp62 #define SPACE 0x0020 macro
409 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
/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();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java266 public final static int SPACE = 0x1000; field in interface:Collator.ReorderCodes
272 public final static int FIRST = SPACE;
1301 * @param group one of Collator.ReorderCodes.SPACE, Collator.ReorderCodes.PUNCTUATION,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-launcher.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 590 milliseconds

12