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

12

/external/apache-http/src/org/apache/commons/codec/net/
H A DQuotedPrintableCodec.java74 private static byte SPACE = 32; field in class:QuotedPrintableCodec
85 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/icu4c/i18n/
H A Dbrktrans.cpp31 static const UChar SPACE = 32; // ' ' variable
40 fInsertion(SPACE) {
H A Dname2uni.cpp32 static const UChar SPACE = 32; // ' ' variable
164 // Convert \s+ => SPACE. This assumes there are no
169 name.charAt(name.length()-1) != SPACE) {
170 name.append(SPACE);
185 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 Dplurrule_impl.h33 #define SPACE ((UChar)0x0020) macro
H A Ddtptngen_impl.h32 #define SPACE ((UChar)0x0020) macro
H A Dtmutfmt.cpp23 #define SPACE ((UChar)0x0020) macro
65 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
66 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
67 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
68 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
69 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
70 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
71 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
H A Drbnf.cpp286 SPACE = 0x0020 enumerator in enum:__anon5875
318 if (*list == SPACE && PatternProps::isWhiteSpace(c)) return TRUE;
345 SPACE, COMMA, CLOSE_ANGLE, OPEN_ANGLE, TICK, QUOTE, 0
/external/guava/guava/src/com/google/common/base/
H A DAscii.java379 public static final byte SPACE = 32; field in class:Ascii
/external/icu4c/common/
H A Dutil.cpp22 static const UChar SPACE = 0x0020; // ' ' variable
344 if (c == SPACE) {
H A Ducnv2022.c85 #define SPACE 0x20 macro
/external/icu4c/tools/genrb/
H A Dread.c30 #define SPACE 0x0020 macro
114 intervening space. Otherwise a single SPACE character is
150 ustr_ucat(token, SPACE, status);
211 ustr_ucat(token, SPACE, status);
H A Dparse.c45 #define SPACE 0x0020 macro
390 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
H A Dwrtxml.cpp352 #define SPACE 0x0020 macro
370 case SPACE:
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.h62 SPACE = 279, enumerator in enum:yytokentype
H A Dglcpp-parse.c42 USER NAME SPACE" below. */
270 SPACE = 279, enumerator in enum:yytokentype
350 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
362 # include <libintl.h> /* INFRINGES ON USER NAME SPACE */
405 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
409 # include <malloc.h> /* INFRINGES ON USER NAME SPACE */
415 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
443 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
452 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
459 void free (void *); /* INFRINGES ON USER NAME SPACE */
[all...]
/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/ ...
/external/icu4c/test/intltest/
H A Dtranstst.cpp1279 CharsToUnicodeString("\\\\N{NO-BREAK SPACE}abc\\\\N{CJK UNIFIED IDEOGRAPH-4E01}\\\\N{MICRO SIGN}\\\\N{GUJARATI SIGN CANDRABINDU}\\\\N{REPLACEMENT CHARACTER}\\\\N{END OF TRANSMISSION}\\\\N{CHARACTER TABULATION}\\\\N{<control-0081>}\\\\N{<noncharacter-FFFF>}"));
1280 expect(*name2uni, UNICODE_STRING_SIMPLE("{\\N { NO-BREAK SPACE}abc\\N{ CJK UNIFIED IDEOGRAPH-4E01 }\\N{x\\N{MICRO SIGN}\\N{GUJARATI SIGN CANDRABINDU}\\N{REPLACEMENT CHARACTER}\\N{END OF TRANSMISSION}\\N{CHARACTER TABULATION}\\N{<control-0081>}\\N{<noncharacter-FFFF>}\\N{<control-0004>}\\N{"),
1831 UNICODE_STRING_SIMPLE("\\N{GOTHIC LETTER AHSA}\\N{TAG LATIN SMALL LETTER A}\\N{NO-BREAK SPACE}"));
3118 static const UChar SPACE[] = {32,0}; variable
3127 rules2.findAndReplace(SPACE, EMPTY);
3131 UnicodeString testRules(testRulesForward); testRules.findAndReplace(SPACE, EMPTY);
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h195 NBNORMAL, SPACE enumerator in enum:WebCore::ENBSPMode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 993 milliseconds

12