Searched refs:SPACE (Results 1 - 25 of 50) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt027eof.py17 assert tok.type == self.lexerModule.SPACE, tok
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.h62 SPACE = 279, enumerator in enum:yytokentype
H A Dglcpp-lex.l62 SPACE [[:space:]]
91 return SPACE;
292 return SPACE;
H A Dglcpp-parse.y167 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE_FUNC HASH_DEFINE_OBJ HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING NEWLINE OTHER PLACEHOLDER SPACE
169 %type <ival> expression INTEGER operator SPACE integer_constant
517 | SPACE {
518 $$ = _token_create_ival (parser, SPACE, SPACE);
773 if (token->type != SPACE)
843 if (node_a->token->type == SPACE) {
848 if (node_b->token->type == SPACE) {
899 case SPACE:
1140 * perhaps preceeding SPACE token
[all...]
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/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dnuances.rb39 SPACE: ' ';
/external/icu4c/i18n/
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 Dbrktrans.cpp31 static const UChar SPACE = 32; // ' ' variable
40 fInsertion(SPACE) {
H A Ddtitv_impl.h31 #define SPACE ((UChar)0x0020) macro
H A Dselfmtimpl.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 Dplurrule_impl.h33 #define SPACE ((UChar)0x0020) macro
H A Ddtitvinf.cpp57 static const UChar gDefaultFallbackPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, EN_DASH, SPACE, LEFT_CURLY_BRACKET, DIGIT_ONE, RIGHT_CURLY_BRACKET, 0};
H A Ddtptngen_impl.h32 #define SPACE ((UChar)0x0020) macro
H A Dplurrule.cpp42 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0};
455 if ( (localeData.charAt(i)!= SPACE) && (localeData.charAt(i)!= COMMA) ) {
462 if ( (localeData.charAt(i)== SPACE) || (localeData.charAt(i)== COMMA) ) {
1321 case SPACE:
/external/openssh/regress/
H A Dsftp-glob.sh50 SPACE="${DIR}/g-q space"
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${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/guava/guava/src/com/google/common/base/
H A DAscii.java379 public static final byte SPACE = 32; field in class:Ascii
/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/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);
/external/libffi/src/pa/
H A Dhpux32.S33 .SPACE $PRIVATE$
50 .SPACE $TEXT$
264 .SPACE $TEXT$
300 .SPACE $PRIVATE$
/external/icu4c/common/
H A Dutil.cpp22 static const UChar SPACE = 0x0020; // ' ' variable
344 if (c == SPACE) {
/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/webkit/Source/WebCore/rendering/style/
H A DRenderStyleConstants.h195 NBNORMAL, SPACE enumerator in enum:WebCore::ENBSPMode
/external/openssl/crypto/
H A Dpariscid.pl23 .SPACE \$TEXT\$

Completed in 1028 milliseconds

12